intore

Untitled

Mar 30th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. root@dello:/home/stefano# ldapsearch -x -W -D 'cn=Manager,dc=amahoro,dc=bi'
  2. Enter LDAP Password:
  3. # extended LDIF
  4. #
  5. # LDAPv3
  6. # base <dc=amahoro,dc=bi> (default) with scope subtree
  7. # filter: (objectclass=*)
  8. # requesting: ALL
  9. #
  10.  
  11. # amahoro.bi
  12. dn: dc=amahoro,dc=bi
  13. dc: amahoro
  14. o: amahoro.bi
  15. objectClass: top
  16. objectClass: dcObject
  17. objectClass: organization
  18.  
  19. # Admins, amahoro.bi
  20. dn: cn=Admins,dc=amahoro,dc=bi
  21. cn: Admins
  22. gidNumber: 1000
  23. objectClass: posixGroup
  24.  
  25. # admin, Admins, amahoro.bi
  26. dn: uid=admin,cn=Admins,dc=amahoro,dc=bi
  27. cn: Name Surname
  28. sn: Surname
  29. gidNumber: 1000
  30. homeDirectory: /home/Admins/stefano
  31. objectClass: inetOrgPerson
  32. objectClass: top
  33. objectClass: posixAccount
  34. objectClass: shadowAccount
  35. userPassword:: e1NTSEF9b2pNOG1UT3NrT2ZVaDVyd1pUWUpSeWg3YXNxc1lXSHo=
  36. uidNumber: 1001
  37. uid: admin
  38.  
  39. # search result
  40. search: 2
  41. result: 0 Success
  42.  
  43. # numResponses: 4
  44. # numEntries: 3
Advertisement
Add Comment
Please, Sign In to add comment