LDAP login

{% if error %}

Error logging in

code {{ error['code'] }}

error {{ error['error'] }}

{% end %} {% set host = handler.kwargs.host %} {% set bind = handler.kwargs.get('bind', None) %}

This form will connect to {{ host }}.

{% if host.endswith('freeipa.org') %}

See list of logins. You can log in as employee{{ '@demo1.freeipa.org' if bind else '' }} with password Secret123.

{% elif host.endswith('forumsys.com') %}

See list of logins. You can log in as euler with password password.

{% end %}