− | ldapsearch -x -D cn=root,dc=stephane,dc=dtdns,dc=net -w $(cat /etc/pam_ldap.secret) -b ou=Users,dc=stephane,dc=dtdns,dc=net "uid=stephane" | + | ldapsearch -x -D cn=root,dc=mycompany,dc=local -w $(cat /etc/pam_ldap.secret) -b ou=Users,dc=mycompany,dc=local "uid=stephane" |
− | ldapsearch -x -D cn=root,dc=stephane,dc=dtdns,dc=net -w $(cat /etc/ldap.secret) -b ou=Users,dc=stephane,dc=dtdns,dc=net "uid=stephane" | + | ldapsearch -x -D cn=root,dc=mycompany,dc=local -w $(cat /etc/ldap.secret) -b ou=Users,dc=mycompany,dc=local "uid=stephane" |