Nightslave schrieb: your RAServer.conf: > ## Now the LDAP default base dn > basedn "o=MYLDAP, c=US" > > ## Let's define the privileged Account Allowed to Modify the LDAP > entries > ldaproot "cn=Manager, c=IT" > ldappwd "secret"
your slapd.conf: suffix "o=MYPC,c=US" #rootdn "cn=Manager,dc=my-domain,dc=com" rootdn "cn=Manager,o=MYPC,c=US" # Cleartext passwords, especially for the rootdn, should # be avoid. See slappasswd(8) and slapd.conf(5) for details. # Use of strong authentication encouraged. rootpw secret # The database directory MUST exist prior to running slapd AND # should only be accessible by the slapd/tools. Mode 700 recommended. directory /usr/local/openldap/var/openldap-ldbm # Indices to maintain index objectClass eq ############## end of conf-files ####################### Problems: 1. the base DNs mismatch (suffix and baseDN) 2. the root DNs mismatch (rootdn and ldaproot) 3. the ldappwd is not set (we need a cleartext passphrase there - therefore "chown wwwserver:wwwgroup RAServer.conf; chmod 600 RAServer.conf"; the installation routine of v0.9 will do this automatically) Hope this helps Michael -- ------------------------------------------------------------------- Michael Bell Email (private): [EMAIL PROTECTED] Rechenzentrum - Datacenter Email: [EMAIL PROTECTED] Humboldt-University of Berlin Tel.: +49 (0)30-2093 2482 Unter den Linden 6 Fax: +49 (0)30-2093 2959 10099 Berlin Germany [OpenCA Core Developer] http://www.openca.org _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
