dcwaterm / pwm

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

Configuration Close requires authentication. #548

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.try to lock/close configuration
2.
3.

What is the expected output? What do you see instead?
before closing configuration,one should be able to set admin user for pwm 
application, so that admin user can login and close the configuration.while 
closing configuration below error is displayed.
"5004 ERROR_AUTHENTICATION_REQUIRED (You must be authenticated before locking 
the configuration)"

What version of PWM are you using?
PWM v1.7.1 on apache tomcat v 7.0

What ldap directory and version are you using?
active directory ldap version 3

Please paste any error log messages below:

Original issue reported on code.google.com by man...@gmail.com on 7 Mar 2014 at 7:28

GoogleCodeExporter commented 9 years ago
This is the designed behavior. First make sure you have an admin account or 
group of admins configured correctly. Then log into PWM with an administrative 
account and close the configuration.

Original comment by menno.pi...@gmail.com on 7 Mar 2014 at 7:46

GoogleCodeExporter commented 9 years ago
Thanks for the reply. 

wher can I set admin account for PWM management.

Original comment by man...@gmail.com on 7 Mar 2014 at 9:49

GoogleCodeExporter commented 9 years ago
Hi

Thanks for the reply for issue 548.

Where can I set admin user for PWM management.

Original comment by man...@gmail.com on 7 Mar 2014 at 9:52

GoogleCodeExporter commented 9 years ago
In the LDAP settings under the Admin Query String. This defines the search 
query to find admin users. Eg. all member of group pwmAdmins:

(memberOf=cn=pwmAdmins,cn=groups,dc=example,dc=com)

The exact query depends on your setup and group membership attribute.

You could also filter on an (extended schema) attribute:

(pwmPermissions=admin)

Original comment by menno.pi...@gmail.com on 7 Mar 2014 at 10:06

GoogleCodeExporter commented 9 years ago
Thanks a ton, now my pwm setup is fully functional.

Is there any plugin available or way out to integrate pwm url at windows login 
prompt/screen, so that incase of password reset user need not to use other 
machine or logon locally?

Regards
Mangesh

Original comment by man...@gmail.com on 10 Mar 2014 at 10:23