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

cvs-log at otrs.org cvs-log at otrs.org
Wed Nov 8 16:37:06 CET 2006


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

Modified Files:
	Defaults.pm 
Log Message:
Added new config param 'AuthModule::LDAP::UserLowerCase' to convert agent usernames to lower case letters


Index: Defaults.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Defaults.pm,v
retrieving revision 1.248
retrieving revision 1.249
diff -C2 -r1.248 -r1.249
*** Defaults.pm	2 Nov 2006 12:20:48 -0000	1.248
--- Defaults.pm	8 Nov 2006 15:37:04 -0000	1.249
***************
*** 317,320 ****
--- 317,327 ----
  #    $Self->{'AuthModule::LDAP::UserSuffix'} = '@domain.com';
  
+     # In case you want to convert all given usernames to lower letters you
+     # should activate this option. It might be helpfull if databases are
+     # in use that do not distinguish selects for upper and lower case letters
+     # (Oracle, postgresql). User might be synched twice, if this option
+     # is not in use.
+ #    $Self->{'AuthModule::LDAP::UserLowerCase'} = 0;
+ 
      # Net::LDAP new params (if needed - for more info see perldoc Net::LDAP)
  #    $Self->{'AuthModule::LDAP::Params'} = {



More information about the cvs-log mailing list