Skip to content

Commit

Permalink
remove rlm_realm
Browse files Browse the repository at this point in the history
Sorry, but the new way will be better.  Honest!
  • Loading branch information
alandekok committed Jun 29, 2017
1 parent 58d9605 commit 798648b
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 5,743 deletions.
118 changes: 0 additions & 118 deletions doc/concepts/proxy.rst

This file was deleted.

94 changes: 0 additions & 94 deletions man/man5/rlm_realm.5

This file was deleted.

2 changes: 1 addition & 1 deletion raddb/all.mk
Expand Up @@ -10,7 +10,7 @@ LOCAL_SITES := $(addprefix raddb/sites-enabled/,$(DEFAULT_SITES))
DEFAULT_MODULES := always attr_filter cache_eap chap client \
detail detail.log digest dhcpv4 eap \
eap_inner echo exec expiration expr files linelog logintime \
mschap ntlm_auth pam pap passwd preprocess radutmp realm \
mschap ntlm_auth pam pap passwd preprocess radutmp \
soh sradutmp unix unpack utf8

LOCAL_MODULES := $(addprefix raddb/mods-enabled/,$(DEFAULT_MODULES))
Expand Down
56 changes: 0 additions & 56 deletions raddb/mods-available/realm

This file was deleted.

26 changes: 0 additions & 26 deletions raddb/sites-available/default
Expand Up @@ -326,21 +326,6 @@ authorize {
# specified in RFC 3580 Section 3.21
# wimax

#
# Look for IPASS style 'realm/', and if not found, look for
# '@realm', and decide whether or not to proxy, based on
# that.
# IPASS

#
# If you are using multiple kinds of realms, you probably
# want to set "ignore_null = yes" for all of them.
# Otherwise, when the first style of realm doesn't match,
# the other styles won't be checked.
#
suffix
# ntdomain

#
# This module takes care of EAP-MD5, EAP-TLS, and EAP-LEAP
# authentication.
Expand Down Expand Up @@ -553,17 +538,6 @@ preacct {
# request, and many NAS boxes are broken.
acct_unique

#
# Look for IPASS-style 'realm/', and if not found, look for
# '@realm', and decide whether or not to proxy, based on
# that.
#
# Accounting requests are generally proxied to the same
# home server as authentication requests.
# IPASS
suffix
# ntdomain

#
# Read the 'acct_users' file
files
Expand Down
37 changes: 0 additions & 37 deletions raddb/sites-available/inner-tunnel
Expand Up @@ -87,43 +87,6 @@ recv Access-Request {
#
# unix

#
# Look for IPASS style 'realm/', and if not found, look for
# '@realm', and decide whether or not to proxy, based on
# that.
# IPASS

#
# If you are using multiple kinds of realms, you probably
# want to set "ignore_null = yes" for all of them.
# Otherwise, when the first style of realm doesn't match,
# the other styles won't be checked.
#
# Note that proxying the inner tunnel authentication means
# that the user MAY use one identity in the outer session
# (e.g. "anonymous", and a different one here
# (e.g. "user@example.com"). The inner session will then be
# proxied elsewhere for authentication. If you are not
# careful, this means that the user can cause you to forward
# the authentication to another RADIUS server, and have the
# accounting logs *not* sent to the other server. This makes
# it difficult to bill people for their network activity.
#
suffix
# ntdomain

#
# The "suffix" module takes care of stripping the domain
# (e.g. "@example.com") from the User-Name attribute, and the
# next few lines ensure that the request is not proxied.
#
# If you want the inner tunnel request to be proxied, delete
# the next few lines.
#
update control {
&Proxy-To-Realm := LOCAL
}

#
# This module takes care of EAP-MSCHAPv2 authentication.
#
Expand Down
2 changes: 0 additions & 2 deletions redhat/freeradius.spec
Expand Up @@ -610,7 +610,6 @@ fi
%doc %{_mandir}/man5/rlm_mschap.5.gz
%doc %{_mandir}/man5/rlm_pap.5.gz
%doc %{_mandir}/man5/rlm_passwd.5.gz
%doc %{_mandir}/man5/rlm_realm.5.gz
%doc %{_mandir}/man5/rlm_sql.5.gz
%doc %{_mandir}/man5/rlm_unix.5.gz
%doc %{_mandir}/man5/unlang.5.gz
Expand Down Expand Up @@ -682,7 +681,6 @@ fi
%{_libdir}/freeradius/rlm_preprocess.so
%{_libdir}/freeradius/rlm_radius_client.so
%{_libdir}/freeradius/rlm_radutmp.so
%{_libdir}/freeradius/rlm_realm.so
%{_libdir}/freeradius/rlm_soh.so
%{_libdir}/freeradius/rlm_sometimes.so
%{_libdir}/freeradius/rlm_sql.so
Expand Down
1 change: 0 additions & 1 deletion src/modules/rlm_realm/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions src/modules/rlm_realm/README.md

This file was deleted.

0 comments on commit 798648b

Please sign in to comment.