Schlagwörter: LDAP
-
AutorBeiträge
-
-
2. Februar 2023 um 18:32 Uhr - Views: 588 #14640
Hello,
I have a currently working installation of Otobo 10.1. LDAP authentication is currently working completely normally.
However when I try to start syncing OTOBO roles with LDAP groups the Otobo roles are not updating for Agents with new groups assigned.
I tested by:
1) Stripping an account of all permissions/group memberships.
2) Making sure only the LDAP groups for Agent access and one Otobo role were added to the account.
3) Signed into Otobo normally.
However upon signing in this account still has no permissions and was not given the role assigned to their LDAP group.
My config looks like:
$Self->{'AuthSyncModule::LDAP::UserSyncRolesDefinition'} = { 'CN=GROUPNAME,OU=OUNAME,DC=FULL,DC=DOMAIN,DC=NAME' => { 'OTOBO ROLE NAME' => 1 } };
-
3. Februar 2023 um 18:50 Uhr #14646
Hi
without seeing your whole code, try it with a comma after the “1” and after the “}” to make sure that all is being handled. The rest looks fine for me. Where did you implement it? Which file and which part?
Cheers
Stefan
-
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.