Bug #3096
webgui auth timeout for passwords containing spaces
Status: | Closed | Start date: | 07/25/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Sunstone | |||
Target version: | Release 4.8 | |||
Resolution: | worksforme | Pull request: | ||
Affected Versions: | OpenNebula 4.6 |
Description
Authentication to Sunstone times out when user's password contains space (white character). Authentication driver is LDAP against AD. This used to work correctly on ONE 4.4
History
#1 Updated by Ruben S. Montero almost 7 years ago
- Assignee set to Javi Fontan
- Target version set to Release 4.8
#2 Updated by Javi Fontan almost 7 years ago
Spaces are not allowed for user names or passwords unless Sunstone is configured to escape them uncommenting this line from sunstone configuration:
:encode_user_password: true
You have more information here: http://docs.opennebula.org/4.6/administration/authentication/ldap.html#enabling-ldap-auth-in-sunstone
Could it be that your 4.4 installation had this configuration activated? By default this line is commented.
#3 Updated by Ondrej Hamada almost 7 years ago
Yes, it was activated in 4.4. Sorry for false alarm. Please, close the ticket.
#4 Updated by Ruben S. Montero almost 7 years ago
- Status changed from Pending to Closed
- Resolution set to worksforme
Thanks for letting us know!!!