ldap_bindldap_bind
(PHP 3, PHP 4, PHP 5)
ldap_bind -- Bind to LDAP directory
Opis
bool
ldap_bind ( resource link_identifier [, string bind_rdn [, string bind_password]] )
Binds to the LDAP directory with specified RDN and password.
Parametry
link_identifier
An LDAP link identifier, returned by ldap_connect().
bind_rdn
bind_password
If bind_rdn and bind_password
are not specified, an anonymous bind is attempted.
Zwracane wartości
Zwraca TRUE w przypadku sukcesu, FALSE w
przypadku porażki.
Przykłady
Przykład 1. Using LDAP Bind
<?php
// using ldap bind $ldaprdn = 'uname'; // ldap rdn or dn $ldappass = 'password'; // associated password
// connect to ldap server $ldapconn = ldap_connect("ldap.example.com") or die("Could not connect to LDAP server.");
if ($ldapconn) {
// binding to ldap server $ldapbind = ldap_bind($ldapconn, $ldaprdn, $ldappass);
// verify binding if ($ldapbind) { echo "LDAP bind successful..."; } else { echo "LDAP bind failed..."; }
}
?>
|
|
Przykład 2. Using LDAP Bind Anonymously
<?php
//using ldap bind anonymously
// connect to ldap server $ldapconn = ldap_connect("ldap.example.com") or die("Could not connect to LDAP server.");
if ($ldapconn) {
// binding anonymously $ldapbind = ldap_bind($ldapconn);
if ($ldapbind) { echo "LDAP bind anonymous successful..."; } else { echo "LDAP bind anonymous failed..."; }
}
?>
|
|
Limo and Car services
limousine service Airport chicago 773-649-9630
-
galerie
- Snajper
alegro pomoże Ci wygrać aukcję
-
programy
-
hacking
-
anteny
-
zdjęcia ślubne
-
darmowe gry java
- Bardzo
smieszne opisy na gg
- Najlepsze
opisy gadu gadu do Twojego komunikatora
- Oferujemy znane skrypty
sklepy internetowe warszawa bogate portfolio.
- Nowe pokolenie
serwisy internetowe do zarabiania.
-
Pozycjonowanie stron
-
zdjęcia sportowe
-
zdjęcia scenerii
G:2,M:0,Y:26