Tagged: 

Viewing 1 reply thread
  • Author
    Posts
    • #14640
      Curtis Jones
      Participant

        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
          }
        };
      • #14646
        Stefan Abel
        Participant

          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

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.