Displaying 1 result from an estimated 1 matches for "ldap_service2".
Did you mean:
ldap_service1
2012 Oct 24
1
SSSD configuration
...rs 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 problem to manage the same functionality with
System Security Services Daemon (SSSD) which was ne...