JLDAP/1.5
From Joomla! Documentation
[Edit Descripton] Description:JLDAP
Defined in
libraries/joomla/client/ldap.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| add | Add an attribute to the given DN Note: DN has to exist already. |
| anonymous_bind | Anonymously Binds to LDAP Directory. |
| bind | Binds to the LDAP directory. |
| close | Close the connection public. |
| compare | Compare an entry and return a true or false result. |
| connect | Connect to server. |
| create | Create a new DN. |
| delete | Deletes a given DN from the tree. |
| generatePassword | Generates a LDAP compatible password. |
| getDN | |
| getErrorMsg | Returns the error message. |
| ipToNetAddress | Converts a dot notation IP address to net address (e.g. |
| LDAPNetAddr | extract readable network address from the LDAP encoded networkAddress attribute. |
| modify | Modifies an entry and return a true or false result. |
| read | Read all or specified attributes of given dn. |
| remove | Removes attribute value from given dn and return a true or false result. |
| rename | Rename the entry. |
| replace | Replace an entry and return a true or false result. |
| search | Perform an LDAP search. |
| setDN | Sets the DN with some template replacements. |
| simple_search | Perform an LDAP search using comma seperated search strings. |
Importing
jimport( 'joomla.client.ldap' );
See also
Examples
<CodeExamplesForm />