32 lines
		
	
	
		
			944 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			944 B
		
	
	
	
		
			HTML
		
	
	
	
<!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>
 |