Packageindex Classtrees Modulegroups Elementlist Report XML Files

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.

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

LdapsOpenLdap(array $param, string &$errmsg)

Class constructor
void

_LdapsOpenLdap()

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

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


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