[pkg-kolab] r131 - trunk/kolabd/debian

Noel Koethe noel at costa.debian.org
Fri Jan 13 09:19:41 UTC 2006


Author: noel
Date: 2006-01-13 09:19:41 +0000 (Fri, 13 Jan 2006)
New Revision: 131

Modified:
   trunk/kolabd/debian/README.Debian
Log:
howto configure SASL

Modified: trunk/kolabd/debian/README.Debian
===================================================================
--- trunk/kolabd/debian/README.Debian	2006-01-13 09:16:13 UTC (rev 130)
+++ trunk/kolabd/debian/README.Debian	2006-01-13 09:19:41 UTC (rev 131)
@@ -174,4 +174,31 @@
 
 3. Configure SASL:
 
+3.1 /etc/default/saslauthd change to
 
+# This needs to be uncommented before saslauthd will be run automatically
+START=yes
+
+# You must specify the authentication mechanisms you wish to use.
+# This defaults to "pam" for PAM support, but may also include
+# "shadow" or "sasldb", like this:
+# MECHANISMS="pam shadow"
+
+MECHANISMS="ldap"
+
+3.2 /etc/saslauthd.conf (file mode 600)
+
+ldap_auth_method: bind
+ldap_bind_dn: cn=manager,cn=internal,dc=kolab
+ldap_bind_pw: PASSWORD
+ldap_deref: always
+ldap_filter: (&(|(mail=%u@%d)(mail=%u)(uid=%u@%d)(uid=%u))(!(kolabdeleteflag=*)))
+ldap_restart: yes
+ldap_scope: sub
+ldap_search_base: dc=kolab
+ldap_servers: ldap://127.0.0.1:389
+ldap_time_limit: 15
+ldap_timeout: 15
+ldap_version: 3
+
+




More information about the pkg-kolab-devel mailing list