I'm testing SME8b7 LDAP authentication.
Using a LDAP Browser as client and:
base dn=ou=Users,dc=antinsect,dc=com,dc=br
If I connect without user information I'm able to see users info.
But my browser allow to put and user and password... and this way I cannot connect.
I'm tryi8ng to use pfSense 2.0 + squid (as pfSense module) authenticating on SME8b7
On pfSsense interface
Services
Proxy Server
auth settings TAB
I have 5 fields ( I put the numbers to later reference ):
1 - LDAP server user DN
Enter here the user DN to use to connect to the LDAP server.
2 - LDAP password
Enter here the password to use to connect to the LDAP server.
3 - LDAP base domain
For LDAP authentication, enter here the base domain in the LDAP server.
4 - LDAP username DN attribute
Enter LDAP username DN attibute.
5 - LDAP search filter
Enter LDAP search filter.
So to field I fill it with:
1 - cn=root,dc=antinsect,dc=com,dc=br or cn=admin,dc=antinsect,dc=com,dc=br or
cn=root,ou=Users,dc=antinsect,dc=com,dc=br or cn=admin,ou=Users,dc=antinsect,dc=com,dc=br or
(or with uid= and not cn=)
2 - the ldap password (sme admin/root user password)
3 - ou=Users,dc=antinsect,dc=com,dc=br
4 - uid
5 - uid=%s or (objectClass=inetOrgPerson)
but none of them appears to work.
Any ideas ?