dn: cn=my-dba,ou=Groups,dc=exist-db, dc=orggidNumber: 9999objectClass: posixGroupobjectClass: groupOfUniqueNamesuniqueMember: uid=lcahlander,ou=Users,dc=exist-db,dc=orgcn: my-dba
ldap_add: Object class violation (65)additional info: invalid structural object class chain (posixGroup/groupOfUniqueNames)
LDAP is the Lightweight Directory Access Protocol. This cental database of accounts, logins and groups will be used by all the systems including the eXist database, the subversion server and the e-mail system. Note that the roles in the role-based access control system are stored using the role manager
These commands will install a local LDAP server and a web based administrative application to manage groups and users within this virtual machine.
and insert the following listing:
Note that this file has LDAP administration password (identified by olcRootPW) in it with the default value of "1234". If you want to change this put in your own password.
and insert the following:
Note that this file has database administration password in it with the default value of "admin123". If you want to change this put in your own password into the correct location..
You can now load this configuration file into the LDAP database with the ldapadd command.:
When prompted for the password, use "1234" unless you changed the value in db.ldif.