Edgewall Software

Changes between Version 9 and Version 10 of TracOnWindows/Advanced


Ignore:
Timestamp:
Nov 5, 2007, 3:18:44 PM (16 years ago)
Author:
etienne.pub@…
Comment:

Rephrased my last paragraph in plain english :-) (and one typo corrected as well).

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows/Advanced

    v9 v10  
    5252== Authenticating Trac users against MS Windows domain controller ==
    5353
    54 Running Trac in Apache, you can let your users login using their existing Windows username/password using `mod_sspi`. (If you use Subversion as a repository and access it through Apache, you can also do the same with Subversion). Download this module [http://sourceforge.net/projects/mod-auth-sspi here], place it in the Apache modules directory, and add the following line to your `httpd.conf`, with all the `LoadModule` instructions:
     54Running Trac in Apache, you can let your users login with their existing Windows username/password by using `mod_sspi`. (If you use Subversion as a repository and access it through Apache, you can also do the same with Subversion). Download this module [http://sourceforge.net/projects/mod-auth-sspi here], place it in the Apache modules directory, and add the following line to your `httpd.conf`, with all the `LoadModule` instructions:
    5555{{{
    5656LoadModule sspi_auth_module modules/mod_auth_sspi.so
     
    7171}}}
    7272
    73 Then, if you change permissions in Trac using `trac-admin.exe`, remember to declare the user `bob` as `MyLocalDomain\bob`. (The same remarks applies for Subversion) Alternatively add the parameter `SSPIOmitDomain On` and delcare the user as `bob`.
     73Then, if you change permissions in Trac using `trac-admin.exe`, remember to declare the user `bob` as `MyLocalDomain\bob` (The same remark applies for your Subversion repository accessfile). Alternatively add the parameter `SSPIOmitDomain On` and declare the user as `bob`.