phpbar.de logo

Mailinglisten-Archive

AW: [php] ldap_bind

AW: [php] ldap_bind

Niemann, Markus php_(at)_phpcenter.de
Wed, 29 May 2002 12:29:25 +0200


> Guten Morgen,

Hi Patrick

> ich bekomm den fehler:
>
> Warning: LDAP: Unable to bind to server: No such object in
> C:\IntraDev\ldap.php on line 12
>
> line 12:
> $r=ldap_bind($ds,"cn=heneisep.ou=TMV.ou=IT.o=Walter","password");
>
> ist novell eDirectory LDAP ...
>
> was ist da falsch?

nur kurze Frage:
hast du die cn-infos wirklich mit punkten getrennt? normal ist doch komma,
oder?

Hier zum Vergleich mal ein Bind, der bei mir hinhaut:

$ldapServerHost = "IP-Adresse =:-(";
$ldapServerPort = 389;
$ldapServerUser = "Administrator";
$ldapServerPWD  = "password";
$ldapServerDN_manager = "cn=Administrator, o=otto";
$ldapServer_connect = ldap_connect($ldapServerHost, $ldapServerPort);

$ldapServer_bind =
ldap_bind($ldapServer_connect,$ldapServerDN_manager,$ldapServerPWD);

Im Grunde habe ich alles genauso wie du, bis auf die punkte =:-)

Gruß,
Markus


php::bar PHP Wiki   -   Listenarchive