linesh23 / pwm

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

Schema documentation bug #674

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install PWM 1.7.x. Use OpenLDAP as a directory.
2. Extend LDAP schema according to the instructions in PWM Administration guide.
3. Notice that due to missing schema extensions you get errors like "LDAP: 
error code 18 - modify/delete: pwmEventLog: no equality matching rule".
4. Notice that, per instructions in the thread at 
https://groups.google.com/forum/#!searchin/pwm-general/no$20equality$20matching$
20rule/pwm-general/p2_F0OwFuAw/GYdEvdEuYwcJ, if you add "EQUALITY 
octetStringMatch" to the schema attributes pwmEventLog and pwmResponseSet, the 
errors disappear. 

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

No LDAP errors after following the schema instructions in PWM Administration 
guide to the letter.

What version of PWM are you using?

1.7.1

What ldap directory and version are you using?

OpenLDAP 2.4.31-1+nmu2 (Debian Wheezy)

Please paste any error log messages below:

2015-03-13 22:30:22, operations.PasswordUtility, {9f,atest} user 'cn=One Test 
Again,ou=people,dc=sub,dc=domain,dc=tld' successfully changed password 
[10.6.6.6/gateway.domain.tld]
2015-03-13 22:30:37, event.AuditManager, audit event: 
{"eventCode":"CHANGE_PASSWORD","perpetratorID":"atest","perpetratorDN":"cn\u003d
One Test 
Again,ou\u003dpeople,dc\u003dsub,dc\u003ddomain,dc\u003dtld","timestamp":"Mar 
13, 2015 10:30:37 PM","targetID":"atest","targetDN":"cn\u003dOne Test 
Again,ou\u003dpeople,dc\u003dsub,dc\u003ddomain,dc\u003dtld","sourceAddress":"10
.6.6.6","sourceHost":"gateway.domain.tld"}
2015-03-13 22:30:37, event.UserLdapHistory, ldap error writing user event log: 
[LDAP: error code 18 - modify/delete: pwmEventLog: no equality matching rule]

Original issue reported on code.google.com by pinyal...@gmail.com on 30 Mar 2015 at 3:35