From cd46d68991f7ae0cf319f915c5fecdd71b78ee34 Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Sat, 1 Mar 2008 18:04:26 +0000 Subject: Reorganisation of the repo structure as discussed on the devel list. - Move the majority of trunk and all branches to the new openslx/ dir. - Move ldap-site-mngmt to contrib/. - Move openslx/trunk/os-plugins/plugins/vmchooser/src/ to openslx-src-tools/trunk/os-plugins/plugins/vmchooser/ git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1591 95ad53e4-c205-0410-b2fa-d234c58c8868 --- .../webinterface/standard_header.inc.php | 86 ---------------------- 1 file changed, 86 deletions(-) delete mode 100644 ldap-site-mngmt/webinterface/standard_header.inc.php (limited to 'ldap-site-mngmt/webinterface/standard_header.inc.php') diff --git a/ldap-site-mngmt/webinterface/standard_header.inc.php b/ldap-site-mngmt/webinterface/standard_header.inc.php deleted file mode 100644 index 21483eee..00000000 --- a/ldap-site-mngmt/webinterface/standard_header.inc.php +++ /dev/null @@ -1,86 +0,0 @@ -"; -$rollen = $_SESSION['rollen']; -#echo "rollen: "; print_r($rollen); echo "
"; - - -if (!($ds = uniLdapConnect($uid,$userPassword))){ - echo " - - Zentrales Rechner / IP Management - - - - -
-

Es konnte keine Verbindung zum LDAP Server hergestellt werden!

-
- - "; - die; -} - -if ($auDN != ""){ - - # AU Daten holen - $attributes = array("ou","associateddomain","maxipblock","freeipblock","cn","description"); - $au_data = get_au_data($auDN,$attributes); - $assocdom = $au_data[0]['associateddomain']; - $au_ou = $au_data[0]['ou']; - $au_cn = $au_data[0]['cn']; - $au_desc = $au_data[0]['description']; - $au_mipb = $au_data[0]['maxipblock']; - $au_fipb = $au_data[0]['freeipblock']; - - # AU Domain Daten holen - $domain_data = get_domain_data($auDN,array("dn")); - - $expAuDn = explode(",",$auDN); - if ($expAuDn[1] == "ou=RIPM"){ - $domDN = "ou=DNS,".$suffix; - } - else{$domDN = $domain_data[0]['dn']; } - - $domprefix = str_replace('.'.$domsuffix,'',$assocdom); - # print_r($domprefix); - -} - -?> \ No newline at end of file -- cgit v1.2.3-55-g7522