Package: ntlmaps Version: 0.9.9.0.1-10 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu jaunty ubuntu-patch
Install script asks a series of question to set up server.conf file. A couple of key questions, such as proxy port and domain, are not asked and proxy does not work. Raising debconf priority to "high" should solve this, as seen in -- System Information: Debian Release: 5.0 APT prefers jaunty APT policy: (500, 'jaunty') Architecture: i386 (i686) Kernel: Linux 2.6.28-4-generic (SMP w/1 CPU core) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u ntlmaps-0.9.9.0.1/debian/changelog ntlmaps-0.9.9.0.1/debian/changelog diff -u ntlmaps-0.9.9.0.1/debian/templates ntlmaps-0.9.9.0.1/debian/templates --- ntlmaps-0.9.9.0.1/debian/templates +++ ntlmaps-0.9.9.0.1/debian/templates @@ -54,4 +54,5 @@ Template: ntlmaps/nt_domain Type: string +Default: your_domain _Description: NT Windows domain: This field identifies the NT Windows domain that you authenticate against. diff -u ntlmaps-0.9.9.0.1/debian/config ntlmaps-0.9.9.0.1/debian/config --- ntlmaps-0.9.9.0.1/debian/config +++ ntlmaps-0.9.9.0.1/debian/config @@ -72,8 +72,8 @@ db_input high ntlmaps/listen_port || true db_input critical ntlmaps/parent_proxy || true -db_input medium ntlmaps/parent_proxy_port || true -db_input medium ntlmaps/nt_domain || true +db_input high ntlmaps/parent_proxy_port || true +db_input high ntlmaps/nt_domain || true db_input critical ntlmaps/username || true db_input critical ntlmaps/password || true