diff options
Diffstat (limited to 'ldap-site-mngmt/webinterface/lib/au_management_functions.php')
| -rw-r--r-- | ldap-site-mngmt/webinterface/lib/au_management_functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldap-site-mngmt/webinterface/lib/au_management_functions.php b/ldap-site-mngmt/webinterface/lib/au_management_functions.php index e6f46cfc..0f725198 100644 --- a/ldap-site-mngmt/webinterface/lib/au_management_functions.php +++ b/ldap-site-mngmt/webinterface/lib/au_management_functions.php @@ -46,6 +46,7 @@ function new_childau($childDN,$childou,$childcn,$childdesc,$mainadmin){ $entryAU ["objectclass"][1] = "organizationalunit"; $entryAU ["objectclass"][2] = "top"; $entryAU ["ou"] = $childou; + $entryAU ["dhcpmtime"] = 0; if ($childcn != ""){$entryAU ["cn"] = $childcn;} if ($childdesc != ""){$entryAU ["description"] = $childdesc;} |
