gunnar: server/kolab-webclient backends.php, NONE, 1.1 conf.php, NONE, 1.1 kolab-webclient.spec, 1.6, 1.7

cvs at kolab.org cvs at kolab.org
Fri Nov 14 08:22:02 CET 2008


Author: gunnar

Update of /kolabrepository/server/kolab-webclient
In directory doto:/tmp/cvs-serv18720

Modified Files:
	kolab-webclient.spec 
Added Files:
	backends.php conf.php 
Log Message:
Add the passwd configuration.

--- NEW FILE: backends.php ---
<?php
$backends['kolab'] = array(
    'name' => 'Local Kolab Server',
    'preferred' => '',
    'password policy' => array(
        'minLength' => 3,
        'maxLength' => 8
    ),
    'driver' => 'kolab',
    'params' => array()
);

--- NEW FILE: conf.php ---
<?php
  /* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
  // $Horde: passwd/config/conf.xml,v 1.12 2005/10/09 14:48:58 jan Exp $
$conf['menu']['apps'] = array();
$conf['backend']['backend_list'] = 'hidden';
$conf['user']['change'] = false;
$conf['user']['refused'] = array('root', 'bin', 'daemon', 'adm', 'lp', 'shutdown', 'halt', 'uucp', 'ftp', 'anonymous', 'nobody', 'httpd', 'operator', 'guest', 'diginext', 'bind', 'cyrus', 'courier', 'games', 'kmem', 'mailnull', 'man', 'mysql', 'news', 'postfix', 'sshd', 'tty', 'www');
$conf['password']['strengthtests'] = true;
$conf['hooks']['full_name'] = true;
$conf['hooks']['default_username'] = false;
$conf['hooks']['username'] = false;
$conf['hooks']['userdn'] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

Index: kolab-webclient.spec
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/kolab-webclient.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- kolab-webclient.spec	14 Nov 2008 06:54:47 -0000	1.6
+++ kolab-webclient.spec	14 Nov 2008 07:21:59 -0000	1.7
@@ -27,6 +27,8 @@
 Source1:        http://ftp.horde.org/pub/passwd/passwd-h3-%{V_passwd_version}.tar.gz
 Source2:        webclient-kolab-conf.template
 Source3:        webclient-kronolith-kolab-conf.template
+Source4:        conf.php
+Source5:        backends.php
 
 # List of Patches
 Patch0:         http://kolab.org/cgi-bin/viewcvs-kolab.cgi/*checkout*/server/patches/horde-webmail/%{V_version}/horde-webmail-%{V_version}_kolab_openpkg.patch
@@ -82,6 +84,9 @@
 
 	%{l_shtool} install -c -m 644 %{l_value -s -a} %{S:2} %{S:3} \
 	  $RPM_BUILD_ROOT%{l_prefix}/etc/kolab/templates	
+
+	%{l_shtool} install -c -m 644 %{l_value -s -a} %{S:4} %{S:5} \
+	  $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/passwd/config
 
 	%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \
 	    '%config(noreplace) %{l_prefix}/etc/kolab/templates/webclient-kolab-conf.template' \





More information about the commits mailing list