martin: server/kolabd/kolabd/templates saslauthd.conf.template.in, 1.4, 1.5

cvs at kolab.org cvs at kolab.org
Mon Jun 15 23:16:48 CEST 2009


Author: martin

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv28578

Modified Files:
	saslauthd.conf.template.in 
Log Message:
Martin Konold: avoid match for non kolabInetOrgPerson objects


Index: saslauthd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/saslauthd.conf.template.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- saslauthd.conf.template.in	17 Mar 2009 11:20:57 -0000	1.4
+++ saslauthd.conf.template.in	15 Jun 2009 21:16:46 -0000	1.5
@@ -75,7 +75,7 @@
 #        uses userPassword attribute to verify the password.  Currently, {CRYPT}
 #        hash is supported.
 
-ldap_filter: (&(|(mail=%u@%d)(mail=%u)(uid=%u@%d)(uid=%u))(!(kolabdeleteflag=*)))
+ldap_filter: (&(|(mail=%u@%d)(mail=%u)(uid=%u@%d)(uid=%u))(!(kolabdeleteflag=*))(objectClass=kolabInetOrgPerson))
 #ldap_filter: <uid=%u>
 #        Specify a filter.  Use the %u and %r tokens for the username and realm
 #        substitution.  The %u token has to be used at minimum for the filter to





More information about the commits mailing list