Cornelius Kölbel
Cornelius Kölbel
In many scenarios it can be necessary to configure the same attribute several times: ~~~~ [Attribute Filter-Id] dir = user userAttribute = gruppen regex = CN=Enterprise\ Admins,CN=Users,DC=testfoo,DC=intranet prefix = FIX-BUILTIN-Enter...
Implement last_bind and first_bind. This is to cope with the "re_binds" of an application like owncloud. last_bind Specify how long the last bind may be over. If last_bind is over,...
In ``config.ini`` setting in section ``[ldap-backend]`` the ``host = "ldap://1.2.3.4"``. twisted runs into this error: 2017-02-12T08:39:37+0100 [pi_ldapproxy.proxy.ProxyServerFactory] Unhandled Error Traceback (most recent call last): File "/home/cornelius/src/privacyidea-ldap-proxy/venv/local/lib/python2.7/site-packages/twisted/python/log.py", line 86, in callWithContext...
Write some documentation.
To support the TiQR token we need to be able to display the QR code sent as the challenge. Otherwise it is simply a challenge response token... In addition the...
We need to poll the server here, in case of a push notification. https://github.com/privacyidea/pam_python/blob/master/privacyidea_pam.py#L184 in this ``else``-branch we either have a "normal" challenge response or a push notification.
In this implementation a policy defines, that the user needs to confirm the correct choice, as displayed in the login UI. Working on #3897
PUSH token that needs interaction with the user and the login page. The scenario is, that one person sits in front of the login page and the other person is...
via valiadte Working on #3918