Validate options of the LDAP auth plugin on installation
authorRob Crittenden <rcritten@redhat.com>
Wed, 19 Aug 2015 14:13:36 +0000 (10:13 -0400)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Thu, 27 Aug 2015 00:22:15 +0000 (02:22 +0200)
commitf1efb10af288c438fa034e7beb62e14b8417056f
treecb66bff2b8c02a48da906215eec087372528a16f
parentea3a3c63719961c66b7b45cd7cfee51cf4bd5f6d
Validate options of the LDAP auth plugin on installation

Few of the LDAP options had any validation at all so it was
easy to provide a bad DN template, basedn and server URL.

These types of errors are now sufficient to kill the installer
rather than letting it limp along and hope the user notices the
failures in the output.

https://fedorahosted.org/ipsilon/ticket/40

Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
ipsilon/install/ipsilon-server-install
ipsilon/login/authldap.py