Can some one please help with this problem:
I set up a Astaro firewall (5.19) who should receive login credentials from a LDAP server. Following the whole procedure using networkmonitor on the LDAP server it seems to be working on the LDAP server side (see log below).
-------------------------------
LDAP: ProtocolOp: BindRequest (0)
LDAP: MessageID = 1 (0x1)
LDAP: ProtocolOp = BindRequest
LDAP: Version = 3 (0x3)
LDAP: Name =cn=******,o=******
LDAP: Authentication Type = Simple
LDAP: Authentication =*****
LDAP: ProtocolOp: BindResponse (1)
LDAP: MessageID = 1 (0x1)
LDAP: ProtocolOp = BindResponse
LDAP: Result Code = Success
LDAP: ProtocolOp: SearchRequest (3)
LDAP: MessageID = 2 (0x2)
LDAP: ProtocolOp = SearchRequest
LDAP: Base Object =o=mail.dla.nl
LDAP: Scope = Whole Subtree
LDAP: Deref Aliases = Never Deref Aliases
LDAP: Size Limit = No Limit
LDAP: Time Limit = No Limit
LDAP: Attrs Only = 0 (0x0)
LDAP: Filter
LDAP: Filter Type = Equality Match
LDAP: Attribute Type =uid
LDAP: Attribute Value =info@dla.nl
LDAP: ProtocolOp: SearchResponse (simple) (5)
LDAP: MessageID = 2 (0x2)
LDAP: ProtocolOp = SearchResponse (simple)
LDAP: Result Code = Success
-----------------------------------------------------
But the Astaro firewall user authentication log shows errors:
----------------------------
2004:09:01-10:43:00 (none) aua[932]: LDAP method failed U: info@dla.nl
2004:09:01-10:43:00 (none) aua[932]: LOCAL method failed U:info@dla.nl
2004:09:01-10:43:00 (none) aua[932]: U:info@dla.nl F:smtp R[:D]ENY
---------------------------
How might I solve this problem.
Please help me I'm getting desperate
This thread was automatically locked due to age.