diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index c6d8ba8c..3b65983d 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -2,7 +2,7 @@ - lamlamghfhlllLDAP Account Manager - Manual + LDAP Account Manager - Manual Overview @@ -17,7 +17,7 @@ for account creation and use multiple configuration profiles. sdfdsfdshttps://www.ldap-account-manager.org/ + url="https://www.ldap-account-manager.org/">https://www.ldap-account-manager.org/ Copyright (C) 2003 - 2014 Roland Gruber <post@rolandgruber.de> @@ -3618,14 +3618,12 @@ Have fun! note that this requires that you install the Samba schema and create an LDAP entry of object class "sambaUnixIdPool". - - - Disable membership management: Disables group membership - management. This is useful if memberships are e.g. managed via - group of names. - + Disable membership management: Disables group membership + management. This is useful if memberships are e.g. managed via group + of names. + @@ -3682,6 +3680,46 @@ Have fun! + GID generator: LAM will suggest GID numbers for your accounts. + Please note that it may happen that there are duplicate IDs assigned + if users create groups at the same time. Use an overlay + like "Attribute Uniqueness" (example) if you have lots of LAM + admins creating groups. + + + + Fixed range: LAM searches for free numbers within the given + limits. LAM always tries to use a free GID that is greater than + the existing GIDs to prevent collisions with deleted + groups. + + + + Samba ID pool: This uses a special LDAP entry that includes + attributes that store a counter for the last used UID/GID. Please + note that this requires that you install the Samba schema and + create an LDAP entry of object class "sambaUnixIdPool". + + + + Disable membership management: Disables group membership + management. This is useful if memberships are e.g. managed via group + of names. + + Force sync with group of names: This will automatically set the + group memberships of the Unix part to the same members as set on group + of names tab. + + + + + + + + + The GID number will be filled automatically based on the server profile configuration. diff --git a/lam/docs/manual-sources/images/rfc2307bis2.png b/lam/docs/manual-sources/images/rfc2307bis2.png new file mode 100644 index 00000000..da7a4a38 Binary files /dev/null and b/lam/docs/manual-sources/images/rfc2307bis2.png differ