It’s working - in a way.
First, I wasn’t able to get it running, and I guess it was because I didn’t (or still don’t) understand the syntax of LDAP (cn,dc,ou,…).
I changed the local.php
(after running your script) at the userfilter
line to:
$conf[‘plugin’][‘authldap’][‘userfilter’] = ‘(&(uid=%{user})(objectClass=person))’;
With that, I was able to login to the Wiki with an UCS-User, before not - maybe you could tell me some more things:
- Could you provide the access_group line with my settings: Fresh lokal install of UCS in a VM with
ucs.famr.intranet
, so I do better understand it? - How would I add the Group
wikiBenutzer
to that? - How do I define an Admin for the Wiki itself? I did this now by changing the
superuser
inlocal.php
to an username from ucs, but that seems to be a bit awkward.
Again, thanks for your insight, I also found your post in LDAP Log in UCS 4.1-4, wie? and LDAP Auth für externe Systeme - #2 by Moritz_Bunkus quite helpful, even if I wasn’t able to fully understand or adapt them.