[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: migrating passwd from NIS to LDAP
chris,
I'm not sure if your problem is similar to what had me confounded but when I
first enabled LDAP, I used to be able to finger and check on my users in the
LDAP database but it would not allow me to ssh in as one of the users.
Then I changed this line in my /etc/ssh/sshd_config file
PAMAuthenticationViaKbdInt yes
(default is no)
Now before you do this make sure you ahve OpenSSH 3.4 or higher running
becos there was bug in PAMAuthenticationViaKbdInt before that and it should
not be enabled in versions below OpenSSH 3.4 (unless of-course patched).
This worked for me and enabled pam to talk with ssh daemon then. As I said I
THINK thats ur problem :)
Chill
Vish
-----Original Message-----
From: Chris Majewski [mailto:majewski@cs.ubc.ca]
Sent: Tuesday, March 09, 2004 5:09 PM
To: Openldap list
Subject: Re: migrating passwd from NIS to LDAP
Not sure if sshd is to blame, since it's the ssh client that
complains, but yes.
-chris
Jeremy Hallum <jhallum@umich.edu> writes:
> Did you restart sshd after setting up ldap? It's what did me in for about
> a day.
>
> -jeremy
>