First page Back Continue Last page Overview Graphics
Testing The Server
Service ldap start
Debug mode and logging
ldapsearch -x -h localhost “(objectclass=*)”
Binding non-anonymously (user and rootdn)
- Add -D “cn=root,dc=lulu,dc=com” -W , or -D “uid=markt,ou=People,dc=lulu,dc=com” -W to above line
Notes: