Displaying 1 result from an estimated 1 matches for "ldap_service1".
Did you mean:
ldap_service2
2012 Oct 24
1
SSSD configuration
...the system.
We're using LDAP authentication (nss_ldap package) on our Centos 5.8
servers and have different PAM ldap configuration files configured to be
used for specific PAM services.
Here is the example of our setup:
/etc/pam.d/service1:
auth sufficient pam_ldap.so config=/etc/ldap_service1.conf
/etc/pam.d/service2:
auth sufficient pam_ldap.so config=/etc/ldap_service2.conf
Thus we can use specific LDAP filters for various different services as
not all users having access to one service also have access to other
services on the same server.
Now we're facing the probl...