Have you tried this yet?  You may wish to refer to my previous message
(attached) on a similar topic.  I get results from all Ous if I don't get
too granular - the problem I'm facing is that I also get computer names too
- there's no filter to only select records which are of type "user".

- Pete McDonnell
  Manager, Technical Services
  Hip Interactive
 

> -----Original Message-----
> From: martin hochreiter [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, May 04, 2005 9:48 AM
> To: User questions and discussions about OTRS.
> Subject: [otrs] Ldap authentification - several BaseDN's
> 
> Hi there!
> 
> How can I combine several BaseDN's for authentification.
> 
> e.g.
> BaseDN1: ou=b,ou=a,o=hbd
> BaseDN2: ou=c,ou=a,o=hbd
> 
> (To search through ou=a,o=hbd is not possible, as there are 
> other subtrees that contain the user data - 'duplicated 
> entries found')?
> 
> lg
> 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/
> 

--- Begin Message ---
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/

--- End Message ---
_______________________________________________
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