custom label
This commit is contained in:
parent
9db074c1e7
commit
b21b3657fb
|
@ -5,6 +5,7 @@ September 2019 6.9
|
||||||
-> user name attribute for privacyIDEA can be specified
|
-> user name attribute for privacyIDEA can be specified
|
||||||
- LAM Pro:
|
- LAM Pro:
|
||||||
-> New self service settings for login and main page footer
|
-> New self service settings for login and main page footer
|
||||||
|
-> Custom fields: custom labels for LDAP search select list
|
||||||
- Fixed bugs:
|
- Fixed bugs:
|
||||||
-> Configuration issue with Unix user/host module (206)
|
-> Configuration issue with Unix user/host module (206)
|
||||||
|
|
||||||
|
|
|
@ -5479,6 +5479,10 @@ OK (10 msec)</programlisting>
|
||||||
<para>Attribute name: The values of this attribute will be used to build
|
<para>Attribute name: The values of this attribute will be used to build
|
||||||
the selection list.</para>
|
the selection list.</para>
|
||||||
|
|
||||||
|
<para>Display attributes: List of attributes to show as label for the
|
||||||
|
options in select box. Attribute wildcards are surrounded by "$", e.g.
|
||||||
|
"$cn$" will be replaced by "cn" attribute. Default is "$dn$".</para>
|
||||||
|
|
||||||
<para>Presentation:</para>
|
<para>Presentation:</para>
|
||||||
|
|
||||||
<screenshot>
|
<screenshot>
|
||||||
|
|
|
@ -1795,6 +1795,10 @@
|
||||||
<para>Attribute name: The values of this attribute will be used to build
|
<para>Attribute name: The values of this attribute will be used to build
|
||||||
the selection list.</para>
|
the selection list.</para>
|
||||||
|
|
||||||
|
<para>Display attributes: List of attributes to show as label for the
|
||||||
|
options in select box. Attribute wildcards are surrounded by "$", e.g.
|
||||||
|
"$cn$" will be replaced by "cn" attribute. Default is "$dn$".</para>
|
||||||
|
|
||||||
<para>Presentation:</para>
|
<para>Presentation:</para>
|
||||||
|
|
||||||
<screenshot>
|
<screenshot>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 59 KiB |
Loading…
Reference in New Issue