@girish @nebulon - Some additional digging, and I am wondering if this could be the cause. I've tested this at the User level, and the User Group level for the same page.
The below is from the Configuration Settings of the Dokuwiki (domain replaced with example):
https://www.example.com/grp/vr_team_lead?do=admin&page=config
The plugin»authldap»usertree is filled in, but the plugin»authldap»grouptree field is empty.
Screen Shot 2023-03-20 at 2.35.20 AM.png
Similarly, the plugin»authldap»userfilter is filled in, but plugin»authldap»groupfilter is empty.
Screen Shot 2023-03-20 at 2.35.34 AM.png
For the User, it works. For the User Group, no matter what I do, it does not. Could this be why I was able to get the ACL to work at the User level, but not the User Group level?
According to the threads at Dokuwiki forum, andi the developer has said:
Yes. The ldap plugin uses the grouptree and groupfilter settings to fetch the group memberships of users.
I also did a check at:
https://www.example.com/grp/vr_team_lead&doku.php?do=check
And from what I can see, it shows that I'm logged in as the correct User, but the User's Group does not correspond to the group defined on the LDAP server. Just that I'm part of the group "user."
Screen Shot 2023-03-20 at 2.46.39 AM.png
Let me know if you guys would like to see a screenshot of my ACL setup if needed.
Thank you!