From 26eb957280ebb67e8a0c8ff356340a57fabe92d7 Mon Sep 17 00:00:00 2001 From: Alexander Wilke Date: Thu, 5 Jan 2012 10:04:36 -0500 Subject: freeradius2 updates pkg v1.4.4 --- config/freeradius2/freeradiusmodulesldap.xml | 345 +++++++++++++++++++++++++++ 1 file changed, 345 insertions(+) create mode 100644 config/freeradius2/freeradiusmodulesldap.xml (limited to 'config/freeradius2/freeradiusmodulesldap.xml') diff --git a/config/freeradius2/freeradiusmodulesldap.xml b/config/freeradius2/freeradiusmodulesldap.xml new file mode 100644 index 00000000..317054d2 --- /dev/null +++ b/config/freeradius2/freeradiusmodulesldap.xml @@ -0,0 +1,345 @@ + + + + + + + All rights reserved. + + Based on m0n0wall (http://m0n0.ch/wall) + Copyright (C) 2003-2006 Manuel Kasper . + All rights reserved. + */ +/* ========================================================================== */ +/* + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + */ +/* ========================================================================== */ +]]> + + Describe your package requirements here + Currently there are no FAQ items provided. + freeradiusmodulesldap + none + FreeRADIUS: LDAP + pkg_edit.php?xml=freeradiusmodulesldap.xml&id=0 + /usr/local/pkg/freeradius.inc + + + Users + /pkg.php?xml=freeradius.xml + + + NAS / Clients + /pkg.php?xml=freeradiusclients.xml + + + Interfaces + /pkg.php?xml=freeradiusinterfaces.xml + + + Settings + /pkg_edit.php?xml=freeradiussettings.xml&id=0 + + + EAP + /pkg_edit.php?xml=freeradiuseapconf.xml&id=0 + + + SQL + /pkg_edit.php?xml=freeradiussqlconf.xml&id=0 + + + Certificates + /pkg_edit.php?xml=freeradiuscerts.xml&id=0 + + + LDAP + /pkg_edit.php?xml=freeradiusmodulesldap.xml&id=0 + + + + View config + /freeradius_view_config.php + + + XMLRPC Sync + /pkg_edit.php?xml=freeradiussync.xml&id=0 + + + + + ENABLE LDAP SUPPORT + listtopic + + + Enable LDAP For Authorization + varmodulesldapenableauthorize + + checkbox + + + Enable LDAP For Authentication + varmodulesldapenableauthenticate + + checkbox + + + GENERAL CONFIGURATION + listtopic + + + Server + varmodulesldapserver + + input + 80 + ldap.your.domain + + + Identity + varmodulesldapidentity + + input + 80 + + + + Password + varmodulesldappassword + + password + 80 + mypass + + + Basedn + varmodulesldapbasedn + + input + 80 + + + + Filter + varmodulesldapfilter + + input + 80 + + + + Base Filter + varmodulesldapbasefilter + + input + 80 + + + + LDAP Connections Number + varmodulesldapldapconnectionsnumber + + input + 80 + 5 + + + Timeout + varmodulesldaptimeout + + input + 80 + 4 + + + Timelimit + varmodulesldaptimelimit + + input + 80 + 3 + + + Net Timeout + varmodulesldapnettimeout + + input + 80 + 1 + + + MISCELLANEOUS CONFIGURATION + listtopic + + + Active Directory Compatibility + varmodulesldapmsadcompatibilityenable + + select + Disable + + + + + + + Enable Misc Configuration + varmodulesldapdmiscenable + + checkbox + varmodulesldapdefaultprofile,varmodulesldapprofileattribute,varmodulesldapaccessattr + + + Default Profile + varmodulesldapdefaultprofile + + input + 80 + + + + Profile Attribute + varmodulesldapprofileattribute + + input + 80 + radiusProfileDn + + + Access Attribute + varmodulesldapaccessattr + + input + 80 + dialupAccess + + + Group Membership Options + listtopic + + + Enable Group Membership Options + varmodulesldapgroupenable + + checkbox + varmodulesldapaccessattrusedforallow,varmodulesldapdoxlat,varmodulesldapcomparecheckitems,varmodulesldapgroupmembershipattribute,varmodulesldapgroupmembershipfilter,varmodulesldapgroupnameattribute + + + Groupname Attribute + varmodulesldapgroupnameattribute + + input + 80 + cn + + + Groupmembership Filter + varmodulesldapgroupmembershipfilter + + input + 80 + + + + Groupmembership Attribute + varmodulesldapgroupmembershipattribute + + input + 80 + radiusGroupName + + + Compare Check Items + varmodulesldapcomparecheckitems + + select + Yes + + + + + + + Do XLAT + varmodulesldapdoxlat + + select + Yes + + + + + + + Access Attribute Used For Allow + varmodulesldapaccessattrusedforallow + + select + Yes + + + + + + + KEEPALIVE CONFIGURATION + listtopic + + + LDAP OPT X KEEPALIVE IDLE + varmodulesldapkeepaliveidle + + input + 80 + 60 + + + LDAP OPT X KEEPALIVE PROBES + varmodulesldapkeepaliveprobes + + input + 80 + 3 + + + LDAP OPT X KEEPALIVE INTERVAL + varmodulesldapkeepaliveinterval + + input + 80 + 3 + + + + freeradius_modulesldap_resync(); + + + freeradius_modulesldap_resync(); + + \ No newline at end of file -- cgit v1.2.3