77 lines
2.1 KiB
HTML
77 lines
2.1 KiB
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>
|
||
|
|
||
|
<p align="center">
|
||
|
<script type="text/javascript"><!--
|
||
|
google_ad_client = "pub-4179059556107138";
|
||
|
google_alternate_ad_url = "http://lam.sourceforge.net/google_adsense_script.html";
|
||
|
google_ad_width = 728;
|
||
|
google_ad_height = 90;
|
||
|
google_ad_format = "728x90_as";
|
||
|
google_ad_type = "text_image";
|
||
|
google_ad_channel ="";
|
||
|
google_page_url = document.location;
|
||
|
google_color_border = "EEEEEE";
|
||
|
google_color_bg = "FFFFFF";
|
||
|
google_color_link = "0000FF";
|
||
|
google_color_url = "008000";
|
||
|
google_color_text = "000000";
|
||
|
//--></script>
|
||
|
<script type="text/javascript"
|
||
|
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
||
|
</script>
|
||
|
</p>
|
||
|
|
||
|
|
||
|
<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>
|
||
|
|
||
|
<p align="center">
|
||
|
<script type="text/javascript"><!--
|
||
|
google_ad_client = "pub-4179059556107138";
|
||
|
google_alternate_ad_url = "http://lam.sourceforge.net/google_adsense_script.html";
|
||
|
google_ad_width = 728;
|
||
|
google_ad_height = 90;
|
||
|
google_ad_format = "728x90_as";
|
||
|
google_ad_type = "text_image";
|
||
|
google_ad_channel ="";
|
||
|
google_page_url = document.location;
|
||
|
google_color_border = "EEEEEE";
|
||
|
google_color_bg = "FFFFFF";
|
||
|
google_color_link = "0000FF";
|
||
|
google_color_url = "008000";
|
||
|
google_color_text = "000000";
|
||
|
//--></script>
|
||
|
<script type="text/javascript"
|
||
|
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
||
|
</script>
|
||
|
</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|