[otrs-cvs] CVS: otrs/Kernel/Config/Files Framework.xml,1.122,1.123
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/Files
In directory lancelot:/tmp/cvs-serv738/Kernel/Config/Files
Modified Files:
Framework.xml
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: Framework.xml
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Files/Framework.xml,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -r1.122 -r1.123
*** Framework.xml 8 Nov 2006 16:25:53 -0000 1.122
--- Framework.xml 9 Nov 2006 08:31:15 -0000 1.123
***************
*** 3353,3356 ****
--- 3353,3365 ----
</Setting>
</ConfigItem>
+ <ConfigItem Name="Customer::AuthModule::HTTPBasicAuth::Replace" Required="0" Valid="0">
+ <Description Lang="en">If "HTTPBasicAuth" was selected for Customer::AuthModule, you can specify to strip leading parts of user names (e. g. for domains like example_domain\user to user).</Description>
+ <Description Lang="de">Wenn "HTTPBasicAuth" als Customer::AuthModule ausgew?hlt wurde, kann hier spezifiziert werden, ob f?hrende Teile eines Benutzernamens entfernt werden sollen (z. B. eine Dom?ne example_domain\user zu user).</Description>
+ <Group>Framework</Group>
+ <SubGroup>Frontend::Customer::Auth</SubGroup>
+ <Setting>
+ <String Regex="">example_domain\\</String>
+ </Setting>
+ </ConfigItem>
<ConfigItem Name="Customer::AuthModule::LDAP::Host" Required="0" Valid="0">
<Description Lang="en">If "LDAP" was selected for Customer::AuthModule, you can specify your LDAP host.</Description>
More information about the cvs-log
mailing list