grealish / pwm

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

Help with attributes #371

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Logging in
2. Adding responses to user questions
3. Pressing submit

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

Would expect to see the confirmation screen (of course), but get this error:

An error occurred during the save of your response questions. Please contact 
your administrator. { 5045 ERROR_WRITING_RESPONSES (error writing user 
responses to ldap attribute 'pwmResponseSet': [LDAP: error code 17 - 
pwmResponseSet: attribute type undefined]) }

What version of PWM are you using?

The latest, 1.6.4

What ldap directory and version are you using?

Openldap, should be the latest (2.4.35), using the CN=CONFIG/CN=SCHEMA 
structure.

Please paste any error log messages below:

Only error I have is the one posted above:

An error occurred during the save of your response questions. Please contact 
your administrator. { 5045 ERROR_WRITING_RESPONSES (error writing user 
responses to ldap attribute 'pwmResponseSet': [LDAP: error code 17 - 
pwmResponseSet: attribute type undefined]) }

What I do know is wrong: the setup of the schema and the added 
attributes/object class. I am using Apache Directory Studio as an ldap browser 
to edit the schema. I believe I am editing the correct one, but what I did was 
add them using the OID and name presented, nad the type (for pwmLastPwdUpdate, 
there was no Time, so I used the phone number type). I then created the pwmUser 
in the same way. While creating the attributes, there was an option to select 
the superior type for which I chose none (for ALL of the values I entered), and 
there was a USAGE part for which I initially specified "Directory Operations", 
but went back and chose "User applications" - however neither worked.

I'm new to Openldap, just got the directory set up the other day, so still 
ironing out other bugs as well. I appreciate any help. Thank you.

Original issue reported on code.google.com by tcole...@st.nashcc.edu on 18 Apr 2013 at 5:49

GoogleCodeExporter commented 9 years ago
Please ask for help on the pwm-general google group, or possibly an OpenLDAP 
support forum.

Original comment by jrivard on 25 Apr 2013 at 1:43