Date: 06/11/02
- Next message: Bryan Gintz: "[PHP-DB] Error Loading File"
- Previous message: Paul Burney: "Re: [PHP-DB] case"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> have you tried yet?
>
> $ad = ldap_connect('ldaps://your.ldap.server', 636);
> $bound = ldap_bind($ad, 'somebinddn', 'somepasswd');
>
> worked "out of the box", using it manage over 20,000 users at a
> university...can authenticate and change passwords, etc.
>
Sure, I tried this. Do you possibly know how PHP gets a certificate to communicate over SSL? I mean, it looks like the secure channel cannot be estabilished. Do you know what has to be provided on the Active Directory's side?
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Bryan Gintz: "[PHP-DB] Error Loading File"
- Previous message: Paul Burney: "Re: [PHP-DB] case"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

