Search found 2 matches

by jranete
22 Aug 2014, 13:41
Forum: Help
Topic: LDAP::UserSyncRolesDefinition Adds but doesn't remove
Replies: 7
Views: 4173

Re: LDAP::UserSyncRolesDefinition Adds but doesn't remove

Hi,

Meanwhile I did something quite similar.
The ideea is the agents needs to be members to ad group to be able to login.
This ad group it is also syncronized with an otrs role which has no access to any otrs group
When the roles are synchronized with
ad group this role will be first synchronized ...
by jranete
21 Aug 2014, 15:32
Forum: Help
Topic: LDAP::UserSyncRolesDefinition Adds but doesn't remove
Replies: 7
Views: 4173

Re: LDAP::UserSyncRolesDefinition Adds but doesn't remove

In Config.pm first inactivate the role for the agent and then activate it.
See bellow an example:

$Self->{'AuthSyncModule::LDAP::UserSyncRolesDefinition'} = {
'cn=otrs-agent,ou=Special Groups,dc=domain,dc=lan' => {
'Write Role' => 0,
},
'cn=otrs-agent,ou=Special Groups,dc=domain,dc=lan ...