conf/kolab.conf

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Thu Nov 21 18:46:27 CET 2013


 conf/kolab.conf |   10 ++++++++++
 1 file changed, 10 insertions(+)

New commits:
commit 0a8d97355cd503734828f94cf353e9b6a39eed32
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Thu Nov 21 18:46:17 2013 +0100

    Add policy_uid setting

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:
 ;




More information about the commits mailing list