Rene Tapia wrote:
Besides ldap.conf, you also need to configure pam:
Actually pam isn't required just to get user information, which is what
I'm trying to do.
But anyway, I found the problem. It was pretty supid actually... it
should be "/etc/libnss-ldap.conf" and not "/etc/ldap.conf" (like in S
Rene Tapia wrote:
Besides ldap.conf, you also need to configure pam:
I haven't got to configuring pam yet, but just ldap.conf+nsswitch.conf
should work just to get uset information, either using something like
"finger user" or "getent passwd".
LDAP user information without pam_ldap is useful, fo
Besides ldap.conf, you also need to configure pam:
apt-get install libpam-ldap -y
apt-get install libnss-ldap -y
apt-get install libpam-cracklib -y
Note: libpam-cracklib is not required for LDAP (it
just enforces strong passwords)
The following config files work, but you can change
them to suit
Hi!
I have a sarge install which I'm using to test some things. One of those
things is LDAP authentication against Active Directory.
This works just fine on a bunch of SUSE 9.2 boxes but I can't make it
work on the Debian Sarge box.
If I just alter nsswitch.conf to change "passwd" and "group" to "f
4 matches
Mail list logo