blob: d48db3f98ea5946c3d723c8b318e5ad4fcbc9520 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
<table border='0' cellpadding='5' cellspacing='0' width='100%'>
<tr>
<td colspan='2'><h3>Administrative Unit - <i>{AU}</i> -</h3></td>
</tr>
<tr>
<td height='10'></td>
</tr>
<tr>
<td><h4>Im LDAP Verzeichnis gespeicherte Daten:</h4>
Sie können den Namen und die Beschreibung bearbeiten. Zur Verwaltung, der ihnen
zugeordneten IP Adressbereiche benutzen Sie bitte das Modul <b>IP Management</b>.<br>
Wollen Sie ihren DNS Domainnamen ändern so wenden Sie sich an den Haupt-Administrator
ihrer übergeordneten AU - <b>{PARENTAU}</b>
(Email: <b>{EMAILMA}</b> )
</td>
</tr>
<tr><td>
<table cellpadding='7' cellspacing='0' border='1' align='left' width='90%' style='border-width: 0 0 0 0;'>
<form action='au_change.php' method='post'>
<tr height='45'>
<td width='45%' style='border-color: black; border-style: solid; border-width: 0 0 3 0;'><b>Attribut</b></td>
<td width='55%' style='border-color: black; border-style: solid; border-width: 0 0 3 0;'><b>Wert</b></td>
</tr>
<tr height='45'>
<td width='45%' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'><b>Name: </b></td>
<td width='55%' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'>
<input type='Text' name='commonname' value='{CN}' size='40' class='medium_form_field'>
<input type='hidden' name='oldcn' value='{CN}'>
<input type='hidden' name='audn' value='{AUDN}'>
</td>
</tr>
<tr height='45'>
<td width='45%' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'><b>Bechreibung:</b></td>
<td width='55%' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'>
<input type='Text' name='description' value='{DSC}' size='40' class='medium_form_field'>
<input type='hidden' name='olddesc' value='{DSC}'>
<input type='hidden' name='audn' value='{AUDN}'>
</td>
</tr>
<tr height='45'>
<td width='45%' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'><b>DNS Domain:</b></td>
<td width='55%' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'>{DOMAIN} </td>
</tr>
<tr height='45'>
<td width='45%' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'><b>IP Bereiche:</b></td>
<td width='55%' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'>{MIPBS} </td>
</tr>
</table></td>
</tr>
<tr>
<td><input type='Submit' name='apply' value='anwenden' class='small_loginform_button'>
</form></td>
</tr>
<tr>
<td height='40'></td>
</tr>
<tr>
<td><h4>Weitere Statistiken zu Ihrer AU:</h4></td>
</tr>
<tr><td>
<table cellpadding='7' cellspacing='0' border='1' align='left' width='90%' style='border-width: 0 0 0 0;'>
<tr height='1'>
<td width='45%' style='border-color: black; border-style: solid; border-width: 0 0 3 0;'> </td>
<td width='55%' style='border-color: black; border-style: solid; border-width: 0 0 3 0;'> </td>
</tr>
<tr height='45'>
<td width='45%' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'><b>Hauptadministratoren:</b></td>
<td width='55%' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'>...</td>
</tr>
<tr height='45'>
<td width='45%' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'><b>Anzahl Rechner:</b></td>
<td width='55%' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'>...</td>
</tr>
<tr height='45'>
<td width='45%' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'><b>.... :</b></td>
<td width='55%' style='border-color: black; border-style: solid; border-width: 0 0 1 0;'>...</td>
</tr>
</table></td>
</tr>
</table>
|