* ask the question added.
authorWilfried Göesgens <willi@citadel.org>
Thu, 21 Dec 2006 22:10:18 +0000 (22:10 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 21 Dec 2006 22:10:18 +0000 (22:10 +0000)
citadel/debian/changelog
citadel/debian/citadel-server.config
citadel/debian/citadel-server.templates

index b57951f4092dde48fd1fe07eafea1ca65d219214..bb3cbcffa469f4ef63d115ade85d68c89a5f67c9 100644 (file)
@@ -1,3 +1,10 @@
+citadel (7.01-2) stable; urgency=high
+       
+  * we can now configure logintype on installation time.
+
+ -- Wilfried Goesgens <citadel@outgesourced.org>  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.
index 21049ce90d7e67258110e141aa678ad7dae8e0b7..41e59429f99da03ee989c2f3fb6b593d4110a1d6 100755 (executable)
@@ -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
index dd59755f8fb681f36393f0b00f616b49a5131e7b..cfab3da843fe4de528219d6442e65eb27971f6de 100644 (file)
@@ -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