From 85e8988f685fa12327d6970cba2c1a5b7acf6a5d Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Thu, 15 Mar 2012 18:46:09 -0300 Subject: dansguardian - version 0.1.5 with fixes and ldap group based authentication --- config/dansguardian/dansguardian_ldap.xml | 171 ++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100755 config/dansguardian/dansguardian_ldap.xml (limited to 'config/dansguardian/dansguardian_ldap.xml') diff --git a/config/dansguardian/dansguardian_ldap.xml b/config/dansguardian/dansguardian_ldap.xml new file mode 100755 index 00000000..3411f483 --- /dev/null +++ b/config/dansguardian/dansguardian_ldap.xml @@ -0,0 +1,171 @@ + + + + + + + + Describe your package here + Describe your package requirements here + Currently there are no FAQ items provided. + dansguardianldap + 1.0 + Services: Dansguardian + /usr/local/pkg/dansguardian.inc + + + Daemon + /pkg_edit.php?xml=dansguardian.xml&id=0 + + + General + /pkg_edit.php?xml=dansguardian_config.xml&id=0 + + + Limits + /pkg_edit.php?xml=dansguardian_limits.xml&id=0 + + + Blacklist + /pkg_edit.php?xml=dansguardian_blacklist.xml&id=0 + + + Access Lists + /pkg_edit.php?xml=dansguardian_antivirus_acl.xml&id=0 + + + LDAP + /pkg.php?xml=dansguardian_ldap.xml + + + + Groups + /pkg.php?xml=dansguardian_groups.xml + + + Users + /pkg_edit.php?xml=dansguardian_users.xml + + + IPs + /pkg_edit.php?xml=dansguardian_ips.xml + + + Report and log + /pkg_edit.php?xml=dansguardian_log.xml&id=0 + + + XMLRPC Sync + /pkg_edit.php?xml=dansguardian_sync.xml&id=0 + + + Help + /dansguardian_about.php + + + + + hostname + dc + + + domain + dn + + + + username + username + + + + + Ldap configuration + listtopic + + + Hostname + dc1.mysite.com]]> + dc + input + 25 + + + Domain + dc=mysite,dc=com]]> + dn + input + 25 + + + Username + cn=antispam,cn=Users]]> + username + input + 25 + + + Password + + password + password + 10 + + + mask + Apply prefix or sufix any info to username extracted.
+ use "," if you need more than one mask for each user
+ domain\USER #NAME,USER@MYDOMAIN.COM
+ NAME shows user name
+ USER shows user login
]]>
+ mask + input + 50 +
+
+ + dansguardian_php_install_command(); + + + dansguardian_php_deinstall_command(); + + + dansguardian_validate_input($_POST, &$input_errors); + + + sync_package_dansguardian(); + +
\ No newline at end of file -- cgit v1.2.3