support for namedObject
This commit is contained in:
parent
5e0b3d131b
commit
c46d809739
|
@ -3,6 +3,7 @@ June 2012
|
||||||
- LAM Pro:
|
- LAM Pro:
|
||||||
-> Custom fields module allows to manage custom LDAP attributes in Self Service
|
-> 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)
|
-> 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
|
- fixed bugs
|
||||||
-> Asterisk extensions with same name (3528288)
|
-> Asterisk extensions with same name (3528288)
|
||||||
|
|
||||||
|
|
|
@ -2288,14 +2288,16 @@ Have fun!
|
||||||
<para>Some applications (e.g. Suse Linux) use the rfc2307bis schema
|
<para>Some applications (e.g. Suse Linux) use the rfc2307bis schema
|
||||||
for Unix accounts instead of the nis schema. In this case group
|
for Unix accounts instead of the nis schema. In this case group
|
||||||
accounts are based on the object class <link lang=""
|
accounts are based on the object class <link lang=""
|
||||||
linkend="a_groupOfNames">groupOf(Unique)Names</link>. The object class
|
linkend="a_groupOfNames">groupOf(Unique)Names</link> or namedObject.
|
||||||
is auxiliary in this case.</para>
|
The object class posixGroup is auxiliary in this case.</para>
|
||||||
|
|
||||||
<para>LAM Pro supports these groups with a special account module:
|
<para>LAM Pro supports these groups with a special account module:
|
||||||
<emphasis role="bold">rfc2307bisPosixGroup</emphasis></para>
|
<emphasis role="bold">rfc2307bisPosixGroup</emphasis></para>
|
||||||
|
|
||||||
<para>Use this module only if your system depends on the rfc2307bis
|
<para>Use this module only if your system depends on the rfc2307bis
|
||||||
schema. The module can be selected in the LAM configuration.</para>
|
schema. The module can be selected in the LAM configuration. Instead
|
||||||
|
of using groupOfNames as basis for your groups you may also use
|
||||||
|
namedObject.</para>
|
||||||
|
|
||||||
<para><screenshot>
|
<para><screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
|
|
Loading…
Reference in New Issue