I've setup Acegi, having a manager user to ask for authentication. After a user is authenticated, it seems Acegi asks for user attributes where login user needs to have read permissions over the LDAP hierarchy.
How can I avoid Acegi asks for attributes, so no read permissions would be necessary for every login user?
Why read permissions are necessary for login user when Acegi has setup a manager user?