|
|
File: ../general-devel/lib/support/ldap/openldap/ldapopenldap.class.php
phpGeneral - support
LdapOpenLdap
Ldap | +-- OpenLdap | +-- LdapOpenLdap
Openldap class for unencrypted connections
|
public class LdapOpenLdap extends OpenLdap
Openldap class for unencrypted connections
Provides access to an OpenLdap server by using an unencrypted 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 |
LdapOpenLdap |
public object LdapOpenLdap LdapOpenLdap( array $param, string &$errmsg )
|
|
Class constructor
Initializes the base classes
|
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 |
|
_LdapOpenLdap |
public void _LdapOpenLdap( )
|
|
Class destructor
Calls the base class destructor
|
Returns |
void |
|
|
|
|
|
PHPDoc 1.0beta |