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.
    +
    + +