[rt-users] Re: RT authentication and NIS

David Z Maze dmaze at cag.lcs.mit.edu
Mon Jan 12 17:09:11 EST 2004


"Hswe, Barbara" <b.hswe at genaissance.com> writes:

> Maybe I missed it in the FAQ, but can RT authenticate logins via NIS?

Yes, but not directly.  Probably the easiest way to do it is to tell
Apache to perform HTTP Basic authentication vs. NIS, and then have RT
believe the username Apache hands it.  If you install the
Apache::AuthenNIS Perl module, you can tell Apache (httpd.conf)

  AuthType Basic
  PerlAuthenHandler Apache::AuthenNIS
  Require valid-user

and RT (RT_SiteConfig.pm)

  Set($WebExternalAuth, 1);

-- 
David Z. Maze                                      dmaze at cag.lcs.mit.edu
Research Scientist                            http://www.mit.edu/~dmaze/
MIT LCS Computer Architecture Group   http://www.cag.lcs.mit.edu/commit/




More information about the rt-users mailing list