> Doch - somit solltest Du auch 1000 CUs sehen. Hast Du das evtl. nicht in > der richtigen CU-Quelle getan?
Ich hab das zum Customer-Backend getan:
# (customer user ldap backend and settings)
$Self->{CustomerUser} = {
Name => 'LDAP Backend',
Module => 'Kernel::System::CustomerUser::LDAP',
Params => {
# ldap host
# Host => 'rondel',
Host => 'ldaps://rondel.efkon.com',
# ldap base dn
# BaseDN => 'ou=people,dc=efkon,dc=com',
BaseDN => 'ou=People,dc=efkon,dc=com',
# search scope (one|sub)
SSCOPE => 'sub',
# The following is valid but would only be necessary if the
# anonymous user does NOT have permission to read from the LDAP tree
# UserDN => 'cn=dummy,dc=efkon,dc=com',
# UserPw => 'muh123',
},
# customer uniq id
CustomerKey => 'uid',
# customer #
CustomerID => 'mail',
# extend search limit (default = 200)
CustomerUserSearchListLimit => 1000,
CustomerUserListFields => ['cn', 'mail'],
CustomerUserSearchFields => ['uid', 'cn', 'mail'],
CustomerUserPostMasterSearchFields => ['uid', 'mail'],
CustomerUserNameFields => ['givenname', 'sn'],
Map => [
[...]
???
--
Nora Bernhard
Systems Administrator - Linux
Nonsense and beauty have close connections.
-- E.M. Forster
signature.asc
Description: This is a digitally signed message part
_______________________________________________ OTRS Mailingliste: otrs-de - Webpage: http://otrs.org/ Archiv: http://lists.otrs.org/pipermail/otrs-de/ Listenabo verwalten: http://lists.otrs.org/cgi-bin/listinfo/otrs-de/ Support oder Consulting fuer Ihr OTRS System? => http://www.otrs.de/
