[rt-users] Experience hooking RT3 to MS-Exchange2000/Active Directory/LDAP ?

Karsten Konrad karsten.konrad at uni-graz.at
Mon Jun 30 10:24:04 EDT 2003


Senoner Samuel wrote:
> Do you want the config for Apache or for RT3?
> Do you have Apache 1.03 or Apache 2?
> 
> I set up the LDAP authentication from my RT3 Server running with Apache
> 1.03 to an Active Directory.
> 
> And here my problems:
> 
> 1. The only problem is webfallbackauth, so I cannot log in as root in RT
> with webexternalauth.

<Location /rt3>
     AuthType Basic
     AuthName "Request Tracker"
     AuthUserFile /etc/...
     AuthAuthoritative off

     AuthLDAPURL "ldap://..."
     AuthLDAPBindDN "..."
     AuthLDAPBindPassword "..."
     AuthLDAPAuthoritative off
     require valid-user
     ...
</Location>

root is defined in the AuthUserFile, all other users are authenticated 
via ldap.

> 2. I also configured the automatic creation of the user, but I would be
> interesting to have also the user detils, for example the mail adress,
> so that not another account is created when this user sends a mail.
http://lists.fsck.com/pipermail/rt-users/2003-April/013424.html

ciao, karsten...




More information about the rt-users mailing list