diff options
| author | Tarik Gasmi | 2007-10-26 10:41:22 +0200 |
|---|---|---|
| committer | Tarik Gasmi | 2007-10-26 10:41:22 +0200 |
| commit | 310554c02e4b51c5300f8bdf8ad15e3f0520bc53 (patch) | |
| tree | 277727e7c13eeaec94fe8089f547f3108b727bcc /ldap-site-mngmt/webinterface/lib/au_management_functions.php | |
| parent | This should fix a small bug reported by Reiner for SuSE10.3 in stage3. (diff) | |
| download | core-310554c02e4b51c5300f8bdf8ad15e3f0520bc53.tar.gz core-310554c02e4b51c5300f8bdf8ad15e3f0520bc53.tar.xz core-310554c02e4b51c5300f8bdf8ad15e3f0520bc53.zip | |
LSM Webinterface, new actualized Version
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1401 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'ldap-site-mngmt/webinterface/lib/au_management_functions.php')
| -rw-r--r-- | ldap-site-mngmt/webinterface/lib/au_management_functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap-site-mngmt/webinterface/lib/au_management_functions.php b/ldap-site-mngmt/webinterface/lib/au_management_functions.php index 35881fec..d924aec0 100644 --- a/ldap-site-mngmt/webinterface/lib/au_management_functions.php +++ b/ldap-site-mngmt/webinterface/lib/au_management_functions.php @@ -53,7 +53,7 @@ function new_childau($childDN,$childou,$childcn,$childdesc,$mainadmin){ if ($resultAU = ldap_add($ds,$childDN,$entryAU)){ # alle Au Container anlegen - $containers = array("computers","dhcp","groups","rbs","roles"); + $containers = array("computers","dhcp","groups","pxe","rbs","roles"); foreach ($containers as $cont){ $entryCont = array(); $entryCont ['objectclass'] = "AUContainer"; @@ -426,7 +426,7 @@ function change_child_domain($childdomain, $oldchilddomain, $childDN, $assocdom, $entryAD['associateddomain'] = $assocdom; #print_r($entryAD); echo "<br>"; if ($resultAD = ldap_mod_del($ds,$childDN,$entryAD)){ - + # neuen dc Knoten anlegen mit Rollen ... if(new_child_domain($childdomain, $childDN, $assocdom, $domDN)){ |
