Hallo, I would like to use the attribute UID in LDAP. In the actual ldap.xml he is not defined. I would like to use UID as RDN for user.
And he should also be in the Subject of the certificate.
What must I change in ldap.xml Configuration?
<openca> <ldap> <schema> <certificate>
You have to add here a rdn section.
<rdn>
<attributetype>uid</attributetype>
<must>
<attributetype>???</attributetype>
<attributetype>???</attributetype>
</must>
<may>
<attributetype>??</attributetype>
<attributetype>??</attributetype>
</may>
<structural>
<objectclass>???</objectclass>
</structural>
<auxiliary>
<objectclass>pkiUser</objectclass>
</auxiliary>
</rdn>We can add this to our default schema support. There is one important question - do you really use uid or uidObject? I will fix ldap.xml for uid. Please check the changed definition. I can email it you privately to reduce the load on the list.
Michael -- ------------------------------------------------------------------- Michael Bell Email: [EMAIL PROTECTED] ZE Computer- und Medienservice Tel.: +49 (0)30-2093 2482 (Computing Centre) Fax: +49 (0)30-2093 2704 Humboldt-University of Berlin Unter den Linden 6 10099 Berlin Email (private): [EMAIL PROTECTED] Germany http://www.openca.org
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users
