[EMAIL PROTECTED] writes:
> Hi,
> 
> Can anyone out there tell me whether it is possible to put authetication 
> information in a ldap uri, i.e. to bind (as a non-anonymous user) to a 
> directory server using a ldap uri??? 

It is possibly to specify this information with the "bindname"
extension.  And example would be

     ldap:///??sub??bindname=cn=Manager%2co=Foo

See RFC 2255 for details.

Note, however, that this is not yet widely implemented.  Netscape 4.x
doesn't support it, nor does the mozilla.org LDAP C SDK, nor the
mozilla browser URL handler (yet).

Dan

Reply via email to