Advertisement
xtree1

module.ldif failure

Jul 9th, 2014
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. input module.ldif
  2.  
  3. dn: cn=module{0},cn=config
  4. 2 changetype: modify
  5. 3 add: olcModuleLoad
  6. 4 olcModuleLoad: {0}accesslog.la
  7. 5 olcModuleLoad: {1}auditlog.la
  8. 6 olcModuleLoad: {2}constraint.la
  9. 7 olcModuleLoad: {3}dynlist.la
  10. 8 olcModuleLoad: {4}memberof.la
  11. 9 olcModuleLoad: {5}ppolicy.la
  12. 10 olcModuleLoad: {6}refint.la
  13. 11 olcModuleLoad: {7}seqmod.la
  14. 12 olcModuleLoad: {8}syncprov.la
  15. 13 olcModuleLoad: {9}sssvlv.la
  16. 14 olcModuleLoad: {10}translucent.la
  17. 15 olcModuleLoad: {11}unique.la
  18. 16 olcModuleLoad: {12}back_monitor.la
  19. 17 olcModulePath: /usr/lib64/openldap/
  20. 18 objectClass: olcModuleList
  21. 19 cn: modules{0}
  22. things work up to line 16. here is the error
  23.  
  24. ldapmodify -Y EXTERNAL -H ldapi:/// -vn -f ldapMdynalist.ldif
  25. ldapmodify: wrong attributeType at line 17, entry "cn=module{0},cn=config"
  26.  
  27. I have tried different things to get the last lines to work to no avail. What is the proper structure to get this to work?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement