Search found 6 matches

by germesnsk
14 Jan 2014, 12:31
Forum: Help
Topic: Agents on different groups
Replies: 5
Views: 3394

Re: Agents on different groups

Assign to roles dont work too :((( [code] # ADMIN AGENTS $Self->{'AuthModule1'} = 'Kernel::System::Auth::LDAP'; $Self->{'AuthModule::LDAP::Replace1'} = 'domain\\'; $Self->{'AuthModule::LDAP::Host1'} = 'dc.domain.local'; $Self->{'AuthModule::LDAP::BaseDN1'} = 'dc=domain,dc=local'; $Self->{'AuthModule...
by germesnsk
14 Jan 2014, 11:30
Forum: Помощь
Topic: Раскидывание агентов по группам
Replies: 1
Views: 13764

Re: Раскидывание агентов по группам

Предложили вот такое решение: $Self->{'AuthSyncModule::LDAP:::LDAP::UserSyncRolesDefinition2'} = { 'CN=Test,CN=Builtin,DC=domain,DC=local'=>{ 'Heads'=>1, } }; $Self->{'AuthSyncModule::LDAP:::LDAP::UserSyncRolesDefinition'} = { 'CN=Test,CN=Builtin,DC=domain,DC=local'=>{ 'Heads'=>1, } }; $Self->{'Auth...
by germesnsk
14 Jan 2014, 07:03
Forum: Help
Topic: Agents on different groups
Replies: 5
Views: 3394

Re: Agents on different groups

Code: Select all

 $Self->{'AuthModule::UseSyncBackend2'} = 'AuthSyncBackend';
Don't work too... Webserver error 500 and user not created
by germesnsk
13 Jan 2014, 13:32
Forum: Help
Topic: Agents on different groups
Replies: 5
Views: 3394

Re: Agents on different groups

I am missing your OTRS Version. I do not see the use of: # defines AuthSyncBackend (AuthSyncModule) for AuthModule # if this key exists and is empty, there won't be a sync. # example values: AuthSyncBackend, AuthSyncBackend2 # $Self->{'AuthModule::UseSyncBackend'} = ''; Look at your Defaluts.pm aga...
by germesnsk
13 Jan 2014, 11:29
Forum: Help
Topic: Agents on different groups
Replies: 5
Views: 3394

Agents on different groups

Hello all. I want to mapping agent to OTRS groups based security groups in AD # ADMIN AGENTS $Self->{'AuthModule1'} = 'Kernel::System::Auth::LDAP'; $Self->{'AuthModule::LDAP::Replace1'} = 'domain\\'; $Self->{'AuthModule::LDAP::Host1'} = 'dc.domain.local'; $Self->{'AuthModule::LDAP::BaseDN1'} = 'dc=d...
by germesnsk
13 Jan 2014, 11:02
Forum: Помощь
Topic: Раскидывание агентов по группам
Replies: 1
Views: 13764

Раскидывание агентов по группам

Здравствуйте, хочу раскидать агентов по группам, на основе групп безопасности AD, сваял вот такой конфиг: # ADMIN AGENTS $Self->{'AuthModule1'} = 'Kernel::System::Auth::LDAP'; $Self->{'AuthModule::LDAP::Replace1'} = 'domain\\'; $Self->{'AuthModule::LDAP::Host1'} = 'dc.domain.local'; $Self->{'AuthMod...