Hi
we are using the yubix appliance.
Code:
root@yubix:~# dpkg -l | grep yubi
ii python-yubiadmin 0.1.7-1~ppa1~precise1 Web interface for configuring Yubico services
ii python-yubiauth 0.3.8-1~ppa1~precise1 User management system with YubiKey validation
ii python-yubico-client 1.9.1-1~ppa1~precise1 Python Yubico Client
ii yubikey-ksm 1.13-1~ppa1~precise1 Key Storage Module for YubiKey One-Time Password (OTP) tokens
ii yubikey-val 2.24-1~ppa1~precise1 One-Time Password (OTP) validation server for YubiKey tokens
ii yubix 0.5.6~ppa2~precise1 Sets up and configures basic YubiKey servers
We configured yubiauth with ldap.
When the User have a quotation mark (") in the password the auth fail with invalid password. after resetting the pw to something without a quoatation mark everything is fine.
Code:
[INFO] 2014-06-05 08:42:13 requests.packages.urllib3.connectionpool: Starting new HTTP connection (1): localhost
[INFO] 2014-06-05 08:42:13 yubiauth.client.controller: Authentication failed. Username: test, password: <invalid password>, OTP: fkfegieceecbibbnfuihchvkgbergbfebgruvirgnthv
[INFO] 2014-06-05 08:42:47 yubiauth.core.ldapauth: LDAP authentication successful. Bind DN: CN=test,OU=Users,OU=ICWneu,DC=icw,DC=int, server: ldap://kar-ws-1020.icw.int
[INFO] 2014-06-05 08:42:47 requests.packages.urllib3.connectionpool: Starting new HTTP connection (1): localhost
[INFO] 2014-06-05 08:42:47 yubiauth.client.controller: Authentication successful. Username: test, password: <valid password>, OTP: fkfegieceecblrcdeuebgjkerjbgjifckgckrvcdbehf
Is there a way to test the yubiauth component without the radius, to check if it is really the yubiauth and not the radius server that causes the problem.
Thanks and best regards
Tobias