summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bb18e19)
raw | patch | inline | side by side (parent: bb18e19)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 May 2005 07:49:32 +0000 (07:49 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 May 2005 07:49:32 +0000 (07:49 +0000) |
TODO | patch | blob | history | |
plugins/admin/systems/class_servDB.inc | patch | blob | history |
index 4cbb6fca986acdf7ccab8f16c306bc715e67bff6..7da997ebe91b9a1845cc3a52a89e67e61ee7afe0 100644 (file)
--- a/TODO
+++ b/TODO
* Check PHP5 compliance of the error handler. It seems to break things...
+* Group plugin looses base
+
Target for 2.5:
===============
index 1df3e2251d610642e9a2c44e02ec25e155238f1e..254f905972ed0fc33c160b9899c29da1e4373487 100644 (file)
/* Write to LDAP */
$ldap= $this->config->get_ldap_link();
$ldap->cd($this->dn);
- // print_a($this->attrs);
$ldap->modify($this->attrs);
show_ldap_error($ldap->get_error());