[Rt-commit] rt branch, 4.2/remove-win32, updated. rt-4.2.3-9-ga6dab0e

Alex Vandiver alexmv at bestpractical.com
Thu Apr 3 16:05:16 EDT 2014


The branch, 4.2/remove-win32 has been updated
       via  a6dab0e367b5562fb0e0614d3b4aa8a863cdc141 (commit)
       via  f00b24ecdd31d7c942ad481bf9b7f393bf3ed001 (commit)
      from  544bff5dadf3dadae64b39bd3fb0861b6cc54116 (commit)

Summary of changes:
 etc/RT_Config.pm.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit f00b24ecdd31d7c942ad481bf9b7f393bf3ed001
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Apr 3 16:02:49 2014 -0400

    Remove mention of IIS, which RT does not run under

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index fe95a75..231eea3 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2076,8 +2076,7 @@ Set($WebFallbackToRTLogin, undef);
 =item C<$WebRemoteUserGecos>
 
 C<$WebRemoteUserGecos> means to match 'gecos' field as the user
-identity; useful with C<mod_auth_pwcheck> and IIS Integrated Windows
-logon.
+identity; useful with C<mod_auth_pwcheck>.
 
 =cut
 

commit a6dab0e367b5562fb0e0614d3b4aa8a863cdc141
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Apr 3 16:04:04 2014 -0400

    mod_auth_pwcheck was Apache 1.3 only; replace with Apache 2.x equivalent
    
    This serves to further point out the $WebRemoteUserGecos is quite
    possibly unused and unnecessary.

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 231eea3..5783042 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2076,7 +2076,7 @@ Set($WebFallbackToRTLogin, undef);
 =item C<$WebRemoteUserGecos>
 
 C<$WebRemoteUserGecos> means to match 'gecos' field as the user
-identity; useful with C<mod_auth_pwcheck>.
+identity; useful with C<mod_auth_external>.
 
 =cut
 

-----------------------------------------------------------------------


More information about the rt-commit mailing list