
October 25th, 2011, 08:51 AM
|
|
Registered User
|
|
Join Date: Aug 2010
Posts: 3
Time spent in forums: 42 m 16 sec
Reputation Power: 0
|
|
|
LDAP console authentication
I have configured LDAP server on computer A. From computer B, I can search the LDAP base
Code:
ldapsearch -x -W -D "cn = admin, dc = example"
but I have no idea how to force the system console login according to the data in LDAP instead of local files.
After trying to replace multiple files / etc/pam.d / (especially sshd) I could not login at all.
Apparently, I lack the automatic authentication Computer B in LDAP. To be able to download the data. For computer B I dont know what to do with SASL. On machine A, it is only installed.
|