Package: kolab-webadmin Version: 2.2.3-20091217-2 Severity: minor web admin is always in english changing language as no effect
-- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (900, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages kolab-webadmin depends on: ii php-mail 1.2.0-2 PHP PEAR module for sending email ii php-net-ldap 1:1.1.5-1 a OO interface for searching and m ii php-net-sieve 1.1.7-1 net_sieve module for PEAR ii php5 5.3.2-2 server-side, HTML-embedded scripti ii smarty 2.6.26-0.2 Template engine for PHP kolab-webadmin recommends no packages. kolab-webadmin suggests no packages. -- Configuration Files: /etc/kolab/session_vars.php changed: <?php /* */ /* * Session variables fetched from LDAP * * TODO(steffen): Make those variables non-session variables. * We dont really need to store those in the session, * since we source this file on every invokation anyway. */ @session_start(); $_SESSION['fqdnhostname'] = "svrmail.sboquet.homeip.net"; $_SESSION['ldap_master_uri'] = "ldap://127.0.0.1:389"; $_SESSION['base_dn'] = "dc=sboquet,dc=homeip,dc=net"; $_SESSION['php_dn'] = "cn=nobody,cn=internal,dc=sboquet,dc=homeip,dc=net"; $_SESSION['php_pw'] = "TKT8AInFEpUrTzsVlcfE1SAI/obA37O0XpPSOaOw"; /*********************************************************************** * Global config */ $params = array(); /* * Which user classes can log in to the webgui? * Currently 4 user classes exist: user, admin, maintainer and manager */ $params['allow_user_classes'] = array( 'user', 'admin', 'maintainer', 'manager', 'domain-maintainer' ); /* * Array to configure visibility/access of LDAP attributes to user's account object * * Possible values for attribute is * * 'ro' (readonly) * 'rw' (read/write) * 'hidden' (atribute removed from display) * 'mandatory' (read/write and must not be empty) * * If an attribute is not in this array, it defaults to 'rw' * * Note, attributes correspond to form attribute names and not LDAP attribute names. * * TODO(steffen): Make form and LDAP attributes the same. */ $params['attribute_access'] = array( /* // Examples 'firstname' => 'ro', 'lastname' => 'ro', 'password' => 'rw', 'mail' => 'ro', 'uid' => 'ro', 'title' => 'ro', 'roomNumber' => 'mandatory', 'kolabdelegate' => 'ro', 'telephoneNumber' => 'hidden' */ ); ?> -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org