From: Wilfried Göesgens Date: Thu, 21 Dec 2006 22:10:18 +0000 (+0000) Subject: * ask the question added. X-Git-Tag: v7.86~3764 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=3cfb46557a5a0538e7954ca157e9471dd007f03a * ask the question added. --- diff --git a/citadel/debian/changelog b/citadel/debian/changelog index b57951f40..bb3cbcffa 100644 --- a/citadel/debian/changelog +++ b/citadel/debian/changelog @@ -1,3 +1,10 @@ +citadel (7.01-2) stable; urgency=high + + * we can now configure logintype on installation time. + + -- Wilfried Goesgens Thu, 21 Dec 2006 22:10:00 +0100 + + citadel (7.00-1) unstable; urgency=low * update to actual Citadel CVS. many new features. see Packages changelog. diff --git a/citadel/debian/citadel-server.config b/citadel/debian/citadel-server.config index 21049ce90..41e59429f 100755 --- a/citadel/debian/citadel-server.config +++ b/citadel/debian/citadel-server.config @@ -8,6 +8,7 @@ if test -n "$2"; then then db_input high citadel/ServerIPAddress db_input high citadel/Administrator + db_input high citadel/LoginType db_input high citadel/Installnote db_go fi diff --git a/citadel/debian/citadel-server.templates b/citadel/debian/citadel-server.templates index dd59755f8..cfab3da84 100644 --- a/citadel/debian/citadel-server.templates +++ b/citadel/debian/citadel-server.templates @@ -11,18 +11,11 @@ Description: Listen IP for Citadel Template: citadel/LoginType Type: boolean Default: false -Description: Citadel Account Mode - Normally, a Citadel system uses a "black box" authentication mode. - This means that users do not have accounts or home directories on - the underlying host system -- Citadel manages its own user database. - However, if you wish to override this behavior, you can enable the - host based authentication mode which is traditional for Unix systems. - You will allso need host based authentication if you want to authenticate - against an ldap directory or another pam source for example. - WARNING: do *not* change this setting once your system is installed. - . - (Answer "no" unless you completely understand this option) - Do you want to enable host based authentication mode? +Description: Enable external Accounting Mode + Do you want to use Host based authentication or Citadel internal? + Host based accounting could be /etc/passwd or an LDAP directory. + WARNING: do not change this setting once your system is installed. + Answer "no" unless you completely understand this option. Template: citadel/Administrator