thomas: server/kolabd/kolabd kolab_smtpdpolicy,1.6.2.1,1.6.2.2

cvs at intevation.de cvs at intevation.de
Wed Jun 21 13:14:49 CEST 2006


Author: thomas

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

Modified Files:
      Tag: kolab_2_0_branch
	kolab_smtpdpolicy 
Log Message:
kolab_smtpdpolicy didn't authenticate to LDAP as user nobody due to a typo.

This made it impossible for internal users to send mail or for other users
to be a delegate for internal users, because cn=internal isn't readable for
anonymous connections.


Index: kolab_smtpdpolicy
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/Attic/kolab_smtpdpolicy,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -d -r1.6.2.1 -r1.6.2.2
--- kolab_smtpdpolicy	16 Sep 2005 12:37:51 -0000	1.6.2.1
+++ kolab_smtpdpolicy	21 Jun 2006 11:14:47 -0000	1.6.2.2
@@ -311,7 +311,7 @@
 %conf = readConfig( %conf, "@l_prefix@/etc/kolab/kolab_smtpdpolicy.conf" );
 $conf_ldapuri = $conf{'ldap_uri'};
 $conf_basedn  = $conf{'basedn'};
-$conf_bindn   = $conf{'binddn'};
+$conf_binddn  = $conf{'binddn'};
 $conf_bindpw  = $conf{'bindpw'};
 $conf_domain  = $conf{'domain'};
 $conf_allowunauth = 1 if( $conf{'allow_unauth'} );





More information about the commits mailing list