Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
ManifoldCF 1.3
-
None
Description
We had an issue with authorization using Novell eDirectory.
The group "Everyone" was in the index (field allow_token_document), but would not be listed using "mcf-authority-service/UserACLs?username=userID". No configuration change seemed to solve it.
We added it manually to org.apache.manifoldcf.authorities.authorities.ldap.LDAPAuthority
line 316 : theGroups.add("Everyone");