Bug 11077: remove uninitialized value $pki_field warning
authorTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 18 Oct 2013 00:41:43 +0000 (17:41 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 5 Dec 2013 15:15:07 +0000 (15:15 +0000)
commitce5ab3b31457793815a2f49bc8287fdcbd0dd3c5
tree6f76daf1b031a777afef2c7e27ffb17fc8ef3a93
parentd2d365ca830345b9a519158f6d735d2abd125380
Bug 11077: remove uninitialized value $pki_field warning

During login at the Staff interface you get warnings in the logs
regarding an uninitialized value for the $pki_field variable.

To test:
- tail -f /path/to/your-intranet-logs
- Point your browser to your staff login page
- Login
- Three warnings are showed
- Apply the patch
- Log out
- Log in
- No new warnings, and you can still log in.

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Petter Goksoyr Asen <boutrosboutrosboutros@gmail.com>
Followed test plan; it works as advertised.
Also works when I deleted AllowPKIAuth system pref.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Auth.pm