gunnar: server/kolab-webclient/passwd/templates/passwd-3.1.2 webclient-passwd_backends.php.template, 1.2, 1.3 webclient-passwd_conf.php.template, 1.2, 1.3

cvs at kolab.org cvs at kolab.org
Tue Feb 9 10:37:55 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/passwd/templates/passwd-3.1.2
In directory doto:/tmp/cvs-serv30138/kolab-webclient/passwd/templates/passwd-3.1.2

Modified Files:
	webclient-passwd_backends.php.template 
	webclient-passwd_conf.php.template 
Log Message:
Added passwd_confdir variable which indicates the path of the configuration directory for the Horde passwd application. This corrects the previous path correction as the configuration files need to end up in client/passwd/config.

Index: webclient-passwd_backends.php.template
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/passwd/templates/passwd-3.1.2/webclient-passwd_backends.php.template,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- webclient-passwd_backends.php.template	28 Jan 2010 15:45:03 -0000	1.2
+++ webclient-passwd_backends.php.template	9 Feb 2010 09:37:53 -0000	1.3
@@ -1,5 +1,5 @@
 KOLAB_META_START
-TARGET=@@@horde_confdir@@@/backends.d/20-kolab_local.php
+TARGET=@@@passwd_confdir@@@/backends.d/20-kolab_local.php
 PERMISSIONS=0400
 OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
 KOLAB_META_END

Index: webclient-passwd_conf.php.template
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/passwd/templates/passwd-3.1.2/webclient-passwd_conf.php.template,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- webclient-passwd_conf.php.template	28 Jan 2010 15:45:03 -0000	1.2
+++ webclient-passwd_conf.php.template	9 Feb 2010 09:37:53 -0000	1.3
@@ -1,5 +1,5 @@
 KOLAB_META_START
-TARGET=@@@horde_confdir@@@/conf.d/20-kolab_local.php
+TARGET=@@@passwd_confdir@@@/conf.d/20-kolab_local.php
 PERMISSIONS=0400
 OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
 KOLAB_META_END





More information about the commits mailing list