| Blogs | Classifieds | Downloads | FlashChat | Gallery | Googlemap | Invite Friends | Links | Projects | Reviews | Wiki |
| |||||||||
Welcome to the pSeries Tech Forums,
our free peer-based support site for administrators, engineers and architects working with IBM pSeries servers and software. You are currently viewing our site as a guest which gives you limited access to view most discussions, articles, tutorials and access our other free features. By joining our community you will be able to collaborate with administrators, engineers and architects charged with designing, delivering or maintaining IBM pSeries server environments. Founded by a recognized IBM pSeries consultant and IBM Redbook author, pSeries Tech Forums was developed with the single mission of bringing IBM pSeries professionals together into a single self-help community. Registration is fast, simple and absolutely free to all IT professionals with responsibility for or interest in IBM pSeries servers. We invite you to join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
| Our Sponsors | |
| | |
| Want to advertise? | |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
Hello I successfully could "register" my AIX system to the Windows AD with kerberos. After adding the AD-known user to the AIX I could loggin with this user with its AD-password via telnet. My problem is now login with ssh. Some of the users I don't want to authenticate by the AD and they have a local password. If I have the following settings in the sshd.conf: # Kerberos options #KerberosAuthentication no KerberosOrLocalPasswd yes KerberosTicketCleanup yes -> only the local users can login If I have the following settings in the sshd.conf: # Kerberos options KerberosAuthentication yes KerberosOrLocalPasswd yes KerberosTicketCleanup yes -> only the AD-known users can login Can you help me with the settings, if I want some users login with there local password and some with the AD-password. The user settings for the AD-Users are: SYSTEM = KRB5Afiles registry = KRB5Afiles The local users are set with standard settings. Thanks in advance for your help. Regards Stefan |
|
#2
| ||||
| ||||
| Hello I found the solution myself. I had to upgrade openssh from 4.1 to 4.3 openssh-4.3p2-r2 And the following options in the sshd_config file: # Kerberos options KerberosAuthentication yes KerberosOrLocalPasswd yes KerberosTicketCleanup yes #KerberosGetAFSToken no CU Stefan |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |