Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: ../general-devel/lib/support/ldap/openldap/openldap.class.php
phpGeneral - support

OpenLdap

Ldap
   |
  +-- OpenLdap

Base class for openldap specific classes

 

private class OpenLdap extends Ldap

Base class for openldap specific classes
Includes specific operations necessary to connect to an openldap server.Currently there are no one.

AuthorsNorbert Sendetzky <norbert@linuxnetworks.de>

 
Direct known subclasses: LdapsOpenLdap, LdapOpenLdap

Methods inherited from Ldap

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

Private Method Summary

object OpenLdap

OpenLdap(array $param, string &$errmsg)

Class constructor
void

_OpenLdap()

Class destructor

Fields inherited from Ldap

$id

Included files inherited from Ldap

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

Included files Summary, Type: include_once

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

Private Method Details

OpenLdap

private object OpenLdap OpenLdap( array $param, string &$errmsg )

  Class constructor
Iinitializes the base class.

Parameter
array $param
Associative array containing userid, password, realm and others
string &$errmsg
Reference for storing error messages in case of a failure
Returns object OpenLdap


_OpenLdap

private void _OpenLdap( )

  Class destructor
Calls the base class destructor

Returns void


Included Files, Type: include_once

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

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




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta