martin: server/kolab/kolab/templates saslauthd.conf.template, 1.2, 1.3

cvs at intevation.de cvs at intevation.de
Tue Aug 10 16:39:40 CEST 2004


Author: martin

Update of /kolabrepository/server/kolab/kolab/templates
In directory doto:/tmp/cvs-serv9207/kolab/kolab/templates

Modified Files:
	saslauthd.conf.template 
Log Message:
Martin K.: Fix for issue 277 "deleted user can login to web interface"


Index: saslauthd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/saslauthd.conf.template,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- saslauthd.conf.template	14 Jun 2004 01:22:57 -0000	1.2
+++ saslauthd.conf.template	10 Aug 2004 14:39:38 -0000	1.3
@@ -66,7 +66,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))
+ldap_filter: (&(|(mail=%u@%d)(mail=%u)(uid=%u@%d)(uid=%u))(!(deleteflag=*)))
 #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