/[smeserver]/rpms/e-smith-radiusd/sme10/e-smith-radiusd-2.6.0-bz11718-WAP-auth.patch
ViewVC logotype

Annotation of /rpms/e-smith-radiusd/sme10/e-smith-radiusd-2.6.0-bz11718-WAP-auth.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Thu Nov 4 00:41:15 2021 UTC (2 years, 7 months ago) by terryfage
Branch: MAIN
CVS Tags: e-smith-radiusd-2_6_0-20_el7_sme, e-smith-radiusd-2_6_0-23_el7_sme, e-smith-radiusd-2_6_0-17_el7_sme, e-smith-radiusd-2_6_0-19_el7_sme, e-smith-radiusd-2_6_0-22_el7_sme, e-smith-radiusd-2_6_0-21_el7_sme, e-smith-radiusd-2_6_0-18_el7_sme, HEAD
* Thu Nov 04 2021 John H. Bennett III <bennettj@johnbennettservices.com> 2.6.0-17.sme
- fix WAP-auth patch [SME: 11718]
- fix LDAP-auth patch [SME: 11719]

1 terryfage 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/clients.conf/20local mezzanine_patched_e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/clients.conf/20local
2     --- e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/clients.conf/20local 2021-10-24 15:54:16.412075518 -0500
3     +++ mezzanine_patched_e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/clients.conf/20local 2021-10-24 15:43:36.781144801 -0500
4     @@ -14,11 +14,11 @@
5     $nastype = $host->prop('NASType') || 'other';
6    
7     $OUT .= <<EOF;
8     -client $hostip \{
9     +client $hostname \{
10     ipaddr = $hostip
11     secret = $radiuskey
12     shortname = $hostname
13     - nastype = $nastype
14     + nas_type = $nastype
15     \}
16     EOF
17     }
18     diff -Nur -x '*.orig' -x '*.rej' e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/sites-available/default/35authorization40default mezzanine_patched_e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/sites-available/default/35authorization40default
19     --- e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/sites-available/default/35authorization40default 2021-10-24 15:54:16.413075525 -0500
20     +++ mezzanine_patched_e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/sites-available/default/35authorization40default 2021-10-24 15:52:29.022413616 -0500
21     @@ -6,7 +6,7 @@
22     #
23     # See policy.d/filter for the definition of the filter_username policy.
24     #
25     -} filter_username
26     +}# filter_username
27     {
28     # The preprocess module takes care of sanitizing some bizarre
29     # attributes in the request, and turning them into attributes
30     diff -Nur -x '*.orig' -x '*.rej' e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/sites-available/inner-tunnel/35authorization40default mezzanine_patched_e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/sites-available/inner-tunnel/35authorization40default
31     --- e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/sites-available/inner-tunnel/35authorization40default 2021-10-24 15:54:16.416075543 -0500
32     +++ mezzanine_patched_e-smith-radiusd-2.6.0/root/etc/e-smith/templates/etc/raddb/sites-available/inner-tunnel/35authorization40default 2021-10-24 15:51:29.327046009 -0500
33     @@ -92,6 +92,11 @@
34     expiration
35     logintime
36     {
37     + # If you are using /etc/smbpasswd, and are also doing
38     + # mschap authentication, then un-comment this line, and
39     + # enable the "smbpasswd" module.
40     +} smbpasswd
41     +{
42     #
43     # If no other module has claimed responsibility for
44     # authentication, then try to use PAP. This allows the

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed