AW: [otrs] LDAP with Microsoft Acrive Directory (Global Catalog)

Hi Martin, If you use the global catalog you can see all users. Maybe you are using not the right instance or the rigt base dn. For example our configuration is: Params => { # ldap host Host => 'dc02.zzz.yyy.org', # ldap base dn BaseDN => 'dc=yyy, dc=org', # 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 => 'xxx@yyy.org', UserPw => '******', # in case you want to add always one filter to each ldap query, use # this option. e. g. AlwaysFilter => '(mail=*)' or AlwaysFilter => ' (objectclass=user)' AlwaysFilter => '(objectclass=user)', # if your frontend is e. g. iso-8859-1 and the charset of your # ldap server is utf-8, use this options (if not, ignore it) SourceCharset => 'utf-8', DestCharset => 'iso-8859-15', # Net::LDAP new params (if needed - for more info see perldoc Net::L Params => { port => 3268, timeout => 120, async => 0, version => 3, }, }, HTH and regards Thomas -----Ursprüngliche Nachricht----- Von: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] Im Auftrag von Mayr Martin Gesendet: Dienstag, 20. Dezember 2005 12:24 An: otrs@otrs.org Betreff: [otrs] LDAP with Microsoft Acrive Directory (Global Catalog) Does anybody know how to access a global catalog for user search? We have a forest considting of a root domain and 3 subdomains for each region. If i use one of the subdomains i can perfectly search the users. Which parameters do i have to use search on a global catalog server about users in all 4 domains? Thanks for help Martin _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? =http://www.otrs.de/
participants (1)
-
Kaiser Dr., Thomas (LfStaD)