docs update
This commit is contained in:
parent
b64bed94f8
commit
0a6c9c43a3
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="style/layout.css">
|
<link rel="stylesheet" type="text/css" href="style/layout.css">
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"></head><body>
|
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"></head><body>
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
|
@ -12,7 +13,9 @@
|
||||||
Self service is a LAM Pro feature. It allows your users to manage their own data (e.g. telephone numbers).<br>
|
Self service is a LAM Pro feature. It allows your users to manage their own data (e.g. telephone numbers).<br>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
<div style="text-align: left;">First you need to implement the function <span style="font-weight: bold;">getSelfServiceFields()</span> or use <span style="font-weight: bold;">meta['selfServiceFieldSettings']</span>.<br>
|
<div style="text-align: left;">First you need to implement the function <span style="font-weight: bold;">getSelfServiceFields()</span> or use <span style="font-weight: bold;">meta['selfServiceFieldSettings']</span>. Each field
|
||||||
|
has an ID and a descriptive name that will be displayed on the self
|
||||||
|
service page.<br>
|
||||||
Your input fields may also be defined as read-only in the self service
|
Your input fields may also be defined as read-only in the self service
|
||||||
profile editor. If your fields supports read-only then use
|
profile editor. If your fields supports read-only then use
|
||||||
canSelfServiceFieldBeReadOnly() or <span style="font-weight: bold;">meta['selfServiceReadOnlyFields']</span>.<br>
|
canSelfServiceFieldBeReadOnly() or <span style="font-weight: bold;">meta['selfServiceReadOnlyFields']</span>.<br>
|
||||||
|
@ -20,9 +23,7 @@ canSelfServiceFieldBeReadOnly() or <span style="font-weight: bold;">meta['selfSe
|
||||||
<span style="font-weight: bold; text-decoration: underline;">Example:</span><br style="font-weight: bold; text-decoration: underline;">
|
<span style="font-weight: bold; text-decoration: underline;">Example:</span><br style="font-weight: bold; text-decoration: underline;">
|
||||||
<br>
|
<br>
|
||||||
The <span style="font-style: italic;">inetOrgPerson</span> module
|
The <span style="font-style: italic;">inetOrgPerson</span> module
|
||||||
provides lots of possible input fields for the self service. Each field
|
provides lots of possible input fields for the self service.<br>
|
||||||
has an ID and a descriptive name that will be displayed on the self
|
|
||||||
service page.<br>
|
|
||||||
<br>
|
<br>
|
||||||
<table style="width: 100%; text-align: left;" class="mod-code" border="0" cellpadding="2" cellspacing="2">
|
<table style="width: 100%; text-align: left;" class="mod-code" border="0" cellpadding="2" cellspacing="2">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
@ -3094,7 +3094,9 @@ Have fun!
|
||||||
<para>ldap_user_sendas_relation_attribute = uid</para>
|
<para>ldap_user_sendas_relation_attribute = uid</para>
|
||||||
|
|
||||||
<para><literallayout>
|
<para><literallayout>
|
||||||
</literallayout><literallayout>
|
Attention: If the Active Directory schema is used then LAM will always use dn and ignore this setting.
|
||||||
|
|
||||||
|
|
||||||
</literallayout></para>
|
</literallayout></para>
|
||||||
|
|
||||||
<para><emphasis role="bold">Features:</emphasis> Zarafa 7 allows to
|
<para><emphasis role="bold">Features:</emphasis> Zarafa 7 allows to
|
||||||
|
|
Loading…
Reference in New Issue