martin: server/kolabd/kolabd/namespace/libexec adduser.in,1.2,1.3

cvs at intevation.de cvs at intevation.de
Tue May 23 22:11:49 CEST 2006


Author: martin

Update of /kolabrepository/server/kolabd/kolabd/namespace/libexec
In directory doto:/tmp/cvs-serv15070/kolabd/namespace/libexec

Modified Files:
	adduser.in 
Log Message:
Martin Konold: good spotting of wrong attribute name for imap quota (THX to Gunnar Wrobel). Solves issue# 
1257



Index: adduser.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/namespace/libexec/adduser.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- adduser.in	13 Dec 2005 21:10:26 -0000	1.2
+++ adduser.in	23 May 2006 20:11:47 -0000	1.3
@@ -107,7 +107,7 @@
 LDIF
 
 if test "$QUOTA" != ""; then
-echo "userquota: $QUOTA" >> $LDIFFILE
+echo "cyrus-userquota: $QUOTA" >> $LDIFFILE
 fi
 
 ldapadd -x -D "$BINDDN" -w $BINDPW -h $SERVER -f $LDIFFILE





More information about the commits mailing list