Stud.IP  2.5 Revision
CT_Ldap Class Reference
Collaboration diagram for CT_Ldap:
Collaboration graph

Public Member Functions

 ac_start ()
 
 ac_halt ($msg="")
 
 ac_store ($id, $name, $str)
 
 ac_delete ($id, $name)
 
 ac_get_value ($id, $name)
 
 ac_release_lock ()
 
 ac_get_lock ()
 
 ac_newid ($str, $name)
 
 ac_auth ($username, $password)
 

Data Fields

 $ldap_host = "localhost"
 
 $ldap_port = 389
 
 $basedn = "dc=your-domain, dc=com"
 
 $rootdn = "cn=root, dc=your-domain, dc=com"
 
 $rootpw = "secret"
 
 $objclass = "phplibdata"
 
 $ds
 

Member Function Documentation

◆ ac_auth()

ac_auth (   $username,
  $password 
)

◆ ac_delete()

ac_delete (   $id,
  $name 
)

◆ ac_get_lock()

ac_get_lock ( )

◆ ac_get_value()

ac_get_value (   $id,
  $name 
)

◆ ac_halt()

ac_halt (   $msg = "")
Here is the caller graph for this function:

◆ ac_newid()

ac_newid (   $str,
  $name 
)

◆ ac_release_lock()

ac_release_lock ( )

◆ ac_start()

ac_start ( )
Here is the call graph for this function:

◆ ac_store()

ac_store (   $id,
  $name,
  $str 
)
Here is the call graph for this function:

Field Documentation

◆ $basedn

$basedn = "dc=your-domain, dc=com"

◆ $ds

$ds

◆ $ldap_host

$ldap_host = "localhost"

◆ $ldap_port

$ldap_port = 389

◆ $objclass

$objclass = "phplibdata"

◆ $rootdn

$rootdn = "cn=root, dc=your-domain, dc=com"

◆ $rootpw

$rootpw = "secret"

The documentation for this class was generated from the following file: