diff options
| author | Tarik Gasmi | 2007-09-18 17:18:38 +0200 |
|---|---|---|
| committer | Tarik Gasmi | 2007-09-18 17:18:38 +0200 |
| commit | 12183ece8e4cb1bb81072a72f696572c8b3a07ee (patch) | |
| tree | 1e7b274e6a4229d4d1819d4feaabe272b1037a62 /ldap-site-mngmt/webinterface/roles | |
| parent | Added theme.conf for openslx theme for pxe. Only labels should be added autom... (diff) | |
| download | core-12183ece8e4cb1bb81072a72f696572c8b3a07ee.tar.gz core-12183ece8e4cb1bb81072a72f696572c8b3a07ee.tar.xz core-12183ece8e4cb1bb81072a72f696572c8b3a07ee.zip | |
ldap-site-mngmt: actualized WebIF and DHCPConfig Generationscript
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1340 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'ldap-site-mngmt/webinterface/roles')
| -rw-r--r-- | ldap-site-mngmt/webinterface/roles/roles_menu.php | 32 | ||||
| -rw-r--r-- | ldap-site-mngmt/webinterface/roles/roles_start.dwt | 4 |
2 files changed, 19 insertions, 17 deletions
diff --git a/ldap-site-mngmt/webinterface/roles/roles_menu.php b/ldap-site-mngmt/webinterface/roles/roles_menu.php index e389f4e9..62abf05c 100644 --- a/ldap-site-mngmt/webinterface/roles/roles_menu.php +++ b/ldap-site-mngmt/webinterface/roles/roles_menu.php @@ -12,15 +12,16 @@ function createRolesMenu($rollen , $mnr, $assocdom) { array("link" => "role_show.php?role=MainAdmin&mnr=1", "text" => "Main Admins", "zugriff" => array("MainAdmin")), - array("link" => "role_show.php?role=HostAdmin&mnr=2", - "text" => "Host Admins", - "zugriff" => array("MainAdmin")), - array("link" => "role_show.php?role=DhcpAdmin&mnr=3", - "text" => "DHCP Admins", - "zugriff" => array("MainAdmin")), - array("link" => "role_show.php?role=ZoneAdmin&mnr=4", - "text" => "DNS Admins", - "zugriff" => array("MainAdmin"))); + #array("link" => "role_show.php?role=HostAdmin&mnr=2", + # "text" => "Host Admins", + # "zugriff" => array("MainAdmin")), + #array("link" => "role_show.php?role=DhcpAdmin&mnr=3", + # "text" => "DHCP Admins", + # "zugriff" => array("MainAdmin")), + #array("link" => "role_show.php?role=ZoneAdmin&mnr=4", + # "text" => "DNS Admins", + # "zugriff" => array("MainAdmin")) + ); }else{ $hauptmenu = array(array("link" => "roles.php", "text" => "Übersicht", @@ -28,12 +29,13 @@ function createRolesMenu($rollen , $mnr, $assocdom) { array("link" => "role_show.php?role=MainAdmin&mnr=1", "text" => "Main Admins", "zugriff" => array("MainAdmin")), - array("link" => "role_show.php?role=HostAdmin&mnr=2", - "text" => "Host Admins", - "zugriff" => array("MainAdmin")), - array("link" => "role_show.php?role=DhcpAdmin&mnr=3", - "text" => "DHCP Admins", - "zugriff" => array("MainAdmin"))); + #array("link" => "role_show.php?role=HostAdmin&mnr=2", + # "text" => "Host Admins", + # "zugriff" => array("MainAdmin")), + #array("link" => "role_show.php?role=DhcpAdmin&mnr=3", + # "text" => "DHCP Admins", + # "zugriff" => array("MainAdmin")) + ); } # $rollen = array_keys($roles); diff --git a/ldap-site-mngmt/webinterface/roles/roles_start.dwt b/ldap-site-mngmt/webinterface/roles/roles_start.dwt index 22ab0857..665bed3f 100644 --- a/ldap-site-mngmt/webinterface/roles/roles_start.dwt +++ b/ldap-site-mngmt/webinterface/roles/roles_start.dwt @@ -18,7 +18,7 @@ Rollen, IP Adressen und deren Delegierung, Rechner (Gruppen), deren Hardware-Profile und PXE Boot Konfigurationen, sowie die Dienste DHCP und DNS. </li> - <li><p><b>Host Admins</b></p> + <!-- <li><p><b>Host Admins</b></p> Diese verwalten Rechner (Gruppen), deren Hardware-Profile und PXE Boot Konfigurationen, und koennen diese im DHCP und DNS anmelden (verwalten im DNS nur deren Namenseintraege). </li> @@ -28,7 +28,7 @@ <li><p><b>DNS Admins</b></p> Sind die Administratoren der mit der AU assozierten DNS Zone. D.h. sie verwalten SOA, Include Direktiven untergeordneter Include Files, sowie alle Nameneintraege der Zone. - </li> + </li> --> </ul> </td> |
