Hi, "Gemeiner, Jan" schrieb: > > All is workin, except the putting of anything into my ldap-server. > > Perhaps anybody could give me an example which tree I need when I use > openldap-2.0.21. > > I always get an error-message that the user for which I requested to put the > certificate does not exist.
Where do you see this message (at web, in apache's error_log or in syslog from OpenLDAP)? What is the exact message? If you want to see what's going on then you can activate the debuggingoutput in ldap-utils.lib. All important functions have a switch $DEBUG which must be only set to a true value (e.g. 1). > Which objectclass should that user have, do I have to define it on myself or > is there any prebuilt objectclass I may use? The objectclasses are defined by the RFCs. You can find the needed ones in ldap-utils.lib. There you can find a sub "addLDAPobject". If you now search for "objectclass" then you find the objectclasses which you need. Best regards, 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 http://www.openca.org ------------------------------------------------------- In remembrance www.osdn.com/911/ _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
