yubiauth icon indicating copy to clipboard operation
yubiauth copied to clipboard

Authentication backend written in Python

Results 5 yubiauth issues
Sort by recently updated
recently updated
newest added

Using the packages provided by **ppa.launchpad.net/yubico/stable/ubuntu trusty** it appears that if a users password contains the character " (double quotes) that the password is getting mangled before getting sent to...

If a user that's either new or has no yubikey prefix assigned in yubiauth attempts to authenticate to yubiauth with user/pass credentials that successfully validate to LDAP, and an OTP...

Adding `description` metadata to `setup.py`

hello, i have some users in diffrent parts of the directory structure like: CN={user.name},OU=administratoren,DC=ad,DC=wurst,DC=net or CN={user.name},OU=users,DC=ad,DC=wurst,DC=net and to bind them need the full dn. Is there any hint how to...

It should be possible to get debug information (like the response from the OTP validation) when validating user credentials using the core API. For example, calling /core/users/validate?debug could return more...

enhancement