Directory Server - How to restrict LDAP server users for certain hosts
Hi,
We are deployed the Centralized system user authentication with LDAP server.
Clients machine are Solaris 10 and RHEL 5 and server is OpenDS 2.2.1 LDAP server on Solaris 10.
So for we bind the Solaris 10 client by manual method like
ldapclient -v manual -a proxyDN=cn=proxyagent,dc=example,dc=com -a "proxyPassword=dummy" -a "credentialLevel=proxy" -a "authenticationMethod=simple" -a "bindTimeLimit=5" -a "defaultSearchBase=dc=example,dc=com" -a "serviceSearchDescriptor=passwd:ou=people,dc=example,dc=com?one" -a "serviceSearchDescriptor=group:ou=groups,dc=example,dc=com?one" -a "serviceSearchDescriptor=shadow:ou=people,dc=example,dc=com?one" -a "serviceAuthenticationMethod=pam_ldap:simple" -a "defaultSearchScope=sub" -a "searchTimeLimit=5" 192.168.150.X
0