fbordina / pwm

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

During install the PWM with AD, the LDAP configuration test stops with error #660

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Start install PWM v1.7.1;

2. In LDAP config page, entry dc server and ldap user, and test it with error

in catalina.out, I get that message:

2015-03-13 10:58:15, INFO , pwm.PwmApplication, loaded configuration: 
  ldap.serverUrls=["ldaps://10.2.3.6:636"]
  ldap.proxy.username=CN=Admin - PWM,CN=Users,DC=sefaz,DC=pi,DC=gov,DC=br
  ldap.proxy.password=**removed**
  ldap.rootContexts=["CN\u003dUsers,DC\u003dsefaz,DC\u003dpi,DC\u003dgov,DC\u003dbr"]
  ldap.testuser.username=
  pwmAdmin.queryMatch=(memberOf=CN=Administrators,CN=Builtin,DC=site,DC=example,DC=net)
  ldap.promiscuousSSL=true
  recovery.response.writePreference=
  recovery.response.readPreference=

I thought it strange that line:

  pwmAdmin.queryMatch=(memberOf=CN=Administrators,CN=Builtin,DC=site,DC=example,DC=net)

in my ldap configuration has not any input information about 
"CN=Builtin,DC=site,DC=example,DC=net"

what's wrong ?

Original issue reported on code.google.com by hudson...@gmail.com on 13 Mar 2015 at 4:09