aboutsummaryrefslogtreecommitdiffstats
path: root/config/squidGuard/squidguard.xml
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-06-10 14:13:28 -0400
committerjim-p <jimp@pfsense.org>2013-06-10 14:13:28 -0400
commit2dda3a961921534bec5df1dfb039c47ade0ff5b1 (patch)
tree272ae24710dd7be0d712599ab79bfb8f67cc140c /config/squidGuard/squidguard.xml
parentb01b711ee6be3fa03844095d92dee9025aafd18a (diff)
downloadpfsense-packages-2dda3a961921534bec5df1dfb039c47ade0ff5b1.tar.gz
pfsense-packages-2dda3a961921534bec5df1dfb039c47ade0ff5b1.tar.bz2
pfsense-packages-2dda3a961921534bec5df1dfb039c47ade0ff5b1.zip
Add LDAP search patch from http://forum.pfsense.org/index.php/topic,59246.0.html
Diffstat (limited to 'config/squidGuard/squidguard.xml')
-rw-r--r--config/squidGuard/squidguard.xml58
1 files changed, 56 insertions, 2 deletions
diff --git a/config/squidGuard/squidguard.xml b/config/squidGuard/squidguard.xml
index 21356e1c..e1fb3d41 100644
--- a/config/squidGuard/squidguard.xml
+++ b/config/squidGuard/squidguard.xml
@@ -122,7 +122,61 @@
<description><![CDATA[Check this option to enable squidGuard]]></description>
<type>checkbox</type>
</field>
- <field>
+ <field>
+ <name>LDAP Options</name>
+ <type>listtopic</type>
+ </field>
+ <field>
+ <fielddescr>Enable LDAP Filter</fielddescr>
+ <fieldname>ldap_enable</fieldname>
+ <description><![CDATA[Enable options for setup ldap connection to create filters with ldap search]]></description>
+ <type>checkbox</type>
+ <enablefields>ldapbinddn,ldapbindpass,stripntdomain,striprealm,ldapversion</enablefields>
+ </field>
+ <field>
+ <fielddescr>LDAP DN</fielddescr>
+ <fieldname>ldapbinddn</fieldname>
+ <description><![CDATA[Configure your LDAP DN (ex: cn=Administrator,cn=Users,dc=domain)]]></description>
+ <type>input</type>
+ <size>60</size>
+ </field>
+ <field>
+ <fielddescr>LDAP DN Password</fielddescr>
+ <fieldname>ldapbindpass</fieldname>
+ <description><![CDATA[Password must be initialize with letters (Ex: Change123), valid format: [a-zA-Z\/][a-zA-Z0-9/_\-\.\/\:\%\+\?=&]]]></description>
+ <type>password</type>
+ </field>
+ <field>
+ <fielddescr>Strip NT domain name</fielddescr>
+ <fieldname>stripntdomain</fieldname>
+ <description><![CDATA[Strip NT domain name component from user names (/ or \ separated).]]></description>
+ <type>checkbox</type>
+ <default_value>on</default_value>
+ </field>
+ <field>
+ <fielddescr>Strip Kerberos Realm</fielddescr>
+ <fieldname>striprealm</fieldname>
+ <description><![CDATA[Strip Kerberos Realm component from user names (@ separated).]]></description>
+ <type>checkbox</type>
+ <default_value>on</default_value>
+ </field>
+ <field>
+ <fielddescr>LDAP Version</fielddescr>
+ <fieldname>ldapversion</fieldname>
+ <type>select</type>
+ <default_value>3</default_value>
+ <options>
+ <option>
+ <name>Version 2</name>
+ <value>2</value>
+ </option>
+ <option>
+ <name>Version 3</name>
+ <value>3</value>
+ </option>
+ </options>
+ </field>
+ <field>
<name>Logging options</name>
<type>listtopic</type>
</field>
@@ -144,7 +198,7 @@
<description><![CDATA[Check this option to rotate the logs every day. This is recommended if you enable any kind of logging to limit file size and do not run out of disk space.]]></description>
<type>checkbox</type>
</field>
- <field>
+ <field>
<name>Miscellaneous</name>
<type>listtopic</type>
</field>