Hi all,

I am new here and I would be really happy if someone could have a look =
on the following question:

I have a question concerning a connection with a LDAP server via SSL.

What I=B4ve found is:

To use ldap_connect to connect via SSL to your LDAP server, you must use 
the following:

ldap_connect( "ldaps://server.domain.com/", 636 );

"server.domain.com" must be the exact name of the server your issued 
your certificate to (with OpenLDAP, using openssl).


My question here is if it is possible to use this ldap connection with 
any LDAP server ( not only an OpenLDAP one ), I have been searching for =
information but I have not found anything.

Thanks a lot in advance for your help.

Juan


_____________________________________
PENTASYS
Gesellschaft fuer Informationstechnologie mbH
Rüdesheimer Strasse 9
80686 Muenchen
Tel. 089/5 79 52-0
Fax. 089/5 79 52-399
http://www.pentasys.de
E-Mail: [EMAIL PROTECTED]
______________________________________


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to