linesh23 / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

"Store Password" button is inactive #688

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to Settings -> Database -> Store Password
2. Type a password
3. Clicking on the Sore Password Button has no effect

What is the expected output? What do you see instead?

Expecting GUI to save the password 

What version of PWM are you using?

pwmVersion="1.7.1" pwmBuild="1232" pwmBuildType="Release"

What ldap directory and version are you using?

2.4.28-1.1ubuntu4.4 the openldap form the ubuntu 12 distro

Please paste any error log messages below:

Nothing logged

Browser is Chrome 42.0.2311.135 (64-bit) on MacOSX

Original issue reported on code.google.com by wsanders...@technoratimedia.com on 5 May 2015 at 10:59

GoogleCodeExporter commented 8 years ago
Possible workaround is to set pwm mysql database password to null:

set password for pwm@localhost = password('');

Pwm still seems unable to create used attributesin Mysql:

1) "Configuration   CONFIG  The configuration uses database storage, but database 
connection settings are not set"

2) Login attempts error out with "Unable to locate a GUID for user. Please 
contact your administrator. { 5040 ERROR_MISSING_GUID (user 
uid=wsanders,ou=People,dc=technorati,dc=com does not have a pwmGUID, unable to 
search for responses in Database) }"

As I understand it, using Mysqld is a way to store pwm data items such as 
pwmGUID without altering the openldap schema, to which I do not have access.

Original comment by wsanders...@technoratimedia.com on 5 May 2015 at 11:03

GoogleCodeExporter commented 8 years ago
Unable to reproduce this now ... this bug can be updated to wontfix.

Original comment by wsanders...@technoratimedia.com on 6 May 2015 at 3:35

GoogleCodeExporter commented 8 years ago
Same issue.  I can reproduce it at will.

Original comment by wbenass...@gmail.com on 1 Jul 2015 at 2:55