

Public Member Functions | |
| ADODB_ldap () | |
| _connect ($host, $username, $password, $ldapbase) | |
| _inject_bind_options ($options) | |
| _query ($sql, $inputarr) | |
| _close () | |
| SelectDB ($db) | |
| ServerInfo () | |
Public Attributes | |
| $databaseType = 'ldap' | |
| $dataProvider = 'ldap' | |
| $username = false | |
| $password = false | |
| The username which is used to connect to the database server. | |
| $filter | |
| $dn | |
| $version | |
| $port = 389 | |
| $LDAP_CONNECT_OPTIONS | |
Definition at line 26 of file adodb-ldap.inc.php.
| ADODB_ldap.ADODB_ldap | ( | ) |
Definition at line 43 of file adodb-ldap.inc.php.
| ADODB_ldap._connect | ( | $ | host, | |
| $ | username, | |||
| $ | password, | |||
| $ | ldapbase | |||
| ) |
Definition at line 49 of file adodb-ldap.inc.php.
References ADOConnection.$host, $LDAP_CONNECT_OPTIONS, $password, $username, _inject_bind_options(), database, debug, and ADOConnection.outp().

| ADODB_ldap._inject_bind_options | ( | $ | options | ) |
| ADODB_ldap._query | ( | $ | sql, | |
| $ | inputarr | |||
| ) |
| ADODB_ldap._close | ( | ) |
Definition at line 158 of file adodb-ldap.inc.php.
| ADODB_ldap.SelectDB | ( | $ | dbName | ) |
Choose a database to connect to. Many databases do not support this.
| dbName | is the name of the database to select |
Reimplemented from ADOConnection.
Definition at line 164 of file adodb-ldap.inc.php.
| ADODB_ldap.ServerInfo | ( | ) |
Get server version info...
Reimplemented from ADOConnection.
Definition at line 169 of file adodb-ldap.inc.php.
References $version.
| ADODB_ldap.$databaseType = 'ldap' |
| ADODB_ldap.$dataProvider = 'ldap' |
| ADODB_ldap.$username = false |
The username which is used to connect to the database server.
Reimplemented from ADOConnection.
Definition at line 32 of file adodb-ldap.inc.php.
Referenced by _connect().
| ADODB_ldap.$filter |
Definition at line 35 of file adodb-ldap.inc.php.
| ADODB_ldap.$dn |
Definition at line 36 of file adodb-ldap.inc.php.
| ADODB_ldap.$version |
| ADODB_ldap.$port = 389 |
Definition at line 38 of file adodb-ldap.inc.php.
| ADODB_ldap.$LDAP_CONNECT_OPTIONS |