From de1cdde28c1ee81855fcf0c5d2fdd79dcbd54a6f Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 7 Mar 2005 20:41:47 +0000 Subject: [PATCH] added documentation for OU editor --- lam/docs/devel/index.htm | 2 +- lam/docs/devel/ou-edit.htm | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 lam/docs/devel/ou-edit.htm diff --git a/lam/docs/devel/index.htm b/lam/docs/devel/index.htm index 8fd5aa00..bbf225d9 100644 --- a/lam/docs/devel/index.htm +++ b/lam/docs/devel/index.htm @@ -34,7 +34,7 @@ lists
  • Profile editor
  • Samba 3 domains
  • File upload
  • -
  • OU editor
  • +
  • OU editor
  • PDF editor
  • diff --git a/lam/docs/devel/ou-edit.htm b/lam/docs/devel/ou-edit.htm new file mode 100644 index 00000000..2b07faaf --- /dev/null +++ b/lam/docs/devel/ou-edit.htm @@ -0,0 +1,31 @@ + + + + + OU editor + + + +

    OU editor
    +

    +
    +
    +This is a simple tool for creating and deleting organizational units +(OU) inside the LDAP tree.
    +OUs can be managed for the LDAP suffixes of all account types.
    +
    +

    1. Creating OUs
    +

    +The user +provides the name of the new OU which can include a-z, 0-9, "_", "-" +and " ".
    +LAM will then create a new OU object under the selected LDAP suffix.
    +
    +

    2. Deleting OUs

    +If the user selects to delete an OU he will be asked if he is really +sure and then the OU is deleted.
    +There is no recursive deletion.
    +
    + +