intore

Untitled

Apr 25th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. cn.ldif:
  2.  
  3. #gruppo Studenti
  4. dn: cn=Students,ou=Groups,dc=amahoro,dc=bi
  5. cn: Students
  6. gidNumber: 2000
  7. objectClass: posixGroup
  8.  
  9. #gruppo Staff
  10. dn: cn=Staff,ou=Groups,dc=amahoro,dc=bi
  11. cn: Staff
  12. gidNumber: 2001
  13. objectClass: posixGroup
  14.  
  15. #gruppo Admins
  16. dn: cn=Admins,ou=Groups,dc=amahoro,dc=bi
  17. cn: Admins
  18. gidNumber: 2002
  19. objectClass: posixGroup
  20.  
  21. #gruppo Teachers
  22. dn: cn=Teachers,ou=Groups,dc=amahoro,dc=bi
  23. cn: Teachers
  24. gidNumber: 2003
  25. objectClass: posixGroup
  26.  
  27. command output adding cn.ldif
  28.  
  29.  
  30. root@amahoro:/etc/ldap# slapadd -v -u -c -f /etc/ldap/slapd.conf -l cn.ldif
  31. added: "cn=Students,ou=Groups,dc=amahoro,dc=bi"
  32. added: "cn=Staff,ou=Groups,dc=amahoro,dc=bi"
  33. added: "cn=Admins,ou=Groups,dc=amahoro,dc=bi"
  34. added: "cn=Teachers,ou=Groups,dc=amahoro,dc=bi"
  35. _#################### 100.00% eta none elapsed none fast!
  36. root@amahoro:/etc/ldap# slapadd -v -f /etc/ldap/slapd.conf -l cn.ldif
  37. hdb_db_open: database "dc=amahoro,dc=bi": unclean shutdown detected; attempting recovery.
  38. added: "cn=Students,ou=Groups,dc=amahoro,dc=bi" (00000009)
  39. added: "cn=Staff,ou=Groups,dc=amahoro,dc=bi" (0000000a)
  40. added: "cn=Admins,ou=Groups,dc=amahoro,dc=bi" (0000000b)
  41. added: "cn=Teachers,ou=Groups,dc=amahoro,dc=bi" (0000000c)
  42. _#################### 100.00% eta none elapsed none fast!
  43. Closing DB...
Advertisement
Add Comment
Please, Sign In to add comment