diff --git a/lam/HISTORY b/lam/HISTORY index 99d6a7b9..bf54cdaf 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -3,6 +3,7 @@ June 2012 - LAM Pro: -> Custom fields module allows to manage custom LDAP attributes in Self Service -> Separate group of names module for users allows to manage memberships if Unix module is not used (RFE 3504429) + -> Named object module for groups (used for rfc2307bis schema) - fixed bugs -> Asterisk extensions with same name (3528288) diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index c33c1677..0d3a582d 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -2288,14 +2288,16 @@ Have fun! Some applications (e.g. Suse Linux) use the rfc2307bis schema for Unix accounts instead of the nis schema. In this case group accounts are based on the object class groupOf(Unique)Names. The object class - is auxiliary in this case. + linkend="a_groupOfNames">groupOf(Unique)Names or namedObject. + The object class posixGroup is auxiliary in this case. LAM Pro supports these groups with a special account module: rfc2307bisPosixGroup Use this module only if your system depends on the rfc2307bis - schema. The module can be selected in the LAM configuration. + schema. The module can be selected in the LAM configuration. Instead + of using groupOfNames as basis for your groups you may also use + namedObject.