I'm trying to provide LDAP access through ASG via eDirectory on an OES Linux server. LDAP works fine with SQUID, so I know that it "should" work, but I'm having trouble with Astaro.
Here's what I have:
I have an internal network definition of:
Biggar 192.168.100.236
I have tried to setup LDAP authentication as follows:
Server: Biggar
Port: 363
User Attribute: UID or Common Name
Bind User DN: cn=user,o=cnc
Bind User Password: password
Base DN: o=cnc
I've tried both the UID and the Common Name as the user attribute. I've tried both SSL and non-SSL. I've tried with and without a bind user.
Squid just has:
auth_param basic program /usr/sbin/squid_ldap_auth -b "o=cnc" -f "uid=%s" -h 192.168.100.236:389
and it works fine, so I simply can't figure out what I've got wrong here.
Any assistance appreciated.
Thanks.
Danita
This thread was automatically locked due to age.