⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ldap.using.html

📁 php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Using the PHP LDAP calls</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="ldap.constants.html">Predefined Constants</a></div> <div class="next" style="text-align: right; float: right;"><a href="ldap.examples.html">Examples</a></div> <div class="up"><a href="book.ldap.html">LDAP</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div> <h1>Using the PHP LDAP calls</h1> <p class="para">  Before you can use the LDAP calls you will need to know ..  <ul class="itemizedlist">   <li class="listitem">    <p class="para">     The name or address of the directory server you will use    </p>   </li>   <li class="listitem">    <p class="para">     The &quot;base dn&quot; of the server (the part of the world directory     that is held on this server, which could be &quot;o=My     Company,c=US&quot;)    </p>   </li>   <li class="listitem">    <p class="para">     Whether you need a password to access the server (many servers     will provide read access for an &quot;anonymous bind&quot; but require a     password for anything else)    </p>   </li>  </ul> </p> <p class="para">  The typical sequence of LDAP calls you will make in an  application will follow this pattern:<pre class="literallayout">  ldap_connect()    // establish connection to server     |  ldap_bind()       // anonymous or authenticated &quot;login&quot;     |  do something like search or update the directory  and display the results     |  ldap_close()      // &quot;logout&quot;</pre> </p></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="ldap.constants.html">Predefined Constants</a></div> <div class="next" style="text-align: right; float: right;"><a href="ldap.examples.html">Examples</a></div> <div class="up"><a href="book.ldap.html">LDAP</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -