|
|
|
File: ../general-devel/lib/support/ldap/openldap/ldapsopenldap.class.php
phpGeneral - support
LdapsOpenLdap
Ldap | +-- OpenLdap | +-- LdapsOpenLdap
Openldap class for encrypted connections
|
public class LdapsOpenLdap extends OpenLdap
Openldap class for encrypted connections
Provides access to an OpenLdap server by using an TLS encrypted connection.
|
| |
|
|
|
Methods inherited from Ldap |
| ldap, _ldap, addobject, deleteobject, modifyobject, renameobject, searchsublevel, searchonelevel, searchbaselevel, addattributes, deleteattributes, replaceattributes, dn2ufn, pcleanarray, pcleanobject |
|
|
|
Fields inherited from Ldap |
| $id |
|
|
|
|
|
|
|
Public Method Details |
LdapsOpenLdap |
|
public object LdapOpenLdap LdapsOpenLdap( array $param, string &$errmsg )
|
| |
Class constructor
Initializes the base classes. The ldap library knows that an encryptedcommunication channel should by used if the url to the ldap server beginswith "ldaps://".
|
| Parameter |
|
| array |
$param |
|
|
Associative array contains userid, password, realm and others |
|
|
| string |
&$errmsg |
|
|
Reference for storing error messages in case of a failure |
|
| Returns |
object LdapOpenLdap |
|
_LdapsOpenLdap |
|
public void _LdapsOpenLdap( )
|
| |
Class destructor
Calls the base class destructor
|
| Returns |
void |
|
|
|
|
|
|
|
| PHPDoc 1.0beta |