[otrs-cvs] CVS: otrs/Kernel/Config Defaults.pm,1.249,1.250

cvs-log at otrs.org cvs-log at otrs.org
Thu Nov 9 09:31:17 CET 2006


Update of /home/cvs/otrs/Kernel/Config
In directory lancelot:/tmp/cvs-serv738/Kernel/Config

Modified Files:
	Defaults.pm 
Log Message:
added AuthModule::HTTPBasicAuth::Replace and Customer::AuthModule::HTTPBasicAuth::Replace config option to HTTPBasicAuth modules to strip e. g. domains like example_domain\user from login down to user

Index: Defaults.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Defaults.pm,v
retrieving revision 1.249
retrieving revision 1.250
diff -C2 -r1.249 -r1.250
*** Defaults.pm	8 Nov 2006 15:37:04 -0000	1.249
--- Defaults.pm	9 Nov 2006 08:31:15 -0000	1.250
***************
*** 336,339 ****
--- 336,342 ----
      # apache http-basic-auth
  #   $Self->{'AuthModule'} = 'Kernel::System::Auth::HTTPBasicAuth';
+     # In case there is a leading domain in the REMOTE_USER, you can
+     # replace it by the next config option.
+ #   $Self->{'AuthModule::HTTPBasicAuth::Replace'} = 'example_domain\\';
      # Note:
      # If you use this module, you should use as fallback the following
***************
*** 1055,1058 ****
--- 1058,1064 ----
      # apache http-basic-auth
  #   $Self->{'Customer::AuthModule'} = 'Kernel::System::CustomerAuth::HTTPBasicAuth';
+     # In case there is a leading domain in the REMOTE_USER, you can
+     # replace it by the next config option.
+ #   $Self->{'Customer::AuthModule::HTTPBasicAuth::Replace'} = 'example_domain\\';
      # Note:
      # If you use this module, you should use as fallback the following



More information about the cvs-log mailing list