ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:database:ldap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
v5:database:ldap [2023/11/17 15:39] mnewnhamv5:database:ldap [2023/11/17 16:45] – [Usage] mnewnham
Line 26: Line 26:
 Calls to other methods when used with this driver may produce unexpected results or program failure.  Calls to other methods when used with this driver may produce unexpected results or program failure. 
 ===== Usage ===== ===== Usage =====
 +You must use the acceptable query terms for AD queries, rather than SQL statements. Any value added to bind parameter field is ignored
 +
 <code php> <code php>
 $db = newAdoConnection('ldap'); $db = newAdoConnection('ldap');
Line 38: Line 40:
  
 </code> </code>
 +
 +==== URI Connections ====
 +The **//Server//** definition can be set in the form ''ldap://server-name''. You must use this if you want to:
 +  - Use an alternate connection port ''ldap:⁄⁄server-name:3389''
 +  - Use ldap over SSL - ''ldaps:⁄⁄server-name''
 +
 +
 +
  
 ===== Connection Parameters ===== ===== Connection Parameters =====
v5/database/ldap.txt · Last modified: 2023/11/18 23:45 by mnewnham