Advertisement
Guest User

employee

a guest
Sep 13th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. /// CREATED THE SCHEMA ////
  2.  
  3. ldapadd -Y EXTERNAL -H ldapi:// -D cn=admin,dc=tekgenesis,dc=com -W -f ./employee.ldif
  4. Enter LDAP Password:
  5. SASL/EXTERNAL authentication started
  6. SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
  7. SASL SSF: 0
  8. adding new entry "cn=employee,cn=schema,cn=config"
  9.  
  10.  
  11. /// LDAP SEARCH ///
  12.  
  13. ldapsearch -LLL -D cn=admin,dc=tekgenesis,dc=com -W -x "cn=schema,cn=config" cn=employee
  14. No such object (32)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement