What is the expected output? What do you see instead?
Expected output should be that the security questions are saved. I see this instead:
An error occurred during the save of your response questions. Please contact your administrator. { 5045 ERROR_WRITING_RESPONSES (response storage only partially successful; attempts=1, successes=0) }
What version of PWM are you using?
PWM RELEASE - PWM Release v1.7.0.
What ldap directory and version are you using?
We are using Active Directory on Server 2008 R2
I've created the necessary Schema attributes following the instructions in the Admin guide and I have gone into the attributes and given Domain Users Full Control over each attribute, however I still receive this error after submitting challenge responses. This error does not occur for administrators.
Also, the new attribute values are present, and the class has been added as an auxiliary class to the organizationalPerson class, but I do not see the attributes in the Attribute Editor in ADUC (even with blank values being shown). Any ideas on how to enable these to show up?
Thank you in advance!
-Ty
My error is also:
5045 ERROR_WRITING_RESPONSES (response storage only partially successful; attempts=1, successes=0) }
I was wondering if it because of inconsistencies between the open LDAP standard and Microsoft's implementation of the Active Directory schema.
What type did you specify for the pwmGUID attribute? The PWM Administrators Guide says to use "DirectoryString." But that is not an option in MS AD Schema editor. The closest thing I could find was "Distinguished Name With String."
I have the same issue with the type for pwmLastPwdUpdate. MS offers "Generalized Time" and "UTC Coded Time" but not "Time." Does anyone know the correct attribute types for AD?
To view this discussion on the web visit https://groups.google.com/d/msgid/pwm-general/c693fe25-ae0f-4cf7-9e8f-96bfbcde42db%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "pwm-general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pwm-general...@googlegroups.com.
To post to this group, send email to pwm-g...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I used a Unicode string for the pwmGUID since that seemed to be the most common in the current Schema and I used UTC Coded Time, but I think that the correct one was generalized time.
Assuming that you have properly defined the attribute(s) used for your responses, it could be as simple as a lack of permissions. AD users do not, by default, have write access to any of their common attributes, and they certainly wouldn't for custom schema additions for PWM responses.
Try the Delegation of Authority Wizard in AD Users & Computers, specify SELF as the user to delegate to, then find your attribute (can be tricky; they're not always listed by the full attribute name) and grant read & write to it.
Full Disclosure: we use a MYSQL db. It IS much easier...
Andrew,
Thanks for the help! I finally gave up trying to find the right permission to allow users to write to that schema attribute and moved to a MySQL database.
All is up and running now and was significantly easier!
Thanks again!
Hi Andrew,
Could you please brief about how did you configure the MySQL DB? I did follow official guide and the link on "https://groups.google.com/forum/#!msg/pwm-general/n7cNp94WP10/IkK2qrtfoVcJ" but wasn't able to get connected to MySQL. Could you please give step by step instructions so that I could also follow the same? Thanks.
//Girish KG