I have openldap server version I am trying to create a cn=module{0} I created an ldif but can't seem to get the proper syntax. I've spent a lot of time searching but haven't found a solution. Any suggestions are appreciated. 

the ldif I am using, The line numbers are for reference only

      1 dn: cn=module{0},cn=config
      2 changetype: modify
      3 add:olcModuleList
      4 objectClass: olcModuleList
      5 olcModulePath: /usr/lib64/openldap/
      6 cn: module{0}
      7 changetype: modify
      8 add: olcModuleLoad
      9 olcModuleLoad: {0}accesslog.la
     10 olcModuleLoad: {1}auditlog.la
     11 olcModuleLoad: {2}constraint.la
     12 olcModuleLoad: {3}dynlist.la
     13 olcModuleLoad: {4}memberof.la
     14 olcModuleLoad: {5}ppolicy.la
     15 olcModuleLoad: {6}refint.la
     16 olcModuleLoad: {7}seqmod.la
     17 olcModuleLoad: {8}syncprov.la
     18 olcModuleLoad: {9}sssvlv.la
     19 olcModuleLoad: {10}translucent.la
     20 olcModuleLoad: {11}unique.la
     21 olcModuleLoad: {12}back_monitor.la

here is the error

ldapmodify -Y EXTERNAL -H ldapi:/// -vn -f ldapMdynalist.ldif
ldapmodify: wrong attributeType at line 4, entry "cn=module{0},cn=config"
--
Greg

http://www.linkedin.com/in/gregtreantos