Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. $Self->{'AuthSyncModule'} = 'Kernel::System::Auth::Sync::LDAP';
  2. $Self->{'AuthSyncModule::LDAP::Host'} = '172.28.2.20';
  3. $Self->{'AuthSyncModule::LDAP::BaseDN'} = 'dc=cuebid, dc=local';
  4. $Self->{'AuthSyncModule::LDAP::UID'} = 'sAMAccountName';
  5. $Self->{'AuthSyncModule::LDAP::SearchUserDN'} = 'cn=otrs,CN=users,dc=cuebid,dc=local';
  6. $Self->{'AuthSyncModule::LDAP::SearchUserPw'} = 'Kebab!"#';
  7. $Self->{'AuthSyncModule::LDAP::UserSyncMap'} = {
  8. # DB -> LDAP
  9. UserFirstname => 'givenName',
  10. UserLastname => 'sn',
  11. UserEmail => 'mail',
  12. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement