added documentation for OU editor
This commit is contained in:
parent
0a974f15a8
commit
de1cdde28c
|
@ -34,7 +34,7 @@ lists</a><br>
|
||||||
<li><a href="profile_editor.htm">Profile editor</a></li>
|
<li><a href="profile_editor.htm">Profile editor</a></li>
|
||||||
<li><a href="samba_domains.htm">Samba 3 domains</a></li>
|
<li><a href="samba_domains.htm">Samba 3 domains</a></li>
|
||||||
<li><a href="upload.htm">File upload</a></li>
|
<li><a href="upload.htm">File upload</a></li>
|
||||||
<li>OU editor</li>
|
<li><a href="ou-edit.htm">OU editor</a></li>
|
||||||
<li>PDF editor<br>
|
<li>PDF editor<br>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -0,0 +1,31 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta content="text/html; charset=ISO-8859-15"
|
||||||
|
http-equiv="content-type">
|
||||||
|
<title>OU editor</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="style/layout.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1 style="text-align: center;">OU editor<br>
|
||||||
|
</h1>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
This is a simple tool for creating and deleting organizational units
|
||||||
|
(OU) inside the LDAP tree.<br>
|
||||||
|
OUs can be managed for the LDAP suffixes of all account types.<br>
|
||||||
|
<br>
|
||||||
|
<h2>1. Creating OUs<br>
|
||||||
|
</h2>
|
||||||
|
<span style="font-weight: bold; font-style: italic;"></span>The user
|
||||||
|
provides the name of the new OU which can include a-z, 0-9, "_", "-"
|
||||||
|
and " ".<br>
|
||||||
|
LAM will then create a new OU object under the selected LDAP suffix.<br>
|
||||||
|
<br>
|
||||||
|
<h2>2. Deleting OUs</h2>
|
||||||
|
If the user selects to delete an OU he will be asked if he is really
|
||||||
|
sure and then the OU is deleted.<br>
|
||||||
|
There is no recursive deletion.<br>
|
||||||
|
<br>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue