Stud.IP
2.0 Revision 48548
|
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 |
ac_auth | ( | $username, | |
$password | |||
) |
ac_delete | ( | $id, | |
$name | |||
) |
ac_get_lock | ( | ) |
ac_get_value | ( | $id, | |
$name | |||
) |
ac_halt | ( | $msg = "" | ) |
ac_newid | ( | $str, | |
$name | |||
) |
ac_release_lock | ( | ) |
ac_start | ( | ) |
ac_store | ( | $id, | |
$name, | |||
$str | |||
) |
$basedn = "dc=your-domain, dc=com" |
$ds |
$ldap_host = "localhost" |
$ldap_port = 389 |
$objclass = "phplibdata" |
$rootdn = "cn=root, dc=your-domain, dc=com" |
$rootpw = "secret" |