custom fields selection with LDAP search
This commit is contained in:
parent
129338dfa6
commit
06136f1d5f
|
@ -5,6 +5,7 @@ June 2017
|
||||||
- Windows: Support unlocking of users with too many failed login attempts
|
- Windows: Support unlocking of users with too many failed login attempts
|
||||||
- LAM Pro:
|
- LAM Pro:
|
||||||
-> Custom fields: can be used for file upload
|
-> Custom fields: can be used for file upload
|
||||||
|
-> Custom fields: new selection list type that gets options from LDAP search
|
||||||
-> Kopano support
|
-> Kopano support
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5026,6 +5026,39 @@ OK (10 msec)</programlisting>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
|
||||||
|
<para><emphasis role="bold">LDAP search select list</emphasis></para>
|
||||||
|
|
||||||
|
<para>This is similar to "Select list" but the option are read from LDAP.
|
||||||
|
You can use this to define e.g. a DN selection list. Multiple values are
|
||||||
|
supported.</para>
|
||||||
|
|
||||||
|
<screenshot>
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/customFields26.png" />
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
|
|
||||||
|
<para>LDAP suffix: The LDAP DN that is used as starting point to search
|
||||||
|
for LDAP entries.</para>
|
||||||
|
|
||||||
|
<para>LDAP filter: Only LDAP entries that match this filter will be used.
|
||||||
|
If all entries should be used then use "(objectclass=*)".</para>
|
||||||
|
|
||||||
|
<para>Attribute name: The values of this attribute will be used to build
|
||||||
|
the selection list.</para>
|
||||||
|
|
||||||
|
<para>Presentation:</para>
|
||||||
|
|
||||||
|
<screenshot>
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/customFields27.png" />
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
|
|
||||||
<para id="customFields_validation_expressions_admin"><emphasis
|
<para id="customFields_validation_expressions_admin"><emphasis
|
||||||
role="bold">Validation expressions:</emphasis></para>
|
role="bold">Validation expressions:</emphasis></para>
|
||||||
|
|
||||||
|
|
|
@ -1262,7 +1262,7 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>Custom fields (LAM Pro)</title>
|
<title>Custom fields</title>
|
||||||
|
|
||||||
<para>This module allows you to manage LDAP attributes that are not
|
<para>This module allows you to manage LDAP attributes that are not
|
||||||
covered by the other LAM modules (e.g. if you use custom LDAP schemas).
|
covered by the other LAM modules (e.g. if you use custom LDAP schemas).
|
||||||
|
@ -1516,6 +1516,39 @@
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
|
||||||
|
<para>LDAP search select list</para>
|
||||||
|
|
||||||
|
<para>This is similar to "Select list" but the option are read from
|
||||||
|
LDAP. You can use this to define e.g. a DN selection list. Multiple
|
||||||
|
values are supported.</para>
|
||||||
|
|
||||||
|
<screenshot>
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/customFields26.png" />
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
|
|
||||||
|
<para>LDAP suffix: The LDAP DN that is used as starting point to search
|
||||||
|
for LDAP entries.</para>
|
||||||
|
|
||||||
|
<para>LDAP filter: Only LDAP entries that match this filter will be
|
||||||
|
used. If all entries should be used then use "(objectclass=*)".</para>
|
||||||
|
|
||||||
|
<para>Attribute name: The values of this attribute will be used to build
|
||||||
|
the selection list.</para>
|
||||||
|
|
||||||
|
<para>Presentation:</para>
|
||||||
|
|
||||||
|
<screenshot>
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/customFields27.png" />
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
|
|
||||||
<para id="customFields_validation_expressions"><emphasis
|
<para id="customFields_validation_expressions"><emphasis
|
||||||
role="bold">Validation expressions:</emphasis></para>
|
role="bold">Validation expressions:</emphasis></para>
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Loading…
Reference in New Issue