ADODB_ldap Class Reference

Inheritance diagram for ADODB_ldap:

Inheritance graph
[legend]
Collaboration diagram for ADODB_ldap:

Collaboration graph
[legend]

List of all members.

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


Detailed Description

Definition at line 26 of file adodb-ldap.inc.php.


Member Function Documentation

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().

Here is the call graph for this function:

ADODB_ldap._inject_bind_options ( options  ) 

Definition at line 142 of file adodb-ldap.inc.php.

References $options.

Referenced by _connect().

ADODB_ldap._query ( sql,
inputarr 
)

Definition at line 150 of file adodb-ldap.inc.php.

References $rs, $sql, and database.

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.

Parameters:
dbName is the name of the database to select
Returns:
true or false

Reimplemented from ADOConnection.

Definition at line 164 of file adodb-ldap.inc.php.

References $db, and database.

ADODB_ldap.ServerInfo (  ) 

Get server version info...

Returns:
An array with 2 elements: $arr['string'] is the description string, and $arr[version] is the version (also a string).

Reimplemented from ADOConnection.

Definition at line 169 of file adodb-ldap.inc.php.

References $version.


Member Data Documentation

ADODB_ldap.$databaseType = 'ldap'

Reimplemented from ADOConnection.

Definition at line 27 of file adodb-ldap.inc.php.

ADODB_ldap.$dataProvider = 'ldap'

Reimplemented from ADOConnection.

Definition at line 28 of file adodb-ldap.inc.php.

ADODB_ldap.$username = false

Definition at line 31 of file adodb-ldap.inc.php.

Referenced by _connect().

ADODB_ldap.$password = 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

Definition at line 37 of file adodb-ldap.inc.php.

Referenced by ServerInfo().

ADODB_ldap.$port = 389

Definition at line 38 of file adodb-ldap.inc.php.

ADODB_ldap.$LDAP_CONNECT_OPTIONS

Definition at line 41 of file adodb-ldap.inc.php.

Referenced by _connect().


The documentation for this class was generated from the following file:
This documentation is part of typo3-unleashed.net.
It's an automatically created code documentation of the TYPO3 Content Management System.
Created with doxygen