FreeBSD Bugzilla – Attachment 228510 Details for
Bug 258998
net/freeradius3: Update to 3.0.25
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
upgrade patch for port
diff.freeradius.3.25.patch.full (text/plain), 65.16 KB, created by
Marek Zarychta
on 2021-10-08 07:07:20 UTC
(
hide
)
Description:
upgrade patch for port
Filename:
MIME Type:
Creator:
Marek Zarychta
Created:
2021-10-08 07:07:20 UTC
Size:
65.16 KB
patch
obsolete
>diff --git a/net/freeradius3/Makefile b/net/freeradius3/Makefile >index 76703c5322..8c8b8e3eea 100644 >--- a/net/freeradius3/Makefile >+++ b/net/freeradius3/Makefile >@@ -1,306 +1,305 @@ > # Created by: Ryan Steinmetz <zi@FreeBSD.org> > > PORTNAME= freeradius >-DISTVERSION= 3.0.23 >-PORTREVISION= 1 >+DISTVERSION= 3.0.25 > CATEGORIES= net > MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \ > ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \ > http://ftp.cc.uoc.gr/mirrors/ftp.freeradius.org/%SUBDIR%/ \ > ZI > MASTER_SITE_SUBDIR= . old > PKGNAMESUFFIX= 3 > DISTNAME= freeradius-server-${DISTVERSION} > > MAINTAINER= zi@FreeBSD.org > COMMENT= Free RADIUS server implementation > > LICENSE= GPLv2 > > LIB_DEPENDS= libgdbm.so:databases/gdbm \ > libtalloc.so:devel/talloc > > FLAVORS= default ldap mysql pgsql sqlite3 > FLAVOR?= ${FLAVORS:[1]} > ldap_PKGNAMESUFFIX= -ldap > mysql_PKGNAMESUFFIX= -mysql > pgsql_PKGNAMESUFFIX= -pgsql > sqlite3_PKGNAMESUFFIX= -sqlite3 > > LOGDIR?= /var/log > KRB5_CONFIG?= /usr/bin/krb5-config --libs > > CONFLICTS_INSTALL= gnu-radius-[0-9].* openradius-[0-9].* radiusd-cistron-[0-9].* \ > freeradius-mysql-[0-9].* freeradius-[^3].* > > USES= cpe gmake readline shebangfix ssl tar:bzip2 > USE_RC_SUBR= radiusd > > SHEBANG_FILES= src/modules/rlm_counter/rad_counter scripts/sql/radsqlrelay \ > scripts/sql/rlm_sqlippool_tool > GNU_CONFIGURE= yes > CONFIGURE_ARGS+=--without-rlm_python > # Prevent /root/.rnd leftover > MAKE_ARGS+= HOME=/dev/null > CPPFLAGS+= -I${LOCALBASE}/include > CFLAGS+= ${CPPFLAGS} > LDFLAGS+= -L${LOCALBASE}/lib > > PLIST_SUB= PORTVERSION=${DISTVERSION} LIBVER=0${PORTVERSION:C/\./0/g} > > # Default requirements for rc script > _REQUIRE= NETWORKING SERVERS > > OPTIONS_SUB= yes > OPTIONS_DEFINE= USER LDAP MYSQL PGSQL UNIXODBC FIREBIRD REDIS \ > EXPERIMENTAL UDPFROMTO DEVELOPER EDIR PERL REST \ > FREETDS IDN DOCS SQLITE3 PYTHON RUBY UNBOUND PCRE \ > WINBIND EXAMPLES > OPTIONS_DEFAULT=USER PERL HEIMDAL UDPFROMTO > OPTIONS_SINGLE= KRB > OPTIONS_SINGLE_KRB= NOKRB HEIMDAL HEIMDAL_PORT MITKRB_PORT > > .if ${FLAVOR} == ldap > OPTIONS_DEFAULT+= LDAP > .endif > .if ${FLAVOR} == mysql > OPTIONS_DEFAULT+= MYSQL > .endif > .if ${FLAVOR} == pgsql > OPTIONS_DEFAULT+= PGSQL > .endif > .if ${FLAVOR} == sqlite3 > OPTIONS_DEFAULT+= SQLITE3 > .endif > > USER_DESC= Run as user freeradius, group freeradius > KRB_DESC= ${KERBEROS_DESC} > NOKRB_DESC= Without Kerberos support > HEIMDAL_DESC= With Heimdal Kerberos support > HEIMDAL_PORT_DESC= With Heimdal Kerberos from ports > MITKRB_PORT_DESC= With MIT Kerberos from ports > UNIXODBC_DESC= With unixODBC database support > UNBOUND_DESC= With unbound DNS support > FIREBIRD_DESC= With Firebird database support (EXPERIMENTAL) > EXPERIMENTAL_DESC= Build experimental modules > UDPFROMTO_DESC= Compile in UDPFROMTO support > DEVELOPER_DESC= Enable developer options > EDIR_DESC= Enable eDirectory support (implies LDAP) > REST_DESC= Enable RESTful API support > WINBIND_DESC= Enable native winbind support in rlm_mschap > > EDIR_CONFIGURE_WITH= edir > EDIR_IMPLIES= LDAP > FREETDS_CONFIGURE_WITH= rlm_freetds > FREETDS_CONFIGURE_OFF= --without-freetds > FREETDS_LIB_DEPENDS= libct.so:databases/freetds > HEIMDAL_CONFIGURE_ON= --with-rlm-krb5-dir=/ > HEIMDAL_PORT_LIB_DEPENDS= libkrb5.so:security/heimdal > HEIMDAL_PORT_CONFIGURE_ON= --with-rlm-krb5-dir=${LOCALBASE} > HEIMDAL_CONFLICTS_BUILD= krb5-[0-9].* > IDN_CONFIGURE_WITH= rlm_idn > IDN_LIB_DEPENDS= libidn.so:dns/libidn > FIREBIRD_CONFIGURE_WITH= rlm_sql_firebird > FIREBIRD_USES= firebird > LDAP_CONFIGURE_WITH= rlm_ldap > LDAP_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 > LDAP_USE= OPENLDAP > LDAP_VARS= _REQUIRE+=slapd > MITKRB_PORT_CONFIGURE_ON= --with-rlm-krb5-dir=${LOCALBASE} > MITKRB_PORT_LIB_DEPENDS= libkrb5support.so:security/krb5 > MITKRB_CONFLICTS_BUILD= heimdal-[0-9].* > MYSQL_CONFIGURE_WITH= rlm_sql_mysql > MYSQL_USES= mysql > MYSQL_VARS= _REQUIRE+=mysql > NOKRB_CONFIGURE_ON= --without-rlm_krb5 > NOKRB_PLIST_SUB= RLMKRB5="@comment " > NOKRB_PLIST_SUB_OFF= RLMKRB5="" > PCRE_CONFIGURE_WITH= pcre > PCRE_LIB_DEPENDS= libpcre.so:devel/pcre > PERL_CONFIGURE_WITH= rlm_perl > PERL_CONFIGURE_OFF= --without-perl > PERL_USES= perl5 > PGSQL_USES= pgsql > PGSQL_VARS= _REQUIRE+=postgresql > PGSQL_CONFIGURE_WITH= rlm_sql_postgresql > PYTHON_CONFIGURE_WITH= rlm_python3 > PYTHON_CONFIGURE_ON= --with-rlm-python3-lib-dir=${PYTHON_LIBDIR} \ > --with-rlm-python3-config-bin=${PYTHON_CMD}-config \ > --with-rlm-python3-include-dir=${PYTHON_INCLUDEDIR} > PYTHON_USES= python gettext-runtime > PYTHON_VARS= SHEBANG_FILES+=src/modules/rlm_python3/*.py > REDIS_CONFIGURE_WITH= rlm_redis rlm_rediswho > REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis > REST_CONFIGURE_WITH= rlm_rest > REST_CONFIGURE_ON= --with-libcurl=${LOCALBASE} \ > --with-jsonc-lib-dir=${LOCALBASE}/lib \ > --with-jsonc-include-dir=${LOCALBASE}/include > REST_LIB_DEPENDS= libcurl.so:ftp/curl \ > libjson-c.so:devel/json-c > RUBY_CONFIGURE_WITH= rlm_ruby > RUBY_USE= RUBY > RUBY_IGNORE= with ruby support leaks memory, breaks signal handling. Please disable RUBY support > SQLITE3_CONFIGURE_WITH= rlm_sql_sqlite > SQLITE3_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 > UDPFROMTO_CONFIGURE_OFF= --without-udpfromto > UNBOUND_CONFIGURE_WITH= rlm_unbound > UNBOUND_LIB_DEPENDS= libunbound.so:dns/unbound > UNIXODBC_CONFIGURE_WITH= rlm_sql_unixodbc > UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC > WINBIND_USES= samba:build,lib > WINBIND_CONFIGURE_ON= --with-winbind-include-dir=${LOCALBASE}/include/samba4 \ > --with-winbind-lib-dir=${LOCALBASE}/lib/samba4 > > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MUSER} > SUB_LIST+= RUN_AS_USER="yes" > .else > SUB_LIST+= RUN_AS_USER="no" > .endif > > # User and group to use if USER option is chosen > RADIUS_USER= freeradius > RADIUS_GROUP= freeradius > > USERS= ${RADIUS_USER} > GROUPS= ${RADIUS_GROUP} > > # Firebird module is still experimental > .if ${PORT_OPTIONS:MFIREBIRD} && empty(PORT_OPTIONS:MEXPERIMENTAL) > EXPM= yes > .endif > > # python3 module is still experimental > .if ${PORT_OPTIONS:MPYTHON} && empty(PORT_OPTIONS:MEXPERIMENTAL) > EXPM= yes > .endif > > # rlm_ruby module is still experimental > .if ${PORT_OPTIONS:MRUBY} && empty(PORT_OPTIONS:MEXPERIMENTAL) > EXPM= yes > .endif > > # redis module is still experimental > .if ${PORT_OPTIONS:MREDIS} && empty(PORT_OPTIONS:MEXPERIMENTAL) > EXPM= yes > .endif > > # rest module is still experimental > .if ${PORT_OPTIONS:MREST} && empty(PORT_OPTIONS:MEXPERIMENTAL) > EXPM= yes > .endif > > # freetds module is still experimental > .if ${PORT_OPTIONS:MFREETDS} && empty(PORT_OPTIONS:MEXPERIMENTAL) > EXPM= yes > .endif > > # idn module is still experimental > .if ${PORT_OPTIONS:MIDN} && empty(PORT_OPTIONS:MEXPERIMENTAL) > EXPM= yes > .endif > > .if ${PORT_OPTIONS:MEXPERIMENTAL} || defined(EXPM) > CONFIGURE_ARGS+=--with-experimental-modules > PLIST_SUB+= EXPM="" > .else > CONFIGURE_ARGS+=--without-experimental-modules > PLIST_SUB+= EXPM="@comment " > .endif > > .if ${PORT_OPTIONS:MDEVELOPER} > CONFIGURE_ARGS+=--enable-developer > # Turn off compiler optimisations > CFLAGS!= ${ECHO} ${CFLAGS} | ${SED} -Ee 's:-O[0-9]?[[:space:]]*::g' > .else > CONFIGURE_ARGS+=--quiet > .endif > > .include <bsd.port.pre.mk> > > # if we're installing, place sample configs into ${EXAMPLESDIR} > MAKE_ARGS+= raddbdir="${EXAMPLESDIR}/raddb" R=${STAGEDIR} > > FREERADIUS_LIBDIR= lib/freeradius-${PORTVERSION} > PLIST_SUB+= LIBDIR="${FREERADIUS_LIBDIR}" > USE_LDCONFIG= ${PREFIX}/${FREERADIUS_LIBDIR} > > .if empty(PORT_OPTIONS:MDOCS) > CONFIGURE_ARGS+=--without-docdir > PLIST_SUB+= PORTDOCS="@comment " > SUB_LIST+= PORTDOCS="@comment " > .else > CONFIGURE_ARGS+=--with-docdir=${DOCSDIR} > PLIST_SUB+= PORTDOCS="" > SUB_LIST+= PORTDOCS="" > .endif > > # This conditionality avoids -L/usr/lib in the radiusd build step when > # building with base system OpenSSL > .if ${OPENSSLLIB} != "/usr/lib" > CONFIGURE_ARGS+=--with-openssl-libraries=${OPENSSLLIB} > .endif > CONFIGURE_ARGS+=--with-logdir=${LOGDIR} \ > --with-openssl-includes=${OPENSSLINC} \ > --prefix=${PREFIX} --libdir=${PREFIX}/${FREERADIUS_LIBDIR} \ > --localstatedir=/var \ > --without-rlm_eap_ikev2 \ > --without-rlm_eap_tnc \ > --without-rlm_eap2 \ > --without-rlm_opendirectory \ > --without-rlm_sql_db2 \ > --without-rlm_sql_iodbc \ > --without-rlm_sql_sybase \ > --without-rlm_yubikey \ > --without-rlm_sql_oracle \ > --without-rlm_securid \ > --without-rlm_cache_memcached \ > --with-vmps \ > --with-collectdclient-lib-dir=/dev/null \ > --disable-openssl-version-check > > .if ${ARCH} == amd64 > CONFIGURE_ARGS+=--with-pic > .endif > > SUB_FILES+= pkg-install pkg-message > SUB_LIST+= RADIUS_USER="${RADIUS_USER}" \ > RADIUS_GROUP="${RADIUS_GROUP}" \ > RADDB_WORK="${WRKSRC}/raddb" \ > RADDB="${PREFIX}/etc/raddb" \ > LOGDIR="${LOGDIR}" \ > LIBDIR="${PREFIX}/${FREERADIUS_LIBDIR}" > SUB_LIST+= REQUIRE="${_REQUIRE}" > > post-patch: > # never try to find execinfo.h (needed until we can enable/disable backtrace > @${REINPLACE_CMD} -e '/#include <execinfo.h>/d' ${WRKSRC}/configure > @${REINPLACE_CMD} -Ee "s:tests/all.mk ::" ${WRKSRC}/src/all.mk > @${CP} ${WRKSRC}/m4/ax_with_prog.m4 ${WRKSRC} > # Patch raddb/certs/Makefile for the full path to the openssl binary (using > # ports OpenSSL if installed) > @${REINPLACE_CMD} -E \ > -e "s:^([[:space:]])+openssl:\1${OPENSSLBASE}/bin/openssl:g" \ > ${WRKSRC}/raddb/certs/Makefile > @${REINPLACE_CMD} -Ee 's: ..R...sbindir./rc.radiusd : :' \ > ${WRKSRC}/scripts/all.mk > > # If we're using Heimdal from base, alter the LIBS variable > .if ${PORT_OPTIONS:MHEIMDAL} && empty(PORT_OPTIONS:MHEIMDAL_PORT) > @${REINPLACE_CMD} -e 's|LIBS|KRB5LIBS|g' ${WRKSRC}/src/modules/rlm_krb5/configure > @${REINPLACE_CMD} -e 's|-lkrb5|$$(${KRB5_CONFIG})|g' \ > ${WRKSRC}/src/modules/rlm_krb5/configure > .endif > .if empty(PORT_OPTIONS:MRUBY) > @${RM} -r ${WRKSRC}/src/modules/rlm_ruby/ > .endif > > post-build: > @${FIND} ${WRKSRC}/build/lib -type f -name '*.so' -exec ${STRIP_CMD} {} \; > @${FIND} ${WRKSRC}/build/bin -type f -exec ${STRIP_CMD} {} \; > > post-install: > ${MKDIR} ${STAGEDIR}/var/run/radiusd > > .include <bsd.port.post.mk> >diff --git a/net/freeradius3/distinfo b/net/freeradius3/distinfo >index 9a55a96f7a..269867d687 100644 >--- a/net/freeradius3/distinfo >+++ b/net/freeradius3/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1626398009 >-SHA256 (freeradius-server-3.0.23.tar.bz2) = 08ce42bf0ec217704ca163619c06efcae8a6d6a8ae7a626d77da9a6fd210e235 >-SIZE (freeradius-server-3.0.23.tar.bz2) = 3381917 >+TIMESTAMP = 1633665659 >+SHA256 (freeradius-server-3.0.25.tar.bz2) = fc158cdab4a705b179b1a91cd72473006ef4dfb570b0d097db6c9c34049a4509 >+SIZE (freeradius-server-3.0.25.tar.bz2) = 3402380 >diff --git a/net/freeradius3/files/patch-src__main__state.c b/net/freeradius3/files/patch-src__main__state.c >deleted file mode 100644 >index ea33f43de7..0000000000 >--- a/net/freeradius3/files/patch-src__main__state.c >+++ /dev/null >@@ -1,86 +0,0 @@ >---- src/main/state.c.orig >-+++ src/main/state.c >-@@ -311,15 +311,30 @@ static state_entry_t *fr_state_cleanup_find(fr_state_t *state) >- continue; >- } >- >-+ /* >-+ * Not yet time to clean it up. >-+ */ >-+ if (entry->cleanup > now) { >-+ continue; >-+ } >-+ >-+ /* >-+ * We're not running the "client lost" section. >-+ * Just nuke the entry now. >-+ */ >-+ if (!main_config.postauth_client_lost) { >-+ state_entry_free(state, entry); >-+ continue; >-+ } >-+ >- /* >- * Old enough that the request has been removed. >- * We can add it to the cleanup list. >- */ >-- if (entry->cleanup < now) { >-- (*tail) = entry; >-- state_entry_unlink(state, entry); >-- tail = &entry->next; >-- } >-+ state_entry_unlink(state, entry); >-+ entry->next = NULL; >-+ (*tail) = entry; >-+ tail = &entry->next; >- } >- >- return head; >-@@ -335,30 +349,28 @@ static void fr_state_cleanup(state_entry_t *head) >- if (!head) return; >- >- for (entry = head; entry != NULL; entry = next) { >-- next = entry->next; >-+ REQUEST *request; >- >-- if (main_config.postauth_client_lost) { >-- REQUEST *request; >-+ next = entry->next; >- >-- request = fr_state_cleanup_request(entry); >-- if (request) { >-- RDEBUG2("No response from client, cleaning up expired state"); >-- RDEBUG2("Restoring &session-state"); >-+ request = fr_state_cleanup_request(entry); >-+ if (request) { >-+ RDEBUG2("No response from client, cleaning up expired state"); >-+ RDEBUG2("Restoring &session-state"); >- >-- /* >-- * @todo - print out message >-- * saying where the handler was >-- * in the process? i.e. "sent >-- * server cert", etc. This will >-- * require updating the EAP code >-- * to put a new attribute into >-- * the session state list. >-- */ >-+ /* >-+ * @todo - print out message >-+ * saying where the handler was >-+ * in the process? i.e. "sent >-+ * server cert", etc. This will >-+ * require updating the EAP code >-+ * to put a new attribute into >-+ * the session state list. >-+ */ >- >-- rdebug_pair_list(L_DBG_LVL_2, request, request->state, "&session-state:"); >-+ rdebug_pair_list(L_DBG_LVL_2, request, request->state, "&session-state:"); >- >-- request_inject(request); >-- } >-+ request_inject(request); >- } >- >- talloc_free(entry); >diff --git a/net/freeradius3/pkg-plist b/net/freeradius3/pkg-plist >index 1493f6d54d..8292a52584 100644 >--- a/net/freeradius3/pkg-plist >+++ b/net/freeradius3/pkg-plist >@@ -1,1115 +1,1125 @@ > @unexec different=0 ; for i in `find %D/%%EXAMPLESDIR%%/raddb/certs/ -type f -print | sed -e 's:^%D/%%EXAMPLESDIR%%/raddb/certs/::g'`; do if ! cmp -hsz %D/%%EXAMPLESDIR%%/raddb/certs/${i} %D/etc/raddb/certs/${i}; then different=1; break; fi; done; if [ ${different} -eq 0 ] && diff -rq --exclude=certs %D/%%EXAMPLESDIR%%/raddb %D/etc/raddb >/dev/null 2>&1; then rm -rf %D/etc/raddb; fi > @unexec if [ -d %D/etc/raddb ]; then echo "You should remove %D/etc/raddb if you don't need it any more."; fi > bin/dhcpclient > bin/map_unit > bin/rad_counter > bin/radattr > bin/radclient > bin/radcrypt > bin/radeapclient > bin/radlast > bin/radsniff > bin/radsqlrelay > bin/radtest > bin/radwho > bin/radzap > bin/rlm_ippool_tool > bin/rlm_sqlippool_tool > bin/smbencrypt > include/freeradius/autoconf.h > include/freeradius/attributes.h > include/freeradius/base64.h > include/freeradius/build.h > include/freeradius/conf.h > include/freeradius/conffile.h > include/freeradius/detail.h > include/freeradius/event.h > include/freeradius/features.h > include/freeradius/freeradius.h > include/freeradius/hash.h > include/freeradius/heap.h > include/freeradius/libradius.h > include/freeradius/map.h > include/freeradius/md4.h > include/freeradius/md5.h > include/freeradius/missing.h > include/freeradius/modcall.h > include/freeradius/modules.h > include/freeradius/packet.h > include/freeradius/rad_assert.h > include/freeradius/radius.h > include/freeradius/radiusd.h > include/freeradius/radpaths.h > include/freeradius/radutmp.h > include/freeradius/realms.h > include/freeradius/regex.h > include/freeradius/rfc2865.h > include/freeradius/rfc2866.h > include/freeradius/rfc2867.h > include/freeradius/rfc2868.h > include/freeradius/rfc2869.h > include/freeradius/rfc3162.h > include/freeradius/rfc3576.h > include/freeradius/rfc3580.h > include/freeradius/rfc4072.h > include/freeradius/rfc4372.h > include/freeradius/rfc4603.h > include/freeradius/rfc4675.h > include/freeradius/rfc4679.h > include/freeradius/rfc4818.h > include/freeradius/rfc4849.h > include/freeradius/rfc5090.h > include/freeradius/rfc5176.h > include/freeradius/rfc5447.h > include/freeradius/rfc5580.h > include/freeradius/rfc5607.h > include/freeradius/rfc5904.h > include/freeradius/rfc6519.h > include/freeradius/rfc6572.h > include/freeradius/rfc6677.h > include/freeradius/rfc6911.h > include/freeradius/rfc6929.h > include/freeradius/rfc6930.h > include/freeradius/rfc7055.h > include/freeradius/rfc7155.h > include/freeradius/rfc7268.h > include/freeradius/rfc7499.h > include/freeradius/rfc7930.h > include/freeradius/rfc8045.h > include/freeradius/rfc8559.h > include/freeradius/sha1.h > include/freeradius/stats.h > include/freeradius/sysutmp.h > include/freeradius/threads.h > include/freeradius/token.h > include/freeradius/tls.h > include/freeradius/tcp.h > include/freeradius/udpfromto.h > include/freeradius/vqp.h > %%LIBDIR%%/libfreeradius-dhcp.a > %%LIBDIR%%/libfreeradius-dhcp.la > %%LIBDIR%%/libfreeradius-dhcp.so > %%LIBDIR%%/libfreeradius-eap.a > %%LIBDIR%%/libfreeradius-eap.la > %%LIBDIR%%/libfreeradius-eap.so > %%LIBDIR%%/libfreeradius-radius.a > %%LIBDIR%%/libfreeradius-radius.la > %%LIBDIR%%/libfreeradius-radius.so > %%LIBDIR%%/libfreeradius-server.a > %%LIBDIR%%/libfreeradius-server.la > %%LIBDIR%%/libfreeradius-server.so > %%LIBDIR%%/proto_dhcp.a > %%LIBDIR%%/proto_dhcp.la > %%LIBDIR%%/proto_dhcp.so > %%LIBDIR%%/proto_vmps.a > %%LIBDIR%%/proto_vmps.la > %%LIBDIR%%/proto_vmps.so > %%LIBDIR%%/rlm_always.a > %%LIBDIR%%/rlm_always.la > %%LIBDIR%%/rlm_always.so > %%LIBDIR%%/rlm_attr_filter.a > %%LIBDIR%%/rlm_attr_filter.la > %%LIBDIR%%/rlm_attr_filter.so > %%LIBDIR%%/rlm_cache.a > %%LIBDIR%%/rlm_cache.la > %%LIBDIR%%/rlm_cache.so > %%LIBDIR%%/rlm_cache_rbtree.a > %%LIBDIR%%/rlm_cache_rbtree.la > %%LIBDIR%%/rlm_cache_rbtree.so > %%LIBDIR%%/rlm_chap.a > %%LIBDIR%%/rlm_chap.la > %%LIBDIR%%/rlm_chap.so > %%LIBDIR%%/rlm_counter.a > %%LIBDIR%%/rlm_counter.la > %%LIBDIR%%/rlm_counter.so > %%LIBDIR%%/rlm_cram.a > %%LIBDIR%%/rlm_cram.la > %%LIBDIR%%/rlm_cram.so > %%LIBDIR%%/rlm_date.a > %%LIBDIR%%/rlm_date.la > %%LIBDIR%%/rlm_date.so > %%LIBDIR%%/rlm_detail.a > %%LIBDIR%%/rlm_detail.la > %%LIBDIR%%/rlm_detail.so > %%LIBDIR%%/rlm_dhcp.a > %%LIBDIR%%/rlm_dhcp.la > %%LIBDIR%%/rlm_dhcp.so > %%LIBDIR%%/rlm_digest.a > %%LIBDIR%%/rlm_digest.la > %%LIBDIR%%/rlm_digest.so > %%LIBDIR%%/rlm_dynamic_clients.a > %%LIBDIR%%/rlm_dynamic_clients.la > %%LIBDIR%%/rlm_dynamic_clients.so > %%IDN%%%%LIBDIR%%/rlm_idn.a > %%IDN%%%%LIBDIR%%/rlm_idn.la > %%IDN%%%%LIBDIR%%/rlm_idn.so > %%LIBDIR%%/rlm_eap.a > %%LIBDIR%%/rlm_eap.la > %%LIBDIR%%/rlm_eap.so > %%LIBDIR%%/rlm_eap_gtc.a > %%LIBDIR%%/rlm_eap_gtc.la > %%LIBDIR%%/rlm_eap_gtc.so > %%LIBDIR%%/rlm_eap_fast.a > %%LIBDIR%%/rlm_eap_fast.la > %%LIBDIR%%/rlm_eap_fast.so > %%LIBDIR%%/rlm_eap_md5.a > %%LIBDIR%%/rlm_eap_md5.la > %%LIBDIR%%/rlm_eap_md5.so > %%LIBDIR%%/rlm_eap_mschapv2.a > %%LIBDIR%%/rlm_eap_mschapv2.la > %%LIBDIR%%/rlm_eap_mschapv2.so > %%LIBDIR%%/rlm_eap_peap.a > %%LIBDIR%%/rlm_eap_peap.la > %%LIBDIR%%/rlm_eap_peap.so > %%LIBDIR%%/rlm_eap_pwd.a > %%LIBDIR%%/rlm_eap_pwd.la > %%LIBDIR%%/rlm_eap_pwd.so > %%LIBDIR%%/rlm_eap_sim.a > %%LIBDIR%%/rlm_eap_sim.la > %%LIBDIR%%/rlm_eap_sim.so > %%LIBDIR%%/rlm_eap_tls.a > %%LIBDIR%%/rlm_eap_tls.la > %%LIBDIR%%/rlm_eap_tls.so > %%LIBDIR%%/rlm_eap_ttls.a > %%LIBDIR%%/rlm_eap_ttls.la > %%LIBDIR%%/rlm_eap_ttls.so > %%EXPM%%%%LIBDIR%%/rlm_example.a > %%EXPM%%%%LIBDIR%%/rlm_example.la > %%EXPM%%%%LIBDIR%%/rlm_example.so > %%LIBDIR%%/rlm_exec.a > %%LIBDIR%%/rlm_exec.la > %%LIBDIR%%/rlm_exec.so > %%LIBDIR%%/rlm_expiration.a > %%LIBDIR%%/rlm_expiration.la > %%LIBDIR%%/rlm_expiration.so > %%LIBDIR%%/rlm_expr.a > %%LIBDIR%%/rlm_expr.la > %%LIBDIR%%/rlm_expr.so > %%LIBDIR%%/rlm_files.a > %%LIBDIR%%/rlm_files.la > %%LIBDIR%%/rlm_files.so > %%LIBDIR%%/rlm_ippool.a > %%LIBDIR%%/rlm_ippool.la > %%LIBDIR%%/rlm_ippool.so > %%RLMKRB5%%%%LIBDIR%%/rlm_krb5.a > %%RLMKRB5%%%%LIBDIR%%/rlm_krb5.la > %%RLMKRB5%%%%LIBDIR%%/rlm_krb5.so > %%LDAP%%%%LIBDIR%%/rlm_ldap.a > %%LDAP%%%%LIBDIR%%/rlm_ldap.la > %%LDAP%%%%LIBDIR%%/rlm_ldap.so > %%LIBDIR%%/rlm_linelog.a > %%LIBDIR%%/rlm_linelog.la > %%LIBDIR%%/rlm_linelog.so > %%LIBDIR%%/rlm_logintime.a > %%LIBDIR%%/rlm_logintime.la > %%LIBDIR%%/rlm_logintime.so > %%LIBDIR%%/rlm_mschap.a > %%LIBDIR%%/rlm_mschap.la > %%LIBDIR%%/rlm_mschap.so > %%LIBDIR%%/rlm_otp.a > %%LIBDIR%%/rlm_otp.la > %%LIBDIR%%/rlm_otp.so > %%LIBDIR%%/rlm_pam.a > %%LIBDIR%%/rlm_pam.la > %%LIBDIR%%/rlm_pam.so > %%LIBDIR%%/rlm_pap.a > %%LIBDIR%%/rlm_pap.la > %%LIBDIR%%/rlm_pap.so > %%LIBDIR%%/rlm_passwd.a > %%LIBDIR%%/rlm_passwd.la > %%LIBDIR%%/rlm_passwd.so > %%PERL%%%%LIBDIR%%/rlm_perl.a > %%PERL%%%%LIBDIR%%/rlm_perl.la > %%PERL%%%%LIBDIR%%/rlm_perl.so > %%LIBDIR%%/rlm_preprocess.a > %%LIBDIR%%/rlm_preprocess.la > %%LIBDIR%%/rlm_preprocess.so > %%PYTHON%%%%LIBDIR%%/rlm_python3.a > %%PYTHON%%%%LIBDIR%%/rlm_python3.la > %%PYTHON%%%%LIBDIR%%/rlm_python3.so > %%LIBDIR%%/rlm_radutmp.a > %%LIBDIR%%/rlm_radutmp.la > %%LIBDIR%%/rlm_radutmp.so > %%LIBDIR%%/rlm_realm.a > %%LIBDIR%%/rlm_realm.la > %%LIBDIR%%/rlm_realm.so > %%LIBDIR%%/rlm_replicate.a > %%LIBDIR%%/rlm_replicate.la > %%LIBDIR%%/rlm_replicate.so > %%EXPM%%%%LIBDIR%%/rlm_smsotp.a > %%EXPM%%%%LIBDIR%%/rlm_smsotp.la > %%EXPM%%%%LIBDIR%%/rlm_smsotp.so > %%LIBDIR%%/rlm_soh.a > %%LIBDIR%%/rlm_soh.la > %%LIBDIR%%/rlm_soh.so > %%LIBDIR%%/rlm_sometimes.a > %%LIBDIR%%/rlm_sometimes.la > %%LIBDIR%%/rlm_sometimes.so > %%EXPM%%%%REDIS%%%%LIBDIR%%/rlm_redis.a > %%EXPM%%%%REDIS%%%%LIBDIR%%/rlm_redis.la > %%EXPM%%%%REDIS%%%%LIBDIR%%/rlm_redis.so > %%EXPM%%%%REDIS%%%%LIBDIR%%/rlm_rediswho.a > %%EXPM%%%%REDIS%%%%LIBDIR%%/rlm_rediswho.la > %%EXPM%%%%REDIS%%%%LIBDIR%%/rlm_rediswho.so > %%EXPM%%%%RUBY%%%%LIBDIR%%/rlm_ruby.a > %%EXPM%%%%RUBY%%%%LIBDIR%%/rlm_ruby.la > %%EXPM%%%%RUBY%%%%LIBDIR%%/rlm_ruby.so > %%LIBDIR%%/rlm_sql.a > %%LIBDIR%%/rlm_sql.la > %%LIBDIR%%/rlm_sql.so > %%EXPM%%%%FIREBIRD%%%%LIBDIR%%/rlm_sql_firebird.a > %%EXPM%%%%FIREBIRD%%%%LIBDIR%%/rlm_sql_firebird.la > %%EXPM%%%%FIREBIRD%%%%LIBDIR%%/rlm_sql_firebird.so > %%EXPM%%%%FREETDS%%%%LIBDIR%%/rlm_sql_freetds.a > %%EXPM%%%%FREETDS%%%%LIBDIR%%/rlm_sql_freetds.la > %%EXPM%%%%FREETDS%%%%LIBDIR%%/rlm_sql_freetds.so > %%MYSQL%%%%LIBDIR%%/rlm_sql_mysql.a > %%MYSQL%%%%LIBDIR%%/rlm_sql_mysql.la > %%MYSQL%%%%LIBDIR%%/rlm_sql_mysql.so > %%LIBDIR%%/rlm_sql_map.a > %%LIBDIR%%/rlm_sql_map.la > %%LIBDIR%%/rlm_sql_map.so > %%LIBDIR%%/rlm_totp.a > %%LIBDIR%%/rlm_totp.la > %%LIBDIR%%/rlm_totp.so > %%LIBDIR%%/rlm_sql_null.a > %%LIBDIR%%/rlm_sql_null.la > %%LIBDIR%%/rlm_sql_null.so > %%PGSQL%%%%LIBDIR%%/rlm_sql_postgresql.a > %%PGSQL%%%%LIBDIR%%/rlm_sql_postgresql.la > %%PGSQL%%%%LIBDIR%%/rlm_sql_postgresql.so > %%EXPM%%%%REST%%%%LIBDIR%%/rlm_rest.a > %%EXPM%%%%REST%%%%LIBDIR%%/rlm_rest.la > %%EXPM%%%%REST%%%%LIBDIR%%/rlm_rest.so > %%UNIXODBC%%%%LIBDIR%%/rlm_sql_unixodbc.a > %%UNIXODBC%%%%LIBDIR%%/rlm_sql_unixodbc.la > %%UNIXODBC%%%%LIBDIR%%/rlm_sql_unixodbc.so > %%LIBDIR%%/rlm_sqlcounter.a > %%LIBDIR%%/rlm_sqlcounter.la > %%LIBDIR%%/rlm_sqlcounter.so > %%EXPM%%%%LIBDIR%%/rlm_sqlhpwippool.a > %%EXPM%%%%LIBDIR%%/rlm_sqlhpwippool.la > %%EXPM%%%%LIBDIR%%/rlm_sqlhpwippool.so > %%LIBDIR%%/rlm_sqlippool.a > %%LIBDIR%%/rlm_sqlippool.la > %%LIBDIR%%/rlm_sqlippool.so > %%SQLITE3%%%%LIBDIR%%/rlm_sql_sqlite.a > %%SQLITE3%%%%LIBDIR%%/rlm_sql_sqlite.la > %%SQLITE3%%%%LIBDIR%%/rlm_sql_sqlite.so > %%UNBOUND%%%%LIBDIR%%/rlm_unbound.a > %%UNBOUND%%%%LIBDIR%%/rlm_unbound.la > %%UNBOUND%%%%LIBDIR%%/rlm_unbound.so > %%UNBOUND%%man/man5/rlm_unbound.5.gz > %%LIBDIR%%/rlm_test.a > %%LIBDIR%%/rlm_test.la > %%LIBDIR%%/rlm_test.so > %%LIBDIR%%/rlm_unix.a > %%LIBDIR%%/rlm_unix.la > %%LIBDIR%%/rlm_unix.so > %%LIBDIR%%/rlm_unpack.a > %%LIBDIR%%/rlm_unpack.la > %%LIBDIR%%/rlm_unpack.so > %%LIBDIR%%/rlm_utf8.a > %%LIBDIR%%/rlm_utf8.la > %%LIBDIR%%/rlm_utf8.so > %%LIBDIR%%/rlm_wimax.a > %%LIBDIR%%/rlm_wimax.la > %%LIBDIR%%/rlm_wimax.so > man/man1/dhcpclient.1.gz > man/man1/rad_counter.1.gz > man/man1/radclient.1.gz > man/man1/radeapclient.1.gz > man/man1/radlast.1.gz > man/man1/radtest.1.gz > man/man1/radwho.1.gz > man/man1/radzap.1.gz > man/man1/smbencrypt.1.gz > man/man5/checkrad.5.gz > man/man5/clients.conf.5.gz > man/man5/dictionary.5.gz > man/man5/radiusd.conf.5.gz > man/man5/radrelay.conf.5.gz > man/man5/rlm_always.5.gz > man/man5/rlm_attr_filter.5.gz > man/man5/rlm_chap.5.gz > man/man5/rlm_counter.5.gz > man/man5/rlm_detail.5.gz > man/man5/rlm_digest.5.gz > man/man5/rlm_expr.5.gz > man/man5/rlm_files.5.gz > man/man5/rlm_idn.5.gz > man/man5/rlm_mschap.5.gz > man/man5/rlm_pap.5.gz > man/man5/rlm_passwd.5.gz > man/man5/rlm_realm.5.gz > man/man5/rlm_sql.5.gz > man/man5/rlm_unix.5.gz > man/man5/unlang.5.gz > man/man5/users.5.gz > man/man8/radcrypt.8.gz > man/man8/raddebug.8.gz > man/man8/radiusd.8.gz > man/man8/radmin.8.gz > man/man8/radrelay.8.gz > man/man8/radsniff.8.gz > man/man8/radsqlrelay.8.gz > man/man8/rlm_ippool_tool.8.gz > man/man8/rlm_sqlippool_tool.8.gz > sbin/checkrad > sbin/raddebug > sbin/radiusd > sbin/radmin > %%PORTDOCS%%%%DOCSDIR%%/ChangeLog > %%PORTDOCS%%%%DOCSDIR%%/Makefile.sphinx > %%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/antora/antora.yml >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/ROOT/assets/images/favicon.png >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/ROOT/assets/images/favicon.svg >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/ROOT/assets/images/networkradius.png >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/ROOT/nav.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/ROOT/pages/directories.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/ROOT/pages/index.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/nav.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/index.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/enable.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/index.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/policy.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/policy_common_options.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/policy_device_options.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/policy_ippool_access.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/policy_ippool_creation.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/policy_network_options.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/policy_subnet_options.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/prepare.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/test.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/proxy/enable_proxy_protocol.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/proxy/enable_radsec.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/proxy/index.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/proxy/radsec_client.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/proxy/radsec_with_haproxy.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/proxy/radsec_with_traefik.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/installation/nav.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/installation/pages/dependencies.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/installation/pages/index.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/installation/pages/packages.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/installation/pages/source.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/installation/pages/upgrade.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/nav.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/attr.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/break.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/case.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/and.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/cmp.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/eq.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/index.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/not.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/operands.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/or.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/para.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/regex.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/return_codes.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/default.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/else.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/elsif.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/foreach.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/group.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/if.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/index.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/keywords.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/list.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/load-balance.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/module.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/module_builtin.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/module_method.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/redundant-load-balance.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/redundant.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/return.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/return_codes.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/switch.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/all_types.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/double.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/index.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/ip.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/numb.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/string/backticks.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/string/double.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/string/escaping.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/string/single.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/string/unquoted.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/update.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/xlat/alternation.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/xlat/attribute.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/xlat/builtin.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/xlat/character.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/xlat/index.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/xlat/module.adoc >+%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/partials/rcode_table.adoc > %%PORTDOCS%%%%DOCSDIR%%/bugs > %%PORTDOCS%%%%DOCSDIR%%/concepts/aaa.rst > %%PORTDOCS%%%%DOCSDIR%%/concepts/proxy.rst > %%PORTDOCS%%%%DOCSDIR%%/configuration/acct_type.rst > %%PORTDOCS%%%%DOCSDIR%%/configuration/autz_type.rst > %%PORTDOCS%%%%DOCSDIR%%/configuration/configurable_failover.rst > %%PORTDOCS%%%%DOCSDIR%%/configuration/dynamic_home_servers.md > %%PORTDOCS%%%%DOCSDIR%%/configuration/load_balance.rst > %%PORTDOCS%%%%DOCSDIR%%/configuration/post_auth_type > %%PORTDOCS%%%%DOCSDIR%%/configuration/session_type > %%PORTDOCS%%%%DOCSDIR%%/configuration/simultaneous_use > %%PORTDOCS%%%%DOCSDIR%%/configuration/snmp > %%PORTDOCS%%%%DOCSDIR%%/configuration/variables.rst > %%PORTDOCS%%%%DOCSDIR%%/deployment/CYGWIN.rst > %%PORTDOCS%%%%DOCSDIR%%/deployment/MACOSX > %%PORTDOCS%%%%DOCSDIR%%/deployment/OS2 > %%PORTDOCS%%%%DOCSDIR%%/deployment/performance-testing > %%PORTDOCS%%%%DOCSDIR%%/deployment/supervise-radiusd.rst > %%PORTDOCS%%%%DOCSDIR%%/deployment/tuning_guide > %%PORTDOCS%%%%DOCSDIR%%/developer/coding-methods.rst > %%PORTDOCS%%%%DOCSDIR%%/developer/contributing.rst > %%PORTDOCS%%%%DOCSDIR%%/developer/module_interface.rst > %%PORTDOCS%%%%DOCSDIR%%/developer/release-method.rst > %%PORTDOCS%%%%DOCSDIR%%/index.rst > %%PORTDOCS%%%%DOCSDIR%%/modules/RADIUS-LDAP-eDirectory > %%PORTDOCS%%%%DOCSDIR%%/modules/ldap_howto.rst > %%PORTDOCS%%%%DOCSDIR%%/modules/mschap.rst > %%PORTDOCS%%%%DOCSDIR%%/modules/rlm_dbm > %%PORTDOCS%%%%DOCSDIR%%/modules/rlm_eap > %%PORTDOCS%%%%DOCSDIR%%/modules/rlm_expiration > %%PORTDOCS%%%%DOCSDIR%%/modules/rlm_krb5 > %%PORTDOCS%%%%DOCSDIR%%/modules/rlm_pam > %%PORTDOCS%%%%DOCSDIR%%/modules/rlm_passwd > %%PORTDOCS%%%%DOCSDIR%%/modules/rlm_python > %%PORTDOCS%%%%DOCSDIR%%/modules/rlm_soh > %%PORTDOCS%%%%DOCSDIR%%/modules/rlm_sql > %%PORTDOCS%%%%DOCSDIR%%/modules/rlm_sqlcounter > %%PORTDOCS%%%%DOCSDIR%%/modules/rlm_sqlippool > %%PORTDOCS%%%%DOCSDIR%%/rfc/Makefile > %%PORTDOCS%%%%DOCSDIR%%/rfc/attributes.html > %%PORTDOCS%%%%DOCSDIR%%/rfc/draft-kamath-pppext-eap-mschapv2-00.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/draft-sterman-aaa-sip-00.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/genref.pl >+%%PORTDOCS%%%%DOCSDIR%%/rfc/leap.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/per-rfc.pl > %%PORTDOCS%%%%DOCSDIR%%/rfc/rewrite.pl > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc1157.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc1227.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc1448.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc1901.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc1905.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2243.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2284.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2289.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2433.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2548.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2607.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2618.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2619.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2620.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2621.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2716.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2759.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2809.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2865.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2866.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2867.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2868.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2869.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc2924.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc3079.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc3162.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc3539.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc3575.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc3576.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc3579.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc3580.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc3748.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc4072.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc4186.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc4282.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc4372.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc4590.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc4668.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc4669.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc4670.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc4671.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc4672.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc4673.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc4675.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc4679.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc4818.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc4849.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc5080.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc5090.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc5176.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc5247.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc5281.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc5580.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc5607.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc5904.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc5931.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc5997.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc6158.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc6519.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc6572.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc6613.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc6614.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc6677.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc6911.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc6929.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc6930.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc7055.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc7268.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc7542.txt > %%PORTDOCS%%%%DOCSDIR%%/rfc/rfc7599.txt > %%PORTDOCS%%%%DOCSDIR%%/schemas/ldap/edir/freeradius-clients.ldif > %%PORTDOCS%%%%DOCSDIR%%/schemas/ldap/iplanet/freeradius.ldif > %%PORTDOCS%%%%DOCSDIR%%/schemas/ldap/iplanet/freeradius.schema > %%PORTDOCS%%%%DOCSDIR%%/schemas/ldap/openldap/freeradius-clients.ldif > %%PORTDOCS%%%%DOCSDIR%%/schemas/ldap/openldap/freeradius-clients.schema > %%PORTDOCS%%%%DOCSDIR%%/schemas/ldap/openldap/freeradius.ldif > %%PORTDOCS%%%%DOCSDIR%%/schemas/ldap/openldap/freeradius.schema > %%PORTDOCS%%%%DOCSDIR%%/schemas/ldap/samba/README.txt > %%PORTDOCS%%%%DOCSDIR%%/schemas/ldap/samba/freeradius-attrs.ldif > %%PORTDOCS%%%%DOCSDIR%%/schemas/ldap/samba/freeradius-classes.ldif > %%PORTDOCS%%%%DOCSDIR%%/schemas/ldap/samba/freeradius-clients-attrs.ldif > %%PORTDOCS%%%%DOCSDIR%%/schemas/ldap/samba/freeradius-clients-classes.ldif > %%PORTDOCS%%%%DOCSDIR%%/schemas/ldap/samba/freeradius-user.ldif > %%PORTDOCS%%%%DOCSDIR%%/schemas/logstash/README > %%PORTDOCS%%%%DOCSDIR%%/schemas/logstash/radius-mapping.sh > %%PORTDOCS%%%%DOCSDIR%%/schemas/logstash/kibana4-dashboard.json > %%PORTDOCS%%%%DOCSDIR%%/schemas/logstash/log-courier.conf > %%PORTDOCS%%%%DOCSDIR%%/schemas/logstash/logstash-radius.conf > %%PORTDOCS%%%%DOCSDIR%%/schemas/sql > %%PORTDOCS%%%%DOCSDIR%%/vendor/ascend > %%PORTDOCS%%%%DOCSDIR%%/vendor/bay > %%PORTDOCS%%%%DOCSDIR%%/vendor/cisco.rst > %%PORTDOCS%%%%DOCSDIR%%/vendor/proxim >-%%PORTDOCS%%%%DOCSDIR%%/antora/antora.yml >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/ROOT/assets/images/favicon.png >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/ROOT/assets/images/favicon.svg >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/ROOT/assets/images/networkradius.png >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/ROOT/nav.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/ROOT/pages/directories.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/ROOT/pages/index.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/nav.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/index.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/enable.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/index.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/policy.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/policy_common_options.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/policy_device_options.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/policy_ippool_access.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/policy_ippool_creation.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/policy_network_options.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/policy_subnet_options.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/prepare.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/howto/pages/protocols/dhcp/test.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/installation/nav.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/installation/pages/dependencies.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/installation/pages/index.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/installation/pages/packages.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/installation/pages/source.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/installation/pages/upgrade.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/nav.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/attr.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/break.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/case.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/and.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/cmp.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/eq.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/index.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/not.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/operands.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/or.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/para.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/regex.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/condition/return_codes.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/default.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/else.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/elsif.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/foreach.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/group.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/if.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/index.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/keywords.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/list.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/load-balance.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/module.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/module_builtin.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/module_method.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/redundant-load-balance.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/redundant.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/return.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/return_codes.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/switch.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/all_types.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/double.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/index.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/ip.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/numb.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/string/backticks.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/string/double.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/string/escaping.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/string/single.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/type/string/unquoted.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/update.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/xlat/alternation.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/xlat/attribute.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/xlat/builtin.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/xlat/character.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/xlat/index.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/pages/xlat/module.adoc >-%%PORTDOCS%%%%DOCSDIR%%/antora/modules/unlang/partials/rcode_table.adoc >-%%PORTDOCS%%%%DOCSDIR%%/rfc/leap.txt > %%EXAMPLESDIR%%/raddb/README.rst > %%EXAMPLESDIR%%/raddb/certs/01.pem > %%EXAMPLESDIR%%/raddb/certs/02.pem > %%EXAMPLESDIR%%/raddb/certs/Makefile > %%EXAMPLESDIR%%/raddb/certs/README.md > %%EXAMPLESDIR%%/raddb/certs/bootstrap > %%EXAMPLESDIR%%/raddb/certs/ca.cnf > %%EXAMPLESDIR%%/raddb/certs/ca.crl > %%EXAMPLESDIR%%/raddb/certs/ca.der > %%EXAMPLESDIR%%/raddb/certs/ca.key > %%EXAMPLESDIR%%/raddb/certs/ca.pem > %%EXAMPLESDIR%%/raddb/certs/client.cnf > %%EXAMPLESDIR%%/raddb/certs/client.crt > %%EXAMPLESDIR%%/raddb/certs/client.csr > %%EXAMPLESDIR%%/raddb/certs/client.key > %%EXAMPLESDIR%%/raddb/certs/client.p12 > %%EXAMPLESDIR%%/raddb/certs/client.pem > %%EXAMPLESDIR%%/raddb/certs/dh > %%EXAMPLESDIR%%/raddb/certs/index.txt > %%EXAMPLESDIR%%/raddb/certs/index.txt.attr > %%EXAMPLESDIR%%/raddb/certs/index.txt.attr.old > %%EXAMPLESDIR%%/raddb/certs/index.txt.old > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/certs/inner-server.cnf > %%EXAMPLESDIR%%/raddb/certs/passwords.mk > %%EXAMPLESDIR%%/raddb/certs/serial > %%EXAMPLESDIR%%/raddb/certs/serial.old > %%EXAMPLESDIR%%/raddb/certs/server.cnf > %%EXAMPLESDIR%%/raddb/certs/server.crt > %%EXAMPLESDIR%%/raddb/certs/server.csr > %%EXAMPLESDIR%%/raddb/certs/server.key > %%EXAMPLESDIR%%/raddb/certs/server.p12 > %%EXAMPLESDIR%%/raddb/certs/server.pem > %%EXAMPLESDIR%%/raddb/certs/user@example.org.pem > %%EXAMPLESDIR%%/raddb/certs/xpextensions > %%EXAMPLESDIR%%/raddb/clients.conf > %%EXAMPLESDIR%%/raddb/dictionary > %%EXAMPLESDIR%%/raddb/experimental.conf > %%EXAMPLESDIR%%/raddb/hints > %%EXAMPLESDIR%%/raddb/huntgroups > %%EXAMPLESDIR%%/raddb/mods-available/README.rst > %%EXAMPLESDIR%%/raddb/mods-available/abfab_psk_sql > %%EXAMPLESDIR%%/raddb/mods-available/always > %%EXAMPLESDIR%%/raddb/mods-available/attr_filter > %%EXAMPLESDIR%%/raddb/mods-available/cache > %%EXAMPLESDIR%%/raddb/mods-available/cache_eap > %%EXAMPLESDIR%%/raddb/mods-available/chap > %%EXAMPLESDIR%%/raddb/mods-available/couchbase > %%EXAMPLESDIR%%/raddb/mods-available/counter > %%EXAMPLESDIR%%/raddb/mods-available/cui > %%EXAMPLESDIR%%/raddb/mods-available/date > %%EXAMPLESDIR%%/raddb/mods-available/detail > %%EXAMPLESDIR%%/raddb/mods-available/detail.example.com > %%EXAMPLESDIR%%/raddb/mods-available/detail.log > %%EXAMPLESDIR%%/raddb/mods-available/dhcp > %%EXAMPLESDIR%%/raddb/mods-available/dhcp_sqlippool > %%EXAMPLESDIR%%/raddb/mods-available/digest > %%EXAMPLESDIR%%/raddb/mods-available/dynamic_clients > %%EXAMPLESDIR%%/raddb/mods-available/eap > %%EXAMPLESDIR%%/raddb/mods-available/echo > %%EXAMPLESDIR%%/raddb/mods-available/etc_group > %%EXAMPLESDIR%%/raddb/mods-available/exec > %%EXAMPLESDIR%%/raddb/mods-available/expiration > %%EXAMPLESDIR%%/raddb/mods-available/expr > %%EXAMPLESDIR%%/raddb/mods-available/files > %%EXAMPLESDIR%%/raddb/mods-available/idn > %%EXAMPLESDIR%%/raddb/mods-available/inner-eap > %%EXAMPLESDIR%%/raddb/mods-available/ippool > %%EXAMPLESDIR%%/raddb/mods-available/krb5 > %%EXAMPLESDIR%%/raddb/mods-available/ldap > %%EXAMPLESDIR%%/raddb/mods-available/linelog > %%EXAMPLESDIR%%/raddb/mods-available/logintime > %%EXAMPLESDIR%%/raddb/mods-available/mac2ip > %%EXAMPLESDIR%%/raddb/mods-available/mac2vlan > %%EXAMPLESDIR%%/raddb/mods-available/mschap > %%EXAMPLESDIR%%/raddb/mods-available/moonshot-targeted-ids > %%EXAMPLESDIR%%/raddb/mods-available/ntlm_auth > %%EXAMPLESDIR%%/raddb/mods-available/opendirectory > %%EXAMPLESDIR%%/raddb/mods-available/otp > %%EXAMPLESDIR%%/raddb/mods-available/pam > %%EXAMPLESDIR%%/raddb/mods-available/pap > %%EXAMPLESDIR%%/raddb/mods-available/passwd > %%EXAMPLESDIR%%/raddb/mods-available/perl > %%EXAMPLESDIR%%/raddb/mods-available/preprocess > %%EXAMPLESDIR%%/raddb/mods-available/python > %%EXAMPLESDIR%%/raddb/mods-available/python3 > %%EXAMPLESDIR%%/raddb/mods-available/radutmp > %%EXAMPLESDIR%%/raddb/mods-available/realm > %%EXAMPLESDIR%%/raddb/mods-available/redis > %%EXAMPLESDIR%%/raddb/mods-available/rediswho > %%EXAMPLESDIR%%/raddb/mods-available/replicate > %%EXAMPLESDIR%%/raddb/mods-available/rest > %%EXAMPLESDIR%%/raddb/mods-available/smbpasswd > %%EXAMPLESDIR%%/raddb/mods-available/smsotp > %%EXAMPLESDIR%%/raddb/mods-available/soh > %%EXAMPLESDIR%%/raddb/mods-available/sometimes > %%EXAMPLESDIR%%/raddb/mods-available/sql > %%EXAMPLESDIR%%/raddb/mods-available/sqlcounter > %%EXAMPLESDIR%%/raddb/mods-available/sqlippool > %%EXAMPLESDIR%%/raddb/mods-available/sradutmp > %%EXAMPLESDIR%%/raddb/mods-available/unbound > %%EXAMPLESDIR%%/raddb/mods-available/unix > %%EXAMPLESDIR%%/raddb/mods-available/unpack > %%EXAMPLESDIR%%/raddb/mods-available/utf8 > %%EXAMPLESDIR%%/raddb/mods-available/wimax > %%EXAMPLESDIR%%/raddb/mods-available/yubikey > %%EXAMPLESDIR%%/raddb/mods-config/README.rst > %%EXAMPLESDIR%%/raddb/mods-config/attr_filter/access_challenge > %%EXAMPLESDIR%%/raddb/mods-config/attr_filter/access_reject > %%EXAMPLESDIR%%/raddb/mods-config/attr_filter/accounting_response > %%EXAMPLESDIR%%/raddb/mods-config/attr_filter/post-proxy > %%EXAMPLESDIR%%/raddb/mods-config/attr_filter/pre-proxy > %%EXAMPLESDIR%%/raddb/mods-config/files/accounting > %%EXAMPLESDIR%%/raddb/mods-config/files/authorize > %%EXAMPLESDIR%%/raddb/mods-config/files/pre-proxy > %%PERL%%%%EXAMPLESDIR%%/raddb/mods-config/perl/example.pl > %%EXAMPLESDIR%%/raddb/mods-config/preprocess/hints > %%EXAMPLESDIR%%/raddb/mods-config/preprocess/huntgroups > %%PYTHON%%%%EXAMPLESDIR%%/raddb/mods-config/python3/example.py > %%PYTHON%%%%EXAMPLESDIR%%/raddb/mods-config/python3/radiusd.py > %%EXAMPLESDIR%%/raddb/mods-config/sql/counter/mysql/dailycounter.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/counter/mysql/expire_on_login.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/counter/mysql/monthlycounter.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/counter/mysql/noresetcounter.conf >+%%EXAMPLESDIR%%/raddb/mods-config/sql/counter/mysql/weeklycounter.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/counter/postgresql/dailycounter.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/counter/postgresql/expire_on_login.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/counter/postgresql/monthlycounter.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/counter/postgresql/noresetcounter.conf >+%%EXAMPLESDIR%%/raddb/mods-config/sql/counter/postgresql/weeklycounter.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/counter/sqlite/dailycounter.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/counter/sqlite/expire_on_login.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/counter/sqlite/monthlycounter.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/counter/sqlite/noresetcounter.conf >+%%EXAMPLESDIR%%/raddb/mods-config/sql/counter/sqlite/weeklycounter.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/cui/mysql/queries.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/cui/mysql/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/cui/postgresql/queries.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/cui/postgresql/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/cui/sqlite/queries.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/cui/sqlite/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool-dhcp/mysql/queries.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool-dhcp/mysql/schema.sql > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/ippool-dhcp/oracle/queries.conf > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/ippool-dhcp/oracle/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool-dhcp/sqlite/queries.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool-dhcp/sqlite/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool/mongo/queries.conf > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/dhcp/mssql/schema.sql > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/dhcp/mysql/queries.conf > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/dhcp/mysql/schema.sql > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/dhcp/mysql/setup.sql > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/dhcp/oracle/queries.conf > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/dhcp/oracle/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/dhcp/postgresql/queries.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/dhcp/postgresql/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/dhcp/postgresql/setup.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/dhcp/sqlite/queries.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/dhcp/sqlite/schema.sql > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/ippool-dhcp/mssql/procedure.sql > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/ippool-dhcp/mssql/queries.conf > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/ippool-dhcp/mssql/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool-dhcp/mysql/procedure-no-skip-locked.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool-dhcp/mysql/procedure.sql > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/ippool-dhcp/oracle/procedure.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool-dhcp/postgresql/procedure.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool-dhcp/postgresql/queries.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool-dhcp/postgresql/schema.sql > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/ippool/mssql/procedure.sql > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/ippool/mssql/queries.conf > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/ippool/mssql/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool/mysql/procedure-no-skip-locked.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool/mysql/procedure.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool/mysql/queries.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool/mysql/schema.sql > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/ippool/oracle/procedure.sql > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/ippool/oracle/queries.conf > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/ippool/oracle/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool/postgresql/procedure.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool/postgresql/queries.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool/postgresql/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool/sqlite/queries.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/ippool/sqlite/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/main/mongo/queries.conf > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/main/mssql/process-radacct.sql > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/main/mssql/queries.conf > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/main/mssql/schema.sql > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/main/mysql/extras/wimax/queries.conf > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/main/mysql/extras/wimax/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/main/mysql/process-radacct.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/main/mysql/queries.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/main/mysql/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/main/mysql/setup.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/main/ndb/README > %%EXAMPLESDIR%%/raddb/mods-config/sql/main/ndb/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/main/ndb/setup.sql > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/main/oracle/process-radacct.sql > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/main/oracle/queries.conf > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/main/oracle/schema.sql > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/main/postgresql/extras/cisco_h323_db_schema.sql > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/main/postgresql/extras/voip-postpaid.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/main/postgresql/process-radacct.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/main/postgresql/queries.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/main/postgresql/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/main/postgresql/setup.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/main/sqlite/process-radacct-refresh.sh > %%EXAMPLESDIR%%/raddb/mods-config/sql/main/sqlite/process-radacct-schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/main/sqlite/queries.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/main/sqlite/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/mysql/queries.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/mysql/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/postgresql/queries.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/postgresql/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/sqlite/queries.conf > %%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/sqlite/schema.sql > %%EXAMPLESDIR%%/raddb/mods-config/unbound/default.conf > %%EXAMPLESDIR%%/raddb/mods-enabled/always > %%EXAMPLESDIR%%/raddb/mods-enabled/attr_filter > %%EXAMPLESDIR%%/raddb/mods-enabled/cache_eap > %%EXAMPLESDIR%%/raddb/mods-enabled/chap > %%EXAMPLESDIR%%/raddb/mods-enabled/date > %%EXAMPLESDIR%%/raddb/mods-enabled/detail > %%EXAMPLESDIR%%/raddb/mods-enabled/detail.log > %%EXAMPLESDIR%%/raddb/mods-enabled/digest > %%EXAMPLESDIR%%/raddb/mods-enabled/dynamic_clients > %%EXAMPLESDIR%%/raddb/mods-enabled/eap > %%EXAMPLESDIR%%/raddb/mods-enabled/echo > %%EXAMPLESDIR%%/raddb/mods-enabled/exec > %%EXAMPLESDIR%%/raddb/mods-enabled/expiration > %%EXAMPLESDIR%%/raddb/mods-enabled/expr > %%EXAMPLESDIR%%/raddb/mods-enabled/files > %%EXAMPLESDIR%%/raddb/mods-enabled/linelog > %%EXAMPLESDIR%%/raddb/mods-enabled/logintime > %%EXAMPLESDIR%%/raddb/mods-enabled/mschap > %%EXAMPLESDIR%%/raddb/mods-enabled/ntlm_auth > %%EXAMPLESDIR%%/raddb/mods-enabled/pap > %%EXAMPLESDIR%%/raddb/mods-enabled/passwd > %%EXAMPLESDIR%%/raddb/mods-enabled/preprocess > %%EXAMPLESDIR%%/raddb/mods-enabled/radutmp > %%EXAMPLESDIR%%/raddb/mods-enabled/realm > %%EXAMPLESDIR%%/raddb/mods-enabled/replicate > %%EXAMPLESDIR%%/raddb/mods-enabled/soh > %%EXAMPLESDIR%%/raddb/mods-enabled/sradutmp > %%EXAMPLESDIR%%/raddb/mods-enabled/totp > %%EXAMPLESDIR%%/raddb/mods-enabled/unix > %%EXAMPLESDIR%%/raddb/mods-enabled/unpack > %%EXAMPLESDIR%%/raddb/mods-enabled/utf8 > %%EXAMPLESDIR%%/raddb/panic.gdb > %%EXAMPLESDIR%%/raddb/policy.d/abfab-tr > %%EXAMPLESDIR%%/raddb/policy.d/accounting > %%EXAMPLESDIR%%/raddb/policy.d/canonicalization > %%EXAMPLESDIR%%/raddb/policy.d/control > %%EXAMPLESDIR%%/raddb/policy.d/cui > %%EXAMPLESDIR%%/raddb/policy.d/debug > %%EXAMPLESDIR%%/raddb/policy.d/dhcp > %%EXAMPLESDIR%%/raddb/policy.d/eap > %%EXAMPLESDIR%%/raddb/policy.d/filter > %%EXAMPLESDIR%%/raddb/policy.d/moonshot-targeted-ids > %%EXAMPLESDIR%%/raddb/policy.d/operator-name > %%EXAMPLESDIR%%/raddb/policy.d/rfc7542 > %%EXAMPLESDIR%%/raddb/proxy.conf > %%EXAMPLESDIR%%/raddb/radiusd.conf > %%EXAMPLESDIR%%/raddb/sites-available/README > %%EXAMPLESDIR%%/raddb/sites-available/abfab-tls > %%EXAMPLESDIR%%/raddb/sites-available/abfab-tr-idp > %%EXAMPLESDIR%%/raddb/sites-available/buffered-sql > %%EXAMPLESDIR%%/raddb/sites-available/challenge > %%EXAMPLESDIR%%/raddb/sites-available/channel_bindings > %%EXAMPLESDIR%%/raddb/sites-available/check-eap-tls > %%EXAMPLESDIR%%/raddb/sites-available/coa > %%EXAMPLESDIR%%/raddb/sites-available/coa-relay > %%EXAMPLESDIR%%/raddb/sites-available/control-socket > %%EXAMPLESDIR%%/raddb/sites-available/copy-acct-to-home-server > %%EXAMPLESDIR%%/raddb/sites-available/decoupled-accounting > %%EXAMPLESDIR%%/raddb/sites-available/default > %%EXAMPLESDIR%%/raddb/sites-available/dhcp > %%EXAMPLESDIR%%/raddb/sites-available/dhcp.relay > %%EXAMPLESDIR%%/raddb/sites-available/dynamic-clients > %%EXAMPLESDIR%%/raddb/sites-available/example > %%EXAMPLESDIR%%/raddb/sites-available/inner-tunnel > %%EXAMPLESDIR%%/raddb/sites-available/originate-coa > %%EXAMPLESDIR%%/raddb/sites-available/proxy-inner-tunnel > %%EXAMPLESDIR%%/raddb/sites-available/resource-check > %%EXAMPLESDIR%%/raddb/sites-available/robust-proxy-accounting > %%EXAMPLESDIR%%/raddb/sites-available/soh > %%EXAMPLESDIR%%/raddb/sites-available/status > %%EXAMPLESDIR%%/raddb/sites-available/totp > %%EXAMPLESDIR%%/raddb/sites-available/tls > %%EXAMPLESDIR%%/raddb/sites-available/virtual.example.com > %%EXAMPLESDIR%%/raddb/sites-available/vmps > %%EXAMPLESDIR%%/raddb/sites-enabled/default > %%EXAMPLESDIR%%/raddb/sites-enabled/inner-tunnel > %%EXAMPLESDIR%%/raddb/templates.conf > %%EXAMPLESDIR%%/raddb/trigger.conf > %%EXAMPLESDIR%%/raddb/users > %%EXAMPLESDIR%%/raddb/certs/user@example.org.p12 > %%EXAMPLESDIR%%/raddb/mods-available/dhcp_files > %%EXAMPLESDIR%%/raddb/mods-available/dhcp_passwd > %%EXAMPLESDIR%%/raddb/mods-available/dhcp_sql > %%EXAMPLESDIR%%/raddb/mods-available/sql_map > %%EXAMPLESDIR%%/raddb/mods-available/totp > %%EXAMPLESDIR%%/raddb/mods-config/attr_filter/coa > %%EXAMPLESDIR%%/raddb/mods-config/files/dhcp > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/raddb/mods-config/sql/dhcp/mssql/queries.conf > %%DATADIR%%/dictionary > %%DATADIR%%/dictionary.3com > %%DATADIR%%/dictionary.3gpp > %%DATADIR%%/dictionary.3gpp2 > %%DATADIR%%/dictionary.acc > %%DATADIR%%/dictionary.acme > %%DATADIR%%/dictionary.actelis > %%DATADIR%%/dictionary.adtran > %%DATADIR%%/dictionary.aerohive > %%DATADIR%%/dictionary.airespace > %%DATADIR%%/dictionary.alcatel > %%DATADIR%%/dictionary.alcatel-lucent.aaa > %%DATADIR%%/dictionary.alcatel.esam > %%DATADIR%%/dictionary.alcatel.sr > %%DATADIR%%/dictionary.alteon > %%DATADIR%%/dictionary.altiga > %%DATADIR%%/dictionary.alvarion > %%DATADIR%%/dictionary.alvarion.wimax.v2_2 > %%DATADIR%%/dictionary.apc > %%DATADIR%%/dictionary.aptilo > %%DATADIR%%/dictionary.aptis > %%DATADIR%%/dictionary.arbor > %%DATADIR%%/dictionary.arista > %%DATADIR%%/dictionary.aruba > %%DATADIR%%/dictionary.ascend > %%DATADIR%%/dictionary.ascend.illegal > %%DATADIR%%/dictionary.asn > %%DATADIR%%/dictionary.audiocodes > %%DATADIR%%/dictionary.avaya > %%DATADIR%%/dictionary.azaire > %%DATADIR%%/dictionary.bay > %%DATADIR%%/dictionary.bigswitch > %%DATADIR%%/dictionary.bintec > %%DATADIR%%/dictionary.bluecoat > %%DATADIR%%/dictionary.boingo > %%DATADIR%%/dictionary.bristol > %%DATADIR%%/dictionary.broadsoft > %%DATADIR%%/dictionary.brocade > %%DATADIR%%/dictionary.bskyb > %%DATADIR%%/dictionary.bt > %%DATADIR%%/dictionary.cablelabs > %%DATADIR%%/dictionary.cabletron >+%%DATADIR%%/dictionary.cambium > %%DATADIR%%/dictionary.camiant > %%DATADIR%%/dictionary.centec > %%DATADIR%%/dictionary.checkpoint > %%DATADIR%%/dictionary.chillispot > %%DATADIR%%/dictionary.cisco > %%DATADIR%%/dictionary.cisco.asa > %%DATADIR%%/dictionary.cisco.bbsm > %%DATADIR%%/dictionary.cisco.vpn3000 > %%DATADIR%%/dictionary.cisco.vpn5000 > %%DATADIR%%/dictionary.citrix > %%DATADIR%%/dictionary.clavister > %%DATADIR%%/dictionary.cnergee > %%DATADIR%%/dictionary.colubris > %%DATADIR%%/dictionary.columbia_university > %%DATADIR%%/dictionary.compat > %%DATADIR%%/dictionary.compatible > %%DATADIR%%/dictionary.cosine > %%DATADIR%%/dictionary.dante > %%DATADIR%%/dictionary.dellemc > %%DATADIR%%/dictionary.dhcp > %%DATADIR%%/dictionary.digium > %%DATADIR%%/dictionary.dlink > %%DATADIR%%/dictionary.dragonwave > %%DATADIR%%/dictionary.efficientip > %%DATADIR%%/dictionary.eltex > %%DATADIR%%/dictionary.epygi > %%DATADIR%%/dictionary.equallogic > %%DATADIR%%/dictionary.ericsson > %%DATADIR%%/dictionary.ericsson.ab > %%DATADIR%%/dictionary.ericsson.packet.core.networks > %%DATADIR%%/dictionary.erx > %%DATADIR%%/dictionary.extreme > %%DATADIR%%/dictionary.f5 > %%DATADIR%%/dictionary.fdxtended > %%DATADIR%%/dictionary.force10 > %%DATADIR%%/dictionary.fortinet > %%DATADIR%%/dictionary.foundry > %%DATADIR%%/dictionary.freedhcp > %%DATADIR%%/dictionary.freeradius > %%DATADIR%%/dictionary.freeradius.internal > %%DATADIR%%/dictionary.freeswitch > %%DATADIR%%/dictionary.gandalf > %%DATADIR%%/dictionary.garderos > %%DATADIR%%/dictionary.gemtek > %%DATADIR%%/dictionary.h3c > %%DATADIR%%/dictionary.hillstone > %%DATADIR%%/dictionary.hp > %%DATADIR%%/dictionary.huawei > %%DATADIR%%/dictionary.iana > %%DATADIR%%/dictionary.iea > %%DATADIR%%/dictionary.infinera > %%DATADIR%%/dictionary.infoblox > %%DATADIR%%/dictionary.infonet > %%DATADIR%%/dictionary.ipunplugged > %%DATADIR%%/dictionary.issanni > %%DATADIR%%/dictionary.itk > %%DATADIR%%/dictionary.juniper > %%DATADIR%%/dictionary.karlnet > %%DATADIR%%/dictionary.kineto > %%DATADIR%%/dictionary.lancom > %%DATADIR%%/dictionary.lantronix > %%DATADIR%%/dictionary.livingston > %%DATADIR%%/dictionary.localweb > %%DATADIR%%/dictionary.lucent > %%DATADIR%%/dictionary.manzara > %%DATADIR%%/dictionary.meinberg > %%DATADIR%%/dictionary.meraki > %%DATADIR%%/dictionary.merit > %%DATADIR%%/dictionary.meru > %%DATADIR%%/dictionary.microsemi > %%DATADIR%%/dictionary.microsoft > %%DATADIR%%/dictionary.mikrotik > %%DATADIR%%/dictionary.mimosa > %%DATADIR%%/dictionary.motorola > %%DATADIR%%/dictionary.motorola.illegal > %%DATADIR%%/dictionary.motorola.wimax > %%DATADIR%%/dictionary.navini > %%DATADIR%%/dictionary.net > %%DATADIR%%/dictionary.netscreen > %%DATADIR%%/dictionary.networkphysics > %%DATADIR%%/dictionary.nexans > %%DATADIR%%/dictionary.nokia > %%DATADIR%%/dictionary.nokia.conflict > %%DATADIR%%/dictionary.nomadix > %%DATADIR%%/dictionary.nortel > %%DATADIR%%/dictionary.ntua > %%DATADIR%%/dictionary.openser > %%DATADIR%%/dictionary.packeteer > %%DATADIR%%/dictionary.paloalto > %%DATADIR%%/dictionary.patton > %%DATADIR%%/dictionary.perle > %%DATADIR%%/dictionary.pfsense > %%DATADIR%%/dictionary.pica8 > %%DATADIR%%/dictionary.propel > %%DATADIR%%/dictionary.prosoft > %%DATADIR%%/dictionary.proxim > %%DATADIR%%/dictionary.purewave > %%DATADIR%%/dictionary.quiconnect > %%DATADIR%%/dictionary.quintum > %%DATADIR%%/dictionary.rcntec > %%DATADIR%%/dictionary.redcreek > %%DATADIR%%/dictionary.rfc2865 > %%DATADIR%%/dictionary.rfc2866 > %%DATADIR%%/dictionary.rfc2867 > %%DATADIR%%/dictionary.rfc2868 > %%DATADIR%%/dictionary.rfc2869 > %%DATADIR%%/dictionary.rfc3162 > %%DATADIR%%/dictionary.rfc3576 > %%DATADIR%%/dictionary.rfc3580 > %%DATADIR%%/dictionary.rfc4072 > %%DATADIR%%/dictionary.rfc4372 > %%DATADIR%%/dictionary.rfc4603 > %%DATADIR%%/dictionary.rfc4675 > %%DATADIR%%/dictionary.rfc4679 > %%DATADIR%%/dictionary.rfc4818 > %%DATADIR%%/dictionary.rfc4849 > %%DATADIR%%/dictionary.rfc5090 > %%DATADIR%%/dictionary.rfc5176 > %%DATADIR%%/dictionary.rfc5447 > %%DATADIR%%/dictionary.rfc5580 > %%DATADIR%%/dictionary.rfc5607 > %%DATADIR%%/dictionary.rfc5904 > %%DATADIR%%/dictionary.rfc6519 > %%DATADIR%%/dictionary.rfc6572 > %%DATADIR%%/dictionary.rfc6677 > %%DATADIR%%/dictionary.rfc6911 > %%DATADIR%%/dictionary.rfc6929 > %%DATADIR%%/dictionary.rfc6930 > %%DATADIR%%/dictionary.rfc7055 > %%DATADIR%%/dictionary.rfc7155 > %%DATADIR%%/dictionary.rfc7268 > %%DATADIR%%/dictionary.rfc7499 > %%DATADIR%%/dictionary.rfc7930 > %%DATADIR%%/dictionary.rfc8045 > %%DATADIR%%/dictionary.rfc8559 > %%DATADIR%%/dictionary.riverbed > %%DATADIR%%/dictionary.riverstone > %%DATADIR%%/dictionary.roaringpenguin > %%DATADIR%%/dictionary.ruckus > %%DATADIR%%/dictionary.ruggedcom > %%DATADIR%%/dictionary.sangoma > %%DATADIR%%/dictionary.sg > %%DATADIR%%/dictionary.shasta > %%DATADIR%%/dictionary.shiva > %%DATADIR%%/dictionary.siemens > %%DATADIR%%/dictionary.slipstream > %%DATADIR%%/dictionary.sofaware > %%DATADIR%%/dictionary.softbank > %%DATADIR%%/dictionary.sonicwall > %%DATADIR%%/dictionary.springtide > %%DATADIR%%/dictionary.starent > %%DATADIR%%/dictionary.starent.vsa1 > %%DATADIR%%/dictionary.surfnet > %%DATADIR%%/dictionary.symbol > %%DATADIR%%/dictionary.t_systems_nova > %%DATADIR%%/dictionary.telebit > %%DATADIR%%/dictionary.telkom > %%DATADIR%%/dictionary.telrad > %%DATADIR%%/dictionary.terena > %%DATADIR%%/dictionary.trapeze > %%DATADIR%%/dictionary.travelping > %%DATADIR%%/dictionary.tripplite > %%DATADIR%%/dictionary.tropos > %%DATADIR%%/dictionary.ukerna > %%DATADIR%%/dictionary.unix > %%DATADIR%%/dictionary.usr > %%DATADIR%%/dictionary.usr.illegal > %%DATADIR%%/dictionary.utstarcom > %%DATADIR%%/dictionary.valemount > %%DATADIR%%/dictionary.vasexperts > %%DATADIR%%/dictionary.verizon > %%DATADIR%%/dictionary.versanet > %%DATADIR%%/dictionary.vqp > %%DATADIR%%/dictionary.walabi > %%DATADIR%%/dictionary.waverider > %%DATADIR%%/dictionary.wichorus > %%DATADIR%%/dictionary.wifialliance > %%DATADIR%%/dictionary.wimax > %%DATADIR%%/dictionary.wimax.alvarion > %%DATADIR%%/dictionary.wimax.wichorus > %%DATADIR%%/dictionary.wispr > %%DATADIR%%/dictionary.xedia > %%DATADIR%%/dictionary.xylan > %%DATADIR%%/dictionary.yubico > %%DATADIR%%/dictionary.zeus > %%DATADIR%%/dictionary.zte > %%DATADIR%%/dictionary.zyxel > @exec if ! [ -d %D/etc/raddb -o -L %D/etc/raddb ]; then cp -RP %D/%%EXAMPLESDIR%%/raddb %D/etc/raddb; echo '===> Bootstrapping default certificates, please wait...'; %D/etc/raddb/certs/bootstrap >/dev/null 2>&1; fi > @exec chmod -R g-w,o-rwx %D/etc/raddb > @exec if [ ! -d /var/log/radacct ]; then mkdir -p /var/log/radacct; chmod -R go= /var/log/radacct; fi > @exec for i in /var/log/radius.log /var/log/radutmp /var/log/radwtmp; do if [ ! -f ${i} ]; then touch ${i}; chmod go= ${i}; fi; done > @exec mkdir -p /var/run/radiusd > @unexec rmdir "/var/log/radacct" >/dev/null 2>&1 || : > @unexec rmdir "/var/run/radiusd" >/dev/null 2>&1 || :
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 258998
:
228508
| 228510