Documentation TYPO3 par Ameos |
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::SelectDB | ( | $ | db | ) |
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.