Our AD tree is structured something like this:
 
- corp
    - Site 1
        - Computers
        - Users
    - Site 2
        - Computers
        - Users
 
This is great for organization, but I'm not sure how to restrict my searches when AD/LDAP integration is enabled with such a hierarchy.  Currently when I search for a user I get mutiple results which include the computer name (computer name = username in most circumstances).  It appears as thought the default AD config simply lumps all users into one organizational unit 'Users' where the following is sufficient to restrict the results set to only contain users:
 
$Self->{'Customer::AuthModule::LDAP::BaseDN'} ='ou=Users,dc=corp,dc=hipinteractive,dc=com';
 
In my case I would need multiple BaseDN entires (if possible) or another method of filtering the output by 'user' records only.  In
 
Surely someone must have come across this before... any suggestions?

- Pete McDonnell
  Manager, Technical Services
  Hip Interactive
  Phone: (416) 873-7153
   "I'd give my right arm to be ambidextrous." - Anonymous

 
_______________________________________________
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/

Reply via email to