Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SuSE w/ LDAP and AD integration

Status
Not open for further replies.

blainepruitt

Technical User
Apr 18, 2002
105
0
0
US
I'm hoping someone can help point me in the right direction. I've got a SuSE 10 server setup to use LDAP and authenticate against our AD domain controller. getent password and ldapsearch works fine, in fact I can su - <AD user> successfully as well, however I'm not able to ssh into the server.

I've tried putting the correct entries in the pam modules, such as common-sesssion, common-password, sshd, login, etc. I also tried copying the modules found under /usr/share/doc/.../pam_ldap.

Nothing seems to work, any ideas?
 
Turns out I was missing the following line in my /etc/pam.d/common-auth file:

auth [default=1 success=ignore] pam_succeed_if.so uid > 1000 quiet

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top