-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: ManifoldCF 1.3
-
Fix Version/s: ManifoldCF 1.4
-
Component/s: LDAP authority
-
Labels:None
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");