diff --git a/lam/docs/devel/mod_selfService.htm b/lam/docs/devel/mod_selfService.htm index 9287a116..156567be 100644 --- a/lam/docs/devel/mod_selfService.htm +++ b/lam/docs/devel/mod_selfService.htm @@ -2,6 +2,7 @@ Module HowTo - Self service + @@ -12,7 +13,9 @@ Self service is a LAM Pro feature. It allows your users to manage their own data (e.g. telephone numbers).

-
First you need to implement the function getSelfServiceFields() or use meta['selfServiceFieldSettings'].
+
First you need to implement the function getSelfServiceFields() or use meta['selfServiceFieldSettings']. Each field +has an ID and a descriptive name that will be displayed on the self +service page.
Your input fields may also be defined as read-only in the self service profile editor. If your fields supports read-only then use canSelfServiceFieldBeReadOnly() or meta['selfServiceReadOnlyFields'].
@@ -20,9 +23,7 @@ canSelfServiceFieldBeReadOnly() or meta['selfSe Example:

The inetOrgPerson module -provides lots of possible input fields for the self service. Each field -has an ID and a descriptive name that will be displayed on the self -service page.
+provides lots of possible input fields for the self service.

diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 47d8f60b..db965236 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -3094,7 +3094,9 @@ Have fun! ldap_user_sendas_relation_attribute = uid - +Attention: If the Active Directory schema is used then LAM will always use dn and ignore this setting. + + Features: Zarafa 7 allows to