diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-04-10 16:39:26 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-04-10 16:39:26 -0300 |
commit | c03e4867d9926cfc64951461bc7f5791b84d6b1c (patch) | |
tree | 4fdea6d6c5ca0ed7685e33730bd7d0edf4c477d3 /config/sarg | |
parent | 12d41a2bb0219463ead733614a0ca41b0e7b305f (diff) | |
download | pfsense-packages-c03e4867d9926cfc64951461bc7f5791b84d6b1c.tar.gz pfsense-packages-c03e4867d9926cfc64951461bc7f5791b84d6b1c.tar.bz2 pfsense-packages-c03e4867d9926cfc64951461bc7f5791b84d6b1c.zip |
sarg - fix ntlm user option in sarg config
Diffstat (limited to 'config/sarg')
-rw-r--r-- | config/sarg/sarg_users.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sarg/sarg_users.xml b/config/sarg/sarg_users.xml index 7019af43..d038e5b3 100644 --- a/config/sarg/sarg_users.xml +++ b/config/sarg/sarg_users.xml @@ -101,7 +101,7 @@ <type>select</type> <options> <option><name>domainname+username (default)</name><value>domainname+username</value></option> - <option><name>username</name><value>username</value></option> + <option><name>username</name><value>user</value></option> </options> </field> <field> |