How can I set up ssh via kerberos on MacOS 10.5 (Leopard)?

I am the de facto mac sysadmin for a few mac labs on a campus that is primarily Windows-using, and we have the Macs configured to do single sign-on via Kerberos and get their directory info via LDAP and home directories via NFS. This works fine for someone physically sitting at the machine, but I am running into a brick wall when it comes to sshing into these machines. ssh itself definitely works: I can ssh into the machine with a local user and password. And as I said, the kerberized login works fine from console. It's just getting the two to talk to each other.... Furthermore, there is a Linux box that we can successfully log into via kerberos/sso, so it's unlikely to be anything on the client side.
Things I've tried:
* Editing /etc/authorization and changing "authinternal" under system.login.tty to "builtin:krb5authnoverify,privileged" (I think this used to work; the same change to system.login.console is definitely what makes the console logins work)
* Editing /etc/sshd_config and setting "GSSAPIAuthentication yes" (this makes it match the sshd_config on the linux box we can log in to)
* In the same file, turning on "KerberosAuthentication" and friends (just because it looked promising)
Any ideas?

It's not completely obvious. What you have to do in Spaces is to position your cursor to the upper right of the screen, after which faint + (plus) sign appears in that area. Click that, upon which another Desktop will appear.
The + may be difficult or impossible to see with some desktop backgrounds (black, for instance):

Similar Messages

  • I have a linksys WRT54G router that we use as a base. I want to use Airplay using Airport Express and hook up my stereo to it. How can i set up my Airport express without a PC/laptop? I just downloaded Airport utility on my iphone and ipad,will that work?

    I have a linksys WRT54G router that we use as a base. I want to use Airplay using Airport Express and hook up my stereo to it. How can i set up my Airport express without a PC/laptop? I just downloaded Airport utility on my iphone and ipad,will that work? And one more thing about the setup, the linksys router shich acts as a base is in a different room as the airport express which i wanted to use for airplay. So I'm hoping to hook up the Airport express via wireless signal. If i can set it up, can someone pls help me out by posting detailed instructions. Thanks so much!

    The first message that AirPort Utility will display during the auto setup will be that the Express will be confgured to "extend" the network. When AirPort Utility analyzes the network further, and sees that the Express cannot "extend" the 3rd party network, the next message will indicate that the Express is being configured to "join" the wireless network.
    Once the Express is configured, if you later go into AirPort Utility to check the settings under the Wireless tab, you will see that the Wireless Mode is indeed "Join a wireless network".

  • E-mail synch, read/unread, how can I set this up?

    I'd like to refer to an older question I found which hadn't been answered properly.
    https://discussions.apple.com/thread/3557308?start=0&tstart=0
    Quite simply, the question is;
    I have my work e-mail, my Hotmail and my Gmail all set-up on my iPhone 4S and my iPad 1st gen.
    When I read an e-mail on the computer via browser or outlook, I would like for this e-mail to appear as READ on my devices as well.
    Vise versa for when I read it on the iPad/Phone and I want that e-mail to show as read on Outlook and browser.
    Because this doesn't happen automatically, the Mail icon on my home screen is constantly showing over 1K e-mails, when in reality I may have like 10 on each e-mail account.
    How can I set this up?
    Is it possible for my to set this up for deleting e-mails also?
    I know I can do that on Gmail, delete from server blah blah, but how about when I delete e-mail from Outlook...I want them to be off my phone also.
    It's a business e-mail, and I get like over 50 read/received notifications that spam my inbox.
    Thank you for taking the time to read and for any advice you may have.

    Please go to
    1.Setting
    2. mail,contacts and calenders
    3. add accounts
    4. insert your email account and password
    5. Autometically imports your mails if you open mail folder on the desktop..
    That is it.

  • HT4356 How can I set up a Canon MX410 to print from my iPad?

    How can I set up this printer on my iPad?

    If it is not an AirPrint enabled printer
    iOS: AirPrint 101
    you need an app to print via. Search the App store. Start searching for a  cannon printer app and general print app like Print Central

  • How can I set a password for my pictures on iPad Air ?

    How can I set a password for my pictures on iPad Air ? if anyone have my iPad access mail or something I don't want anyone access my photos so how can I set it up.

    You can't set a password for the Photos nor Mail apps, you can only set a passcode for your iPad as a whole (via Settings > Passcode).
    There are third-party photo management apps such as Photo Manager Pro which you can copy your photos into from the Photos app (and then delete them from Photos), that app allows you (via its settings within the app) to set a password to access it.
    For email you could access your email via a browser (and not have your password stored in the browser), or see if there are any email apps in your country's app store which have a password option

  • How can I set the data binding between Web Dynpro & Database table

    Dear friend,
    I am a beginner of Web Dynpro. I want to develop my simple project like these:
    1. Create my own database table via Dictionary Project such as TAB_USER and have 3 fields: USER_ID, USER_NAME, USER_POSITION and I have already deployed & archived it.
    2. Create my own Web Dynpro Project, and create the input fields as User ID, User name, User position and icon 'Save' on the selection screen and I have deployed it already.
    For the process, I want to input data at the screen and save the data in the table, please give me the guide line like these:
    1. How can I set the data binding between Web Dynpro and Database table ?
    2.  Are there any nescessary steps that I will concern for this case?
    Sorry if my question is simple, I had try  to find solution myself, but it not found
    Thanks in advances,
    SeMs

    Hi,
    You can write your own connection class for establishing the connection with DB.
    Ex:
    public class  ConnectionClass {
    static Connection con = null;
    public static Connection getConnection() {
    try{
    Context ctx = new InitialContext();
    DataSource ds = (DataSource) ctx.lookup("jdbc/TSPAGE");
    con = ds.getConnection();
    return con;
    }catch(Exception e){
    return null;
    You can place the above class file in src folder and you can use this class in webdynpro.
    You can have another UserInfo class for reading and writing the data into the DB .
    Regards, Anilkumar
    PS : Refer
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/java/simple java bean generator for database.pdf
    Message was edited by: Anilkumar Vippagunta

  • How can I set printing margins of report?

    Hello,
    I am trying to print programmatically a portrait of a JPEG image that has been created by a Front Panel.
    I print it by creating a Standard Report.
    While the JPEG image is fine, the printed image is compressed at the long edges. So, the printed image is a little bit distorted.
    I change the Printing:Margins Property of the vi at the First Call of the vi, but the result is the same.
    On the other hand, if I open the JPEG image with a program like Picasa and print it, the printing image is not compressed/distorted.
    I attach an image of the code that is used to print the JPEG and an image that shows the Printing:Margins Property.
    How can I print it correctly via LabVIEW?
    Solved!
    Go to Solution.
    Attachments:
    Print_code.JPG ‏31 KB
    PrintingMargins_code.JPG ‏22 KB

    Hello,
    I tried the solutions that you proposed and I have the following results:
    1. The solution to print the Front Panel through the invoke node of the vi's reference is not ideal, because the desirable printer cannot be chosen.
    2. I cannot use the Word Report because I have not the Report Generation Toolkit for Microsoft Office.
    3. I used the HTML Report and I change the print settigns by modifying the registry keys in the following folder:
    "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup"
    I can change the margin_bottom, margin_left, margin_right, margin_top, Shrink_To_Fit and assign the values 0,0,0,0,no to them.
    The result in the printing image is obvious. It is no longer compressed and it is positioned almost according to the margins. Although all margins are set to 0, it has to be positioned 2cm more at left and about 2cm higher to be proper.
    But the footer and header registry keys even if they are deleted (I cannot assign empty string from command line), they are appeared in the printed page.
    I attach the new vi files that modify the registry keys of the above folder before printing and restore them after printing.
    Also, the Front Panel size of the Report.vi has been changed and set equal to the A4 paper size 21x29cm and a little bit bigger in order not to print the decoration border.
    So, the problem of proper printing of HTML report remains having only to remove the footer & header and understand why the printing image is not positioned at full left and full top even if the registry keys margin_left and margin_top are 0 and 0.
    On the other hand, if the vi's Front Panel JPEG image is printed from a Photo-program, it is printed correctly given that the margins are set to 0 and the "Scale" option has been disabled.
    Thank you very much for your help.
    I am looking forward to hearing from you if it is possible.
    Attachments:
    PrintReport.vi ‏336 KB
    Report.vi ‏6 KB

  • How can i set the date time year to my i pod

    how can i set the date time year to my i pod touch

    Hello Theodora,
    You can do this via your iPod's Settings application.
    B-rock

  • How can I set my "attach file" system to always show the date and offer to resort?

    When I want to attach a file to an email, or save it for that matter, I have to turn on Details instead of List in the View Menu. How can I set Thunderbird to have Details on as my default.
    Thanks!

    For use in the BB, the on-device format must be used...no PC contains the necessary file structure that the BB needs to find on the card in order to use it correctly. If you can no longer read the card via the BB nor the PC, then it's quite likely that your data is already destroyed. But, there are several PC utilities that claim to be able to recover Flash Memory devices such as SD cards...you should perhaps check those out (Zero Sum something or other? Can't recall specifically, but google will be your best friend in your quest.)
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How can you set the max row for a 'open cursor' in a stored proc?

    I would like to know how can you set the maximum amount of row returned in a resultset coming from a stored proc?
    You can do it via JDBC with cStatement.setMaxRows(10); but it works only for select that you do via JDBC...
    I would like the same functionality using open cursor inside a stored proc...
    Thanks...

    is "where ROWNUM <= 10" the equivalent of "cStatement.setMaxRows(10);" because the ROWNUM as problem with the ORDER BY clause and the setMaxRows() as no problem...

  • How can I set information broadcasting (send Workbook with E-mail) in serv.

    FYI: I set a broadcasting schedule to send workbook with e-mail. The pre-calculated server was set already.
    How can I set information broadcasting (send Workbook via E-mail) when I cannot access enterprise portal ?

    Hi,
    Check this thread:
    Work book broadcasting
    Regards
    Pcrao.

  • How can I set the microphone input level?

    How can I set the microphone input level?

    It would be best to use the standard windows mixer "sndvol32.exe" (in the windows directory) and control it with the System Exec.vi from the Communication palette.
    You may want to look at the following discussion thread, too:
    how to control the microphone volume input via LabView
    How Can I Record Sound in LabVIEW from Sources other than the Microphone?
    Zvezdana S.

  • How can I set up my iPad to print to my Kodak ESP 7250 wifi printer

    How can I set up my iPad to print to my Kodak ESP 7250 wifi printer

    Kodak has a firmware upgrade to allow a version of air printing via a third party service, google docs I think. You can e-mail documents to your printer, or you can set up a hardwired printer as a local print server and send them to that.
    Or you can look into an app. I have that same model of printer and use Print n Share and it works fine...slow but fine. I didn't go for the firmware cloud printing simply because I didn't want yet another online account.

  • HT4436 I have a laptop Mac and an IPad, and would like to transfer pictures, videos, etc from the ipad to the Mac but not from the Mac to the IPad, how can I set up the iCloud in both devises to do so?

    I have a laptop Mac and an Ipad, and would like to transfer pictures, videos, etc from the ipad to the Mac but not from the Mac to the Ipad, how can I set up the iCloud in both devises to do so?

    Welcome to the Apple Community.
    Your best method would be to connect via USB and transfer that way, since videos are not transferred using photostream.
    However you can stop photos on your mac being added to photostream in the iPhoto preferences > photostream by unchecking the automatic upload box.

  • How can I set icons bigger?

    WHAT AN * YOU ARE!!!
    What you were thinking when you made Firefox 4???
    Can't you understand that people have different kinds of eyes.
    THE ICONS ARE TOO SMALL!!!
    I mean bookmarks, history etc. in the right upper corner.
    How can I set those icons bigger. I think I can't. Am I right?
    Did you make Firefox 4 just for your self or the other people???!!! WHAT?
    GOODBYE FIREFOX! AND WELCOME INTERNET EXPLORER 9.
    ''Edited for language - TonyE''

    What is the setting for the icon size in the customize window?
    Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    If you need to increase or decrease the size of fonts and other elements in the user interface and web pages then you can do this:
    Increase the String pref layout.css.devPixelsPerPx from 1.0 to 2.0 in 0.1 steps to see what works best.
    In current Firefox versions this pref is a String value parsed to a float and allows to fine tune the dimensions of all elements (user interface and web pages) more precisely.
    See:
    * http://kb.mozillazine.org/about%3Aconfig

Maybe you are looking for

  • [JS CS3] Show Text Threads

    Does anyone know the syntax to script the View > Show Text Threads command in CS3? It seems that it should be something like: app.activeDocument.viewPreferences.showTextThreads ...but that isn't in the DOM. I can't seem to locate it. Can this be done

  • Can not hear audio for tv episode

    I have iTunes 8.0 and it was working fine, but I bought a tv episode today and when I go to play it i can't hear any sound. I can hear my other tv shows but this one episode does not work. any ideas on to what could be the problem

  • Motion Sensor not working in 10.3.9

    I just noticed that my sudden motion sensor (SMS) isn't working. All other topics seem to be about problems on 10.4, but I'm on 10.3.9. The System Profiler shows the SMS to be active, but I tried two freeware apps and niether works. I've had my mothe

  • Budget Release

    In our scenerio, we are using budget  functionalty of Project system. However, not using the budget release functionalty.  So, actual get posted as long as the same is within budget. My question is like this : If we activate budget release functional

  • Help with CMP

    I posted a question previously and did not get a response. Does anyone know where I can get some information/help with a problem I am having with CMP? Thanks Bailey