[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [LCFC] templates://lwat/{templates}



Hi, 

On Saturday 02 February 2008, Christian Perrier wrote:
> This is the last call for comments for the review of debconf
> templates for lwat.

Is there a comma missing from the list of things to administrate?

Package: lwat
Architecture: all
Depends: debconf | debconf-2.0, libapache2-mod-php5, php5-ldap, php5, 
php5-cli, apache2, smarty-gettext
Suggests: wget
Description: LDAP Web-based Administration Tool
 This package aims to provide a fully functional interface,
 accessible via a web browser, for administration of users,
 groups, netgroups, and hosts under LDAP.  
                  ^
------------------|

There was also two extra white space at the end of the same string.

Regards, 
Esko

-- 
Esko Arajärvi - edu@iki.fi - +358-50-5446844
"Only idiots quote signatures." -Antti Kuntsi (at his .sig)

Attachment: signature.asc
Description: This is a digitally signed message part.

Template: lwat/domain
Type: string
Default: example.net
_Description: Server domain name:
 Please enter the domain this server belongs to.

Template: shared/ldapns/ldap-server
Type: string
Default: ldap
_Description: LDAP server host:
 Please enter the LDAP host which lwat will connect to.

Template: shared/ldapns/base-dn
Type: string
Default: dc=example,dc=org
_Description: LDAP DN base:
 Please enter the "Distinguished Name" (DN) of the LDAP server where
 all groups, people, machines, etc. are listed.

Template: lwat/uselisgroup
Type: boolean
Default: true
_Description: Should lwat use lisGroup?
 Debian Edu/Skolelinux uses a private schema called lisGroup to
 differentiate between various group types. You should choose this
 option if you are testing lwat on an old Skolelinux server, and still
 want to be able to use the webmin module wlus.
 .
 If you do not choose this option, the AuthGroup setting will be used
 to create a groupOfMembers.

Template: lwat/homedirlocation
Type: string
Default: /home
_Description: Location of users' home directories:
 Please enter the path where the personal (home) directories of all
 users are stored.

Template: lwat/groupprefix
Type: string
Default: ou=Group
_Description: Prefix for groups on the LDAP server:
 Please enter the prefix under which the groups information is
 stored.
 .
 Do not include the DN prefix in this setting. It will be automatically
 added in the generated configuration file.

Template: lwat/authprefix
Type: string
Default: ou=AuthGroup
_Description: Prefix for authorization groups on the LDAP server:
 Please enter the prefix under which the authorization groups
 information is stored.
 .
 Do not include the DN prefix in this setting. It will be automatically
 added in the generated configuration file.

Template: lwat/hostprefix
Type: string
Default: ou=Hosts
_Description: Prefix for hosts on the LDAP server:
 Please enter the prefix under which the hosts information is
 stored.
 .
 Do not include the DN prefix in this setting. It will be automatically
 added in the generated configuration file.

Template: lwat/netgroupprefix
Type: string
Default: ou=Netgroup
_Description: Prefix for netgroups on the LDAP server:
 Please enter the prefix under which the netgroups information is
 stored. 
 .
 Do not include the DN prefix in this setting. It will be automatically
 added in the generated configuration file.

Template: lwat/minPwLength
Type: string
Default: 5
_Description: Minimum length of the password for users:
 Please choose the minimum length for users' passwords.
 .
 By default, lwat will autogenerate 8 characters long passwords.

Template: lwat/minPwNumber
Type: string
Default: 1
_Description: Minimum number of digits (characters 0-9) in passwords:
 Please enter the minimum number of characters in the 0-9 range that
 will be mandatory in users' passwords.

Template: lwat/minPwUpper
Type: string
Default: 1
_Description: Minimum number of uppercase letters in passwords:
 Please enter the minimum number of uppercase letters that will be
 mandatory in users' passwords.

Template: lwat/minPwLower
Type: string
Default: 1
_Description: Minimum number of lowercase letters in passwords:
 Please enter the minimum number of lowercase letters that will be
 mandatory in users' passwords.

Template: lwat/allowPwSet
Type: boolean
Default: false
_Description: Authorize administrators to choose users' passwords?
 When setting a new password, lwat normally generates a reasonably safe
 password. Choosing this option will allow administrators to choose
 the password themselves.

Template: lwat/templates
Type: select
__Choices: None, user/admin, educational institution, old debian-edu/skolelinux
Default: user/admin
_Description: User account creation template:
 Lwat uses templates for creating user accounts, to make sure that
 home directories are placed in the right locations, users
 are in the correct groups, etc.

Template: lwat/incompatiblesettings
Type: boolean
Default: true
_Description: Fix 'smarty template' and 'compile dir' settings?
 Version 0.17 of lwat is incompatible with some values set in older
 configuration files. These settings must be fixed for lwat to work
 properly.
 .
 Please choose whether these settings should be fixed automatically.
Source: lwat
Section: misc
Priority: optional
Maintainer: Patrick Winnertz <winnie@debian.org>
Uploaders: Finn-Arne Johansen <faj@bzz.no>
Standards-Version: 3.7.3
Build-Depends: debhelper (>= 5), po-debconf, smarty-gettext
Homepage: http://bzz.no/lwat

Package: lwat
Architecture: all
Depends: debconf | debconf-2.0, libapache2-mod-php5, php5-ldap, php5, php5-cli, apache2, smarty-gettext
Suggests: wget
Description: LDAP Web-based Administration Tool
 This package aims to provide a fully functional interface,
 accessible via a web browser, for administration of users,
 groups, netgroups and hosts under LDAP.  
diff -ru lwat.old/debian/control lwat/debian/control
--- lwat.old/debian/control	2008-02-02 18:59:14.000000000 +0200
+++ lwat/debian/control	2008-02-02 19:07:21.000000000 +0200
@@ -14,4 +14,4 @@
 Description: LDAP Web-based Administration Tool
  This package aims to provide a fully functional interface,
  accessible via a web browser, for administration of users,
- groups, netgroups and hosts under LDAP.  
+ groups, netgroups, and hosts under LDAP.

Reply to: