On Thu, Feb 17, 2011 at 11:28:59AM -0200, Leonardo Carneiro wrote: > Here is the search that Apache is doing. Note that "usuarios" in the search > means "users" in portuguese. It doesn't seems even to check if the user > really does part of the group defined in the apache config.
That is a simple authentication sequence, to validate your username and password. If you expect Apache to check group membership you should check its config. Remember that it may be using Unix-style groups, in which case there may be a cache involved (e.g. the nscd daemon) - in that case you may not see the LDAP queries at the same time as the login is processed. Andrew -- ----------------------------------------------------------------------- | From Andrew Findlay, Skills 1st Ltd | | Consultant in large-scale systems, networks, and directory services | | http://www.skills-1st.co.uk/ +44 1628 782565 | -----------------------------------------------------------------------
