Packageindex Classtrees Modulegroups Elementlist Report XML Files

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.

AuthorsNorbert Sendetzky <norbert@linuxnetworks.de>

 

Methods inherited from OpenLdap

openldap, _openldap

Methods inherited from Ldap

ldap, _ldap, addobject, deleteobject, modifyobject, renameobject, searchsublevel, searchonelevel, searchbaselevel, addattributes, deleteattributes, replaceattributes, dn2ufn, pcleanarray, pcleanobject

Public Method Summary

object LdapOpenLdap

LdapOpenLdap(array $param, string &$errmsg)

Class constructor
void

_LdapOpenLdap()

Class destructor

Fields inherited from Ldap

$id

Included files inherited from OpenLdap

../lib/support/ldap/ldap.class.php

Included files inherited from Ldap

../lib/include/locale.class.php

Included files Summary, Type: include_once

../lib/support/ldap/openldap/openldap.class.php Warning: documentation is missing.

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


Included Files, Type: include_once

../lib/support/ldap/openldap/openldap.class.php

include_once( ../lib/support/ldap/openldap/openldap.class.php )




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta