hi, i want to install an openldap on ubuntu 10.04 TLS using this tuto http://www.howtoforge.com/install-and-configure-openldap-on-ubuntu-karmic-koala so when i tired to load the config.ldif i get this error message root@ldapserver:~/script# ldapadd -Y EXTERNAL -H ldapi:/// -f config.ldif SASL/EXTERNAL authentication started SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth SASL SSF: 0 modifying entry "cn=config" ldap_modify: No such attribute (16) additional info: modify/delete: olcAuthzRegexp: no such attribute can anyone help
maybe you should include the content of config.ldif so everyone can have a look to me, you maybe had missed changetype: modify in config.ldif or you're adding something that has already added. Have to delete it first. reading this may help -> http://www.openldap.org/lists/openldap-software/200411/msg00446.html