Package: webauth-weblogin
Version: 4.0.1-1~bpo60+1
Severity: minor
File: /usr/share/weblogin/generic/templates/confirm.tmpl

I found that the following message appeared whenever I logged into a
site using WebAuth:

        If you continue to this website, you will grant it permission to
        obtain the following credentials on your behalf:

The template tries to only display this message if credentials are being
delegated by using the following guard:

        [% IF token_rights %]

Even though token_rights is empty, it still appears to evaluate to true.
I changed it to the following instead:

        [% IF token_rights.size %]

And now the message is gone.

-- System Information:
Debian Release: 6.0.4
  APT prefers stable
  APT policy: (550, 'stable'), (540, 'stable-updates'), (520, 'testing'), (510, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages webauth-weblogin depends on:
ii  libwebauth-perl        4.0.1-1~bpo60+1   Perl library for WebAuth authentic
ii  libwebkdc-perl         4.0.1-1~bpo60+1   Perl libraries for WebAuth central
ii  perl                   5.10.1-17squeeze3 Larry Wall's Practical Extraction 

Versions of packages webauth-weblogin recommends:
ii  apache2-mpm-worker [ht 2.2.16-6+squeeze6 Apache HTTP Server - high speed th

Versions of packages webauth-weblogin suggests:
pn  libapache2-mod-auth-kerb      <none>     (no description available)

-- 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

Reply via email to