server -> server()
This commit is contained in:
parent
0590e6a2cc
commit
6eca9338e7
|
@ -26,13 +26,13 @@ How can I make LDAP operations, where is the user name and password?</span></big
|
||||||
<br>
|
<br>
|
||||||
<span style="font-weight: bold;"><big>A:</big> </span>LAM
|
<span style="font-weight: bold;"><big>A:</big> </span>LAM
|
||||||
automatically reconnects to the LDAP server on every page load. You can
|
automatically reconnects to the LDAP server on every page load. You can
|
||||||
use <span style="font-weight: bold; color: rgb(204, 0, 0);">$_SESSION['ldap']->server</span>
|
use <span style="font-weight: bold; color: rgb(204, 0, 0);">$_SESSION['ldap']->server()</span>
|
||||||
which is the LDAP server handle.<br>
|
which is the LDAP server handle.<br>
|
||||||
Be sure to include ldap.inc before (automatically included for account
|
Be sure to include ldap.inc before (automatically included for account
|
||||||
modules).<br>
|
modules).<br>
|
||||||
<br>
|
<br>
|
||||||
<span style="font-weight: bold;">Example:</span> ldap_search(<span
|
<span style="font-weight: bold;">Example:</span> ldap_search(<span
|
||||||
style="font-weight: bold; color: rgb(204, 0, 0);">$_SESSION['ldap']->server</span><span
|
style="font-weight: bold; color: rgb(204, 0, 0);">$_SESSION['ldap']->server()</span><span
|
||||||
style="color: rgb(204, 0, 0);"></span>, $suffix, $filter, $attributes)<br>
|
style="color: rgb(204, 0, 0);"></span>, $suffix, $filter, $attributes)<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in New Issue