On 02/07/2008, at 10:43 PM, mailing list wrote: > --- On Tue, 7/1/08, Tom Lanyon <[EMAIL PROTECTED]> wrote: > >> Do you have SELinux enabled? Check your /var/log/audit/audit.log for >> any 'denied' messages and repair them. You might need to create a >> policy which allows Apache (mod_perl) or FastCGI processes to connect >> to LDAP(S) via TCP. > > SELinux is disabled (from /etc/selinux/config) and I do not have > the /var/log/audit/audit.log file (this is for SELinux specifically > I take it?). > > Regards, > > > Mike
Remember to CC the list. Yes, audit.log is created by auditd, the selinux auditing daemon. If that's not the case, I'm not sure as I haven't dealt with the LDAP authentication. However, I'd be checking the RT log for either errors loading the LDAP module being used (Net::LDAP?), or errors produced by that module. Also test whether Net::LDAP and RT::Authen::ExternalAuth are installed (and installed for the correct Perl). Regards, Tom _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
