You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 5 May 2015 at 10:59
The text was updated successfully, but these errors were encountered:
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 issue reported on code.google.com by
[email protected]
on 5 May 2015 at 10:59The text was updated successfully, but these errors were encountered: