diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-11-21 18:46:17 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-11-21 18:46:17 +0100 |
commit | 0a8d97355cd503734828f94cf353e9b6a39eed32 (patch) | |
tree | 5d52a2df0666638ae11c9fa144e96516637a6b37 | |
parent | ca5881de332e7d3fd7082bc2bddb848c636f86cc (diff) | |
download | pykolab-0a8d97355cd503734828f94cf353e9b6a39eed32.tar.gz |
Add policy_uid setting
-rw-r--r-- | conf/kolab.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index 8fd7934..9764f2a 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -22,6 +22,16 @@ default_locale = en_US ; deployments that lack persistent search and syncrepl ldap controls. sync_interval = 300 +; The policy to use when originally composing the uid attribute value. +; Normally '%(surname)s.lower()', the transliterated value of the 'sn', +; in all lower-case. +; +; Other examples include: +; +; policy_uid = '%(givenname)s'[0:1]%(surname)s.lower() +; policy_uid = %(givenname)s +policy_uid = %(surname)s.lower() + ; Primary and secondary recipient address policies. This is called the ; recipient policy as documented in: ; |