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 revision
Previous revision
Next revisionBoth sides next revision
v5:database:ldap [2020/01/13 13:06] – Add tier2 tag dregadv5:database:ldap [2023/06/04 11:41] – ↷ Links adapted because of a move operation dregad
Line 19: Line 19:
   * [[v5:reference:connection:getassoc|getAssoc()]]   * [[v5:reference:connection:getassoc|getAssoc()]]
   * [[v5:reference:connection:selectdb|selectDb()]]   * [[v5:reference:connection:selectdb|selectDb()]]
-  * [[v5:dictionary:serverinfo|serverInfo()]]+  * [[v5:reference:connection:serverinfo|serverInfo()]]
   * [[v5:reference:connection:getrowassoc|getRowAssoc()]]   * [[v5:reference:connection:getrowassoc|getRowAssoc()]]
      
Line 31: Line 31:
 ===== Custom Functionality ===== ===== Custom Functionality =====
 If defined prior to connection, the following variables will be passed as input bind variables. If defined prior to connection, the following variables will be passed as input bind variables.
-Valid Domain Values for LDAP Options: +Valid Domain Values for LDAP Connection Options: 
-  LDAP_OPT_DEREF (integer) + 
-  LDAP_OPT_SIZELIMIT (integer) +^ OPTION_NAME ^ Type ^ 
-  LDAP_OPT_TIMELIMIT (integer) +| ''LDAP_OPT_DEREF''integer | 
-  LDAP_OPT_PROTOCOL_VERSION (integer) +| ''LDAP_OPT_SIZELIMIT''integer | 
-  LDAP_OPT_ERROR_NUMBER (integer) +| ''LDAP_OPT_TIMELIMIT''integer | 
-  LDAP_OPT_REFERRALS (boolean) +| ''LDAP_OPT_PROTOCOL_VERSION''integer | 
-  LDAP_OPT_RESTART (boolean) +| ''LDAP_OPT_ERROR_NUMBER''integer | 
-  LDAP_OPT_HOST_NAME (string) +| ''LDAP_OPT_REFERRALS''boolean | 
-  LDAP_OPT_ERROR_STRING (string) +| ''LDAP_OPT_RESTART''boolean | 
-  LDAP_OPT_MATCHED_DN (string) +| ''LDAP_OPT_HOST_NAME''string | 
-  LDAP_OPT_SERVER_CONTROLS (array) +| ''LDAP_OPT_ERROR_STRING''string | 
-  LDAP_OPT_CLIENT_CONTROLS (array)+| ''LDAP_OPT_MATCHED_DN''string | 
 +| ''LDAP_OPT_SERVER_CONTROLS''array | 
 +| ''LDAP_OPT_CLIENT_CONTROLS''array |
  
 Make sure to set this BEFORE calling Connect() Make sure to set this BEFORE calling Connect()
v5/database/ldap.txt · Last modified: 2023/11/18 23:45 by mnewnham