Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 20, 2018 13:50
Show Gist options
  • Save ryantm/0674f9c9bf80af589d86399e508dc604 to your computer and use it in GitHub Desktop.
Save ryantm/0674f9c9bf80af589d86399e508dc604 to your computer and use it in GitHub Desktop.
/nix/store/w85s8cwg1d1kblhqiqi1fqxka1lilfb5-freeradius-3.0.17
├── bin
│   ├── checkrad
│   ├── dhcpclient
│   ├── map_unit
│   ├── radattr
│   ├── radclient
│   ├── radcrypt
│   ├── raddebug
│   ├── radeapclient
│   ├── radiusd
│   ├── radlast
│   ├── radmin
│   ├── radsniff
│   ├── radsqlrelay
│   ├── radtest
│   ├── radwho
│   ├── radzap
│   ├── rc.radiusd
│   └── smbencrypt
├── etc
│   └── raddb
│   ├── certs
│   │   ├── 01.pem
│   │   ├── 02.pem
│   │   ├── bootstrap
│   │   ├── ca.cnf
│   │   ├── ca.der
│   │   ├── ca.key
│   │   ├── ca.pem
│   │   ├── client.cnf
│   │   ├── client.crt
│   │   ├── client.csr
│   │   ├── client.key
│   │   ├── client.p12
│   │   ├── client.pem
│   │   ├── dh
│   │   ├── index.txt
│   │   ├── index.txt.attr
│   │   ├── index.txt.attr.old
│   │   ├── index.txt.old
│   │   ├── inner-server.cnf
│   │   ├── Makefile
│   │   ├── passwords.mk
│   │   ├── README
│   │   ├── serial
│   │   ├── serial.old
│   │   ├── server.cnf
│   │   ├── server.crt
│   │   ├── server.csr
│   │   ├── server.key
│   │   ├── server.p12
│   │   ├── server.pem
│   │   ├── user@example.org.pem
│   │   └── xpextensions
│   ├── clients.conf
│   ├── dictionary
│   ├── experimental.conf
│   ├── hints -> ./mods-config/preprocess/hints
│   ├── huntgroups -> ./mods-config/preprocess/huntgroups
│   ├── mods-available
│   │   ├── abfab_psk_sql
│   │   ├── always
│   │   ├── attr_filter
│   │   ├── cache
│   │   ├── cache_eap
│   │   ├── chap
│   │   ├── couchbase
│   │   ├── counter
│   │   ├── cui
│   │   ├── date
│   │   ├── detail
│   │   ├── detail.example.com
│   │   ├── detail.log
│   │   ├── dhcp
│   │   ├── dhcp_sqlippool
│   │   ├── digest
│   │   ├── dynamic_clients
│   │   ├── eap
│   │   ├── echo
│   │   ├── etc_group
│   │   ├── exec
│   │   ├── expiration
│   │   ├── expr
│   │   ├── files
│   │   ├── idn
│   │   ├── inner-eap
│   │   ├── ippool
│   │   ├── krb5
│   │   ├── ldap
│   │   ├── linelog
│   │   ├── logintime
│   │   ├── mac2ip
│   │   ├── mac2vlan
│   │   ├── moonshot-targeted-ids
│   │   ├── mschap
│   │   ├── ntlm_auth
│   │   ├── opendirectory
│   │   ├── otp
│   │   ├── pam
│   │   ├── pap
│   │   ├── passwd
│   │   ├── perl
│   │   ├── preprocess
│   │   ├── python
│   │   ├── radutmp
│   │   ├── README.rst
│   │   ├── realm
│   │   ├── redis
│   │   ├── rediswho
│   │   ├── replicate
│   │   ├── rest
│   │   ├── smbpasswd
│   │   ├── smsotp
│   │   ├── soh
│   │   ├── sometimes
│   │   ├── sql
│   │   ├── sqlcounter
│   │   ├── sqlippool
│   │   ├── sradutmp
│   │   ├── unbound
│   │   ├── unix
│   │   ├── unpack
│   │   ├── utf8
│   │   ├── wimax
│   │   └── yubikey
│   ├── mods-config
│   │   ├── attr_filter
│   │   │   ├── access_challenge
│   │   │   ├── access_reject
│   │   │   ├── accounting_response
│   │   │   ├── post-proxy
│   │   │   └── pre-proxy
│   │   ├── files
│   │   │   ├── accounting
│   │   │   ├── authorize
│   │   │   └── pre-proxy
│   │   ├── perl
│   │   │   └── example.pl
│   │   ├── preprocess
│   │   │   ├── hints
│   │   │   └── huntgroups
│   │   ├── README.rst
│   │   ├── sql
│   │   │   ├── counter
│   │   │   │   ├── mysql
│   │   │   │   │   ├── dailycounter.conf
│   │   │   │   │   ├── expire_on_login.conf
│   │   │   │   │   ├── monthlycounter.conf
│   │   │   │   │   └── noresetcounter.conf
│   │   │   │   ├── postgresql
│   │   │   │   │   ├── dailycounter.conf
│   │   │   │   │   ├── expire_on_login.conf
│   │   │   │   │   ├── monthlycounter.conf
│   │   │   │   │   └── noresetcounter.conf
│   │   │   │   └── sqlite
│   │   │   │   ├── dailycounter.conf
│   │   │   │   ├── expire_on_login.conf
│   │   │   │   ├── monthlycounter.conf
│   │   │   │   └── noresetcounter.conf
│   │   │   ├── cui
│   │   │   │   ├── mysql
│   │   │   │   │   ├── queries.conf
│   │   │   │   │   └── schema.sql
│   │   │   │   ├── postgresql
│   │   │   │   │   ├── queries.conf
│   │   │   │   │   └── schema.sql
│   │   │   │   └── sqlite
│   │   │   │   ├── queries.conf
│   │   │   │   └── schema.sql
│   │   │   ├── ippool
│   │   │   │   ├── mysql
│   │   │   │   │   ├── queries.conf
│   │   │   │   │   └── schema.sql
│   │   │   │   ├── oracle
│   │   │   │   │   ├── procedures.sql
│   │   │   │   │   ├── queries.conf
│   │   │   │   │   └── schema.sql
│   │   │   │   ├── postgresql
│   │   │   │   │   ├── queries.conf
│   │   │   │   │   └── schema.sql
│   │   │   │   └── sqlite
│   │   │   │   ├── queries.conf
│   │   │   │   └── schema.sql
│   │   │   ├── ippool-dhcp
│   │   │   │   ├── mysql
│   │   │   │   │   ├── queries.conf
│   │   │   │   │   └── schema.sql
│   │   │   │   ├── oracle
│   │   │   │   │   ├── queries.conf
│   │   │   │   │   └── schema.sql
│   │   │   │   └── sqlite
│   │   │   │   ├── queries.conf
│   │   │   │   └── schema.sql
│   │   │   ├── main
│   │   │   │   ├── mssql
│   │   │   │   │   ├── queries.conf
│   │   │   │   │   └── schema.sql
│   │   │   │   ├── mysql
│   │   │   │   │   ├── extras
│   │   │   │   │   │   └── wimax
│   │   │   │   │   │   ├── queries.conf
│   │   │   │   │   │   └── schema.sql
│   │   │   │   │   ├── queries.conf
│   │   │   │   │   ├── schema.sql
│   │   │   │   │   └── setup.sql
│   │   │   │   ├── ndb
│   │   │   │   │   ├── README
│   │   │   │   │   ├── schema.sql
│   │   │   │   │   └── setup.sql
│   │   │   │   ├── oracle
│   │   │   │   │   ├── queries.conf
│   │   │   │   │   └── schema.sql
│   │   │   │   ├── postgresql
│   │   │   │   │   ├── extras
│   │   │   │   │   │   ├── cisco_h323_db_schema.sql
│   │   │   │   │   │   └── voip-postpaid.conf
│   │   │   │   │   ├── queries.conf
│   │   │   │   │   ├── schema.sql
│   │   │   │   │   └── setup.sql
│   │   │   │   └── sqlite
│   │   │   │   ├── queries.conf
│   │   │   │   └── schema.sql
│   │   │   └── moonshot-targeted-ids
│   │   │   ├── mysql
│   │   │   │   ├── queries.conf
│   │   │   │   └── schema.sql
│   │   │   ├── postgresql
│   │   │   │   ├── queries.conf
│   │   │   │   └── schema.sql
│   │   │   └── sqlite
│   │   │   ├── queries.conf
│   │   │   └── schema.sql
│   │   └── unbound
│   │   └── default.conf
│   ├── mods-enabled
│   │   ├── always -> ../mods-available/always
│   │   ├── attr_filter -> ../mods-available/attr_filter
│   │   ├── cache_eap -> ../mods-available/cache_eap
│   │   ├── chap -> ../mods-available/chap
│   │   ├── date -> ../mods-available/date
│   │   ├── detail -> ../mods-available/detail
│   │   ├── detail.log -> ../mods-available/detail.log
│   │   ├── digest -> ../mods-available/digest
│   │   ├── dynamic_clients -> ../mods-available/dynamic_clients
│   │   ├── eap -> ../mods-available/eap
│   │   ├── echo -> ../mods-available/echo
│   │   ├── exec -> ../mods-available/exec
│   │   ├── expiration -> ../mods-available/expiration
│   │   ├── expr -> ../mods-available/expr
│   │   ├── files -> ../mods-available/files
│   │   ├── linelog -> ../mods-available/linelog
│   │   ├── logintime -> ../mods-available/logintime
│   │   ├── mschap -> ../mods-available/mschap
│   │   ├── ntlm_auth -> ../mods-available/ntlm_auth
│   │   ├── pap -> ../mods-available/pap
│   │   ├── passwd -> ../mods-available/passwd
│   │   ├── preprocess -> ../mods-available/preprocess
│   │   ├── radutmp -> ../mods-available/radutmp
│   │   ├── realm -> ../mods-available/realm
│   │   ├── replicate -> ../mods-available/replicate
│   │   ├── soh -> ../mods-available/soh
│   │   ├── sradutmp -> ../mods-available/sradutmp
│   │   ├── unix -> ../mods-available/unix
│   │   ├── unpack -> ../mods-available/unpack
│   │   └── utf8 -> ../mods-available/utf8
│   ├── panic.gdb
│   ├── policy.d
│   │   ├── abfab-tr
│   │   ├── accounting
│   │   ├── canonicalization
│   │   ├── control
│   │   ├── cui
│   │   ├── debug
│   │   ├── dhcp
│   │   ├── eap
│   │   ├── filter
│   │   ├── moonshot-targeted-ids
│   │   └── operator-name
│   ├── proxy.conf
│   ├── radiusd.conf
│   ├── README.rst
│   ├── sites-available
│   │   ├── abfab-tls
│   │   ├── abfab-tr-idp
│   │   ├── buffered-sql
│   │   ├── challenge
│   │   ├── channel_bindings
│   │   ├── check-eap-tls
│   │   ├── coa
│   │   ├── control-socket
│   │   ├── copy-acct-to-home-server
│   │   ├── decoupled-accounting
│   │   ├── default
│   │   ├── dhcp
│   │   ├── dhcp.relay
│   │   ├── dynamic-clients
│   │   ├── example
│   │   ├── inner-tunnel
│   │   ├── originate-coa
│   │   ├── proxy-inner-tunnel
│   │   ├── README
│   │   ├── robust-proxy-accounting
│   │   ├── soh
│   │   ├── status
│   │   ├── tls
│   │   ├── virtual.example.com
│   │   └── vmps
│   ├── sites-enabled
│   │   ├── default -> ../sites-available/default
│   │   └── inner-tunnel -> ../sites-available/inner-tunnel
│   ├── templates.conf
│   ├── trigger.conf
│   └── users -> ./mods-config/files/authorize
├── include
│   └── freeradius
│   ├── attributes.h
│   ├── base64.h
│   ├── build.h
│   ├── conffile.h
│   ├── conf.h
│   ├── detail.h
│   ├── event.h
│   ├── features.h
│   ├── freeradius.h
│   ├── hash.h
│   ├── heap.h
│   ├── libradius.h
│   ├── map.h
│   ├── md4.h
│   ├── md5.h
│   ├── missing.h
│   ├── modcall.h
│   ├── modules.h
│   ├── packet.h
│   ├── rad_assert.h
│   ├── radiusd.h
│   ├── radius.h
│   ├── radpaths.h
│   ├── radutmp.h
│   ├── realms.h
│   ├── rfc2865.h
│   ├── rfc2866.h
│   ├── rfc2867.h
│   ├── rfc2868.h
│   ├── rfc2869.h
│   ├── rfc3162.h
│   ├── rfc3576.h
│   ├── rfc3580.h
│   ├── rfc4072.h
│   ├── rfc4372.h
│   ├── rfc4603.h
│   ├── rfc4675.h
│   ├── rfc4679.h
│   ├── rfc4818.h
│   ├── rfc4849.h
│   ├── rfc5090.h
│   ├── rfc5176.h
│   ├── rfc5447.h
│   ├── rfc5580.h
│   ├── rfc5607.h
│   ├── rfc5904.h
│   ├── rfc6519.h
│   ├── rfc6572.h
│   ├── rfc6677.h
│   ├── rfc6911.h
│   ├── rfc6929.h
│   ├── rfc6930.h
│   ├── rfc7055.h
│   ├── rfc7155.h
│   ├── rfc7268.h
│   ├── rfc7499.h
│   ├── rfc7930.h
│   ├── sha1.h
│   ├── stats.h
│   ├── sysutmp.h
│   ├── tls.h
│   ├── token.h
│   ├── udpfromto.h
│   └── vqp.h
├── lib
│   ├── libfreeradius-dhcp.a
│   ├── libfreeradius-dhcp.la
│   ├── libfreeradius-dhcp.so
│   ├── libfreeradius-eap.a
│   ├── libfreeradius-eap.la
│   ├── libfreeradius-eap.so
│   ├── libfreeradius-radius.a
│   ├── libfreeradius-radius.la
│   ├── libfreeradius-radius.so
│   ├── libfreeradius-server.a
│   ├── libfreeradius-server.la
│   ├── libfreeradius-server.so
│   ├── proto_dhcp.a
│   ├── proto_dhcp.la
│   ├── proto_dhcp.so
│   ├── proto_vmps.a
│   ├── proto_vmps.la
│   ├── proto_vmps.so
│   ├── rlm_always.a
│   ├── rlm_always.la
│   ├── rlm_always.so
│   ├── rlm_attr_filter.a
│   ├── rlm_attr_filter.la
│   ├── rlm_attr_filter.so
│   ├── rlm_cache.a
│   ├── rlm_cache.la
│   ├── rlm_cache_rbtree.a
│   ├── rlm_cache_rbtree.la
│   ├── rlm_cache_rbtree.so
│   ├── rlm_cache.so
│   ├── rlm_chap.a
│   ├── rlm_chap.la
│   ├── rlm_chap.so
│   ├── rlm_cram.a
│   ├── rlm_cram.la
│   ├── rlm_cram.so
│   ├── rlm_date.a
│   ├── rlm_date.la
│   ├── rlm_date.so
│   ├── rlm_detail.a
│   ├── rlm_detail.la
│   ├── rlm_detail.so
│   ├── rlm_dhcp.a
│   ├── rlm_dhcp.la
│   ├── rlm_dhcp.so
│   ├── rlm_digest.a
│   ├── rlm_digest.la
│   ├── rlm_digest.so
│   ├── rlm_dynamic_clients.a
│   ├── rlm_dynamic_clients.la
│   ├── rlm_dynamic_clients.so
│   ├── rlm_eap.a
│   ├── rlm_eap_fast.a
│   ├── rlm_eap_fast.la
│   ├── rlm_eap_fast.so
│   ├── rlm_eap_gtc.a
│   ├── rlm_eap_gtc.la
│   ├── rlm_eap_gtc.so
│   ├── rlm_eap.la
│   ├── rlm_eap_leap.a
│   ├── rlm_eap_leap.la
│   ├── rlm_eap_leap.so
│   ├── rlm_eap_md5.a
│   ├── rlm_eap_md5.la
│   ├── rlm_eap_md5.so
│   ├── rlm_eap_mschapv2.a
│   ├── rlm_eap_mschapv2.la
│   ├── rlm_eap_mschapv2.so
│   ├── rlm_eap_peap.a
│   ├── rlm_eap_peap.la
│   ├── rlm_eap_peap.so
│   ├── rlm_eap_pwd.a
│   ├── rlm_eap_pwd.la
│   ├── rlm_eap_pwd.so
│   ├── rlm_eap_sim.a
│   ├── rlm_eap_sim.la
│   ├── rlm_eap_sim.so
│   ├── rlm_eap.so
│   ├── rlm_eap_tls.a
│   ├── rlm_eap_tls.la
│   ├── rlm_eap_tls.so
│   ├── rlm_eap_ttls.a
│   ├── rlm_eap_ttls.la
│   ├── rlm_eap_ttls.so
│   ├── rlm_exec.a
│   ├── rlm_exec.la
│   ├── rlm_exec.so
│   ├── rlm_expiration.a
│   ├── rlm_expiration.la
│   ├── rlm_expiration.so
│   ├── rlm_expr.a
│   ├── rlm_expr.la
│   ├── rlm_expr.so
│   ├── rlm_files.a
│   ├── rlm_files.la
│   ├── rlm_files.so
│   ├── rlm_ldap.a
│   ├── rlm_ldap.la
│   ├── rlm_ldap.so
│   ├── rlm_linelog.a
│   ├── rlm_linelog.la
│   ├── rlm_linelog.so
│   ├── rlm_logintime.a
│   ├── rlm_logintime.la
│   ├── rlm_logintime.so
│   ├── rlm_mschap.a
│   ├── rlm_mschap.la
│   ├── rlm_mschap.so
│   ├── rlm_otp.a
│   ├── rlm_otp.la
│   ├── rlm_otp.so
│   ├── rlm_pap.a
│   ├── rlm_pap.la
│   ├── rlm_pap.so
│   ├── rlm_passwd.a
│   ├── rlm_passwd.la
│   ├── rlm_passwd.so
│   ├── rlm_perl.a
│   ├── rlm_perl.la
│   ├── rlm_perl.so
│   ├── rlm_preprocess.a
│   ├── rlm_preprocess.la
│   ├── rlm_preprocess.so
│   ├── rlm_radutmp.a
│   ├── rlm_radutmp.la
│   ├── rlm_radutmp.so
│   ├── rlm_realm.a
│   ├── rlm_realm.la
│   ├── rlm_realm.so
│   ├── rlm_replicate.a
│   ├── rlm_replicate.la
│   ├── rlm_replicate.so
│   ├── rlm_soh.a
│   ├── rlm_soh.la
│   ├── rlm_soh.so
│   ├── rlm_sometimes.a
│   ├── rlm_sometimes.la
│   ├── rlm_sometimes.so
│   ├── rlm_sql.a
│   ├── rlm_sqlcounter.a
│   ├── rlm_sqlcounter.la
│   ├── rlm_sqlcounter.so
│   ├── rlm_sqlippool.a
│   ├── rlm_sqlippool.la
│   ├── rlm_sqlippool.so
│   ├── rlm_sql.la
│   ├── rlm_sql_null.a
│   ├── rlm_sql_null.la
│   ├── rlm_sql_null.so
│   ├── rlm_sql.so
│   ├── rlm_sql_sqlite.a
│   ├── rlm_sql_sqlite.la
│   ├── rlm_sql_sqlite.so
│   ├── rlm_test.a
│   ├── rlm_test.la
│   ├── rlm_test.so
│   ├── rlm_unix.a
│   ├── rlm_unix.la
│   ├── rlm_unix.so
│   ├── rlm_unpack.a
│   ├── rlm_unpack.la
│   ├── rlm_unpack.so
│   ├── rlm_utf8.a
│   ├── rlm_utf8.la
│   ├── rlm_utf8.so
│   ├── rlm_wimax.a
│   ├── rlm_wimax.la
│   ├── rlm_wimax.so
│   ├── rlm_yubikey.a
│   ├── rlm_yubikey.la
│   └── rlm_yubikey.so
├── sbin -> bin
└── share
├── doc
│   └── freeradius
│   ├── bugs
│   ├── ChangeLog
│   ├── concepts
│   │   ├── aaa.rst
│   │   └── proxy.rst
│   ├── configuration
│   │   ├── acct_type.rst
│   │   ├── autz_type.rst
│   │   ├── configurable_failover.rst
│   │   ├── load_balance.rst
│   │   ├── post_auth_type
│   │   ├── session_type
│   │   ├── simultaneous_use
│   │   ├── snmp
│   │   └── variables.rst
│   ├── deployment
│   │   ├── CYGWIN.rst
│   │   ├── MACOSX
│   │   ├── OS2
│   │   ├── performance-testing
│   │   ├── supervise-radiusd.rst
│   │   └── tuning_guide
│   ├── developer
│   │   ├── coding-methods.rst
│   │   ├── contributing.rst
│   │   ├── module_interface.rst
│   │   └── release-method.rst
│   ├── index.rst
│   ├── Makefile.sphinx
│   ├── modules
│   │   ├── ldap_howto.rst
│   │   ├── mschap.rst
│   │   ├── RADIUS-LDAP-eDirectory
│   │   ├── rlm_dbm
│   │   ├── rlm_eap
│   │   ├── rlm_expiration
│   │   ├── rlm_krb5
│   │   ├── rlm_pam
│   │   ├── rlm_passwd
│   │   ├── rlm_python
│   │   ├── rlm_soh
│   │   ├── rlm_sql
│   │   ├── rlm_sqlcounter
│   │   └── rlm_sqlippool
│   ├── README
│   ├── rfc
│   │   ├── attributes.html
│   │   ├── draft-kamath-pppext-eap-mschapv2-00.txt
│   │   ├── draft-sterman-aaa-sip-00.txt
│   │   ├── genref.pl
│   │   ├── leap.txt
│   │   ├── Makefile
│   │   ├── per-rfc.pl
│   │   ├── rewrite.pl
│   │   ├── rfc1157.txt
│   │   ├── rfc1227.txt
│   │   ├── rfc1448.txt
│   │   ├── rfc1901.txt
│   │   ├── rfc1905.txt
│   │   ├── rfc2243.txt
│   │   ├── rfc2284.txt
│   │   ├── rfc2289.txt
│   │   ├── rfc2433.txt
│   │   ├── rfc2548.txt
│   │   ├── rfc2607.txt
│   │   ├── rfc2618.txt
│   │   ├── rfc2619.txt
│   │   ├── rfc2620.txt
│   │   ├── rfc2621.txt
│   │   ├── rfc2716.txt
│   │   ├── rfc2759.txt
│   │   ├── rfc2809.txt
│   │   ├── rfc2865.txt
│   │   ├── rfc2866.txt
│   │   ├── rfc2867.txt
│   │   ├── rfc2868.txt
│   │   ├── rfc2869.txt
│   │   ├── rfc2924.txt
│   │   ├── rfc3079.txt
│   │   ├── rfc3162.txt
│   │   ├── rfc3539.txt
│   │   ├── rfc3575.txt
│   │   ├── rfc3576.txt
│   │   ├── rfc3579.txt
│   │   ├── rfc3580.txt
│   │   ├── rfc3748.txt
│   │   ├── rfc4072.txt
│   │   ├── rfc4186.txt
│   │   ├── rfc4282.txt
│   │   ├── rfc4372.txt
│   │   ├── rfc4590.txt
│   │   ├── rfc4668.txt
│   │   ├── rfc4669.txt
│   │   ├── rfc4670.txt
│   │   ├── rfc4671.txt
│   │   ├── rfc4672.txt
│   │   ├── rfc4673.txt
│   │   ├── rfc4675.txt
│   │   ├── rfc4679.txt
│   │   ├── rfc4818.txt
│   │   ├── rfc4849.txt
│   │   ├── rfc5080.txt
│   │   ├── rfc5090.txt
│   │   ├── rfc5176.txt
│   │   ├── rfc5247.txt
│   │   ├── rfc5281.txt
│   │   ├── rfc5580.txt
│   │   ├── rfc5607.txt
│   │   ├── rfc5904.txt
│   │   ├── rfc5931.txt
│   │   ├── rfc5997.txt
│   │   ├── rfc6158.txt
│   │   ├── rfc6519.txt
│   │   ├── rfc6572.txt
│   │   ├── rfc6613.txt
│   │   ├── rfc6614.txt
│   │   ├── rfc6677.txt
│   │   ├── rfc6911.txt
│   │   ├── rfc6929.txt
│   │   ├── rfc6930.txt
│   │   ├── rfc7055.txt
│   │   ├── rfc7268.txt
│   │   ├── rfc7542.txt
│   │   └── rfc7599.txt
│   ├── schemas
│   │   ├── ldap
│   │   │   ├── edir
│   │   │   │   └── freeradius-clients.ldif
│   │   │   ├── iplanet
│   │   │   │   ├── freeradius.ldif
│   │   │   │   └── freeradius.schema
│   │   │   ├── openldap
│   │   │   │   ├── freeradius-clients.ldif
│   │   │   │   ├── freeradius-clients.schema
│   │   │   │   ├── freeradius.ldif
│   │   │   │   └── freeradius.schema
│   │   │   └── samba
│   │   │   ├── freeradius-attrs.ldif
│   │   │   ├── freeradius-classes.ldif
│   │   │   ├── freeradius-clients-attrs.ldif
│   │   │   ├── freeradius-clients-classes.ldif
│   │   │   ├── freeradius-user.ldif
│   │   │   └── README.txt
│   │   ├── logstash
│   │   │   ├── kibana4-dashboard.json
│   │   │   ├── log-courier.conf
│   │   │   ├── logstash-radius.conf
│   │   │   ├── radius-mapping.sh
│   │   │   └── README
│   │   └── sql
│   └── vendor
│   ├── ascend
│   ├── bay
│   ├── cisco.rst
│   └── proxim
├── freeradius
│   ├── dictionary
│   ├── dictionary.3com
│   ├── dictionary.3gpp
│   ├── dictionary.3gpp2
│   ├── dictionary.acc
│   ├── dictionary.acme
│   ├── dictionary.actelis
│   ├── dictionary.adtran
│   ├── dictionary.aerohive
│   ├── dictionary.airespace
│   ├── dictionary.alcatel
│   ├── dictionary.alcatel.esam
│   ├── dictionary.alcatel-lucent.aaa
│   ├── dictionary.alcatel.sr
│   ├── dictionary.alteon
│   ├── dictionary.altiga
│   ├── dictionary.alvarion
│   ├── dictionary.alvarion.wimax.v2_2
│   ├── dictionary.apc
│   ├── dictionary.aptilo
│   ├── dictionary.aptis
│   ├── dictionary.arbor
│   ├── dictionary.arista
│   ├── dictionary.aruba
│   ├── dictionary.ascend
│   ├── dictionary.ascend.illegal
│   ├── dictionary.asn
│   ├── dictionary.audiocodes
│   ├── dictionary.avaya
│   ├── dictionary.azaire
│   ├── dictionary.bay
│   ├── dictionary.bintec
│   ├── dictionary.bluecoat
│   ├── dictionary.boingo
│   ├── dictionary.bristol
│   ├── dictionary.broadsoft
│   ├── dictionary.brocade
│   ├── dictionary.bskyb
│   ├── dictionary.bt
│   ├── dictionary.cablelabs
│   ├── dictionary.cabletron
│   ├── dictionary.camiant
│   ├── dictionary.checkpoint
│   ├── dictionary.chillispot
│   ├── dictionary.cisco
│   ├── dictionary.cisco.asa
│   ├── dictionary.cisco.bbsm
│   ├── dictionary.cisco.vpn3000
│   ├── dictionary.cisco.vpn5000
│   ├── dictionary.citrix
│   ├── dictionary.clavister
│   ├── dictionary.cnergee
│   ├── dictionary.colubris
│   ├── dictionary.columbia_university
│   ├── dictionary.compat
│   ├── dictionary.compatible
│   ├── dictionary.cosine
│   ├── dictionary.dante
│   ├── dictionary.dellemc
│   ├── dictionary.dhcp
│   ├── dictionary.digium
│   ├── dictionary.dlink
│   ├── dictionary.dragonwave
│   ├── dictionary.efficientip
│   ├── dictionary.eltex
│   ├── dictionary.epygi
│   ├── dictionary.equallogic
│   ├── dictionary.ericsson
│   ├── dictionary.ericsson.ab
│   ├── dictionary.ericsson.packet.core.networks
│   ├── dictionary.erx
│   ├── dictionary.extreme
│   ├── dictionary.f5
│   ├── dictionary.fdxtended
│   ├── dictionary.fortinet
│   ├── dictionary.foundry
│   ├── dictionary.freedhcp
│   ├── dictionary.freeradius
│   ├── dictionary.freeradius.internal
│   ├── dictionary.freeswitch
│   ├── dictionary.gandalf
│   ├── dictionary.garderos
│   ├── dictionary.gemtek
│   ├── dictionary.h3c
│   ├── dictionary.hillstone
│   ├── dictionary.hp
│   ├── dictionary.huawei
│   ├── dictionary.iana
│   ├── dictionary.iea
│   ├── dictionary.infoblox
│   ├── dictionary.infonet
│   ├── dictionary.ipunplugged
│   ├── dictionary.issanni
│   ├── dictionary.itk
│   ├── dictionary.juniper
│   ├── dictionary.karlnet
│   ├── dictionary.kineto
│   ├── dictionary.lancom
│   ├── dictionary.lantronix
│   ├── dictionary.livingston
│   ├── dictionary.localweb
│   ├── dictionary.lucent
│   ├── dictionary.manzara
│   ├── dictionary.meinberg
│   ├── dictionary.meraki
│   ├── dictionary.merit
│   ├── dictionary.meru
│   ├── dictionary.microsemi
│   ├── dictionary.microsoft
│   ├── dictionary.mikrotik
│   ├── dictionary.mimosa
│   ├── dictionary.motorola
│   ├── dictionary.motorola.illegal
│   ├── dictionary.motorola.wimax
│   ├── dictionary.navini
│   ├── dictionary.netscreen
│   ├── dictionary.networkphysics
│   ├── dictionary.nexans
│   ├── dictionary.nokia
│   ├── dictionary.nokia.conflict
│   ├── dictionary.nomadix
│   ├── dictionary.nortel
│   ├── dictionary.ntua
│   ├── dictionary.openser
│   ├── dictionary.packeteer
│   ├── dictionary.paloalto
│   ├── dictionary.patton
│   ├── dictionary.perle
│   ├── dictionary.propel
│   ├── dictionary.prosoft
│   ├── dictionary.proxim
│   ├── dictionary.purewave
│   ├── dictionary.quiconnect
│   ├── dictionary.quintum
│   ├── dictionary.redcreek
│   ├── dictionary.rfc2865
│   ├── dictionary.rfc2866
│   ├── dictionary.rfc2867
│   ├── dictionary.rfc2868
│   ├── dictionary.rfc2869
│   ├── dictionary.rfc3162
│   ├── dictionary.rfc3576
│   ├── dictionary.rfc3580
│   ├── dictionary.rfc4072
│   ├── dictionary.rfc4372
│   ├── dictionary.rfc4603
│   ├── dictionary.rfc4675
│   ├── dictionary.rfc4679
│   ├── dictionary.rfc4818
│   ├── dictionary.rfc4849
│   ├── dictionary.rfc5090
│   ├── dictionary.rfc5176
│   ├── dictionary.rfc5447
│   ├── dictionary.rfc5580
│   ├── dictionary.rfc5607
│   ├── dictionary.rfc5904
│   ├── dictionary.rfc6519
│   ├── dictionary.rfc6572
│   ├── dictionary.rfc6677
│   ├── dictionary.rfc6911
│   ├── dictionary.rfc6929
│   ├── dictionary.rfc6930
│   ├── dictionary.rfc7055
│   ├── dictionary.rfc7155
│   ├── dictionary.rfc7268
│   ├── dictionary.rfc7499
│   ├── dictionary.rfc7930
│   ├── dictionary.riverbed
│   ├── dictionary.riverstone
│   ├── dictionary.roaringpenguin
│   ├── dictionary.ruckus
│   ├── dictionary.ruggedcom
│   ├── dictionary.sangoma
│   ├── dictionary.sg
│   ├── dictionary.shasta
│   ├── dictionary.shiva
│   ├── dictionary.siemens
│   ├── dictionary.slipstream
│   ├── dictionary.sofaware
│   ├── dictionary.softbank
│   ├── dictionary.sonicwall
│   ├── dictionary.springtide
│   ├── dictionary.starent
│   ├── dictionary.starent.vsa1
│   ├── dictionary.surfnet
│   ├── dictionary.symbol
│   ├── dictionary.telebit
│   ├── dictionary.telkom
│   ├── dictionary.terena
│   ├── dictionary.trapeze
│   ├── dictionary.travelping
│   ├── dictionary.tropos
│   ├── dictionary.t_systems_nova
│   ├── dictionary.ukerna
│   ├── dictionary.unix
│   ├── dictionary.usr
│   ├── dictionary.usr.illegal
│   ├── dictionary.utstarcom
│   ├── dictionary.valemount
│   ├── dictionary.versanet
│   ├── dictionary.vqp
│   ├── dictionary.walabi
│   ├── dictionary.waverider
│   ├── dictionary.wichorus
│   ├── dictionary.wifialliance
│   ├── dictionary.wimax
│   ├── dictionary.wimax.alvarion
│   ├── dictionary.wimax.wichorus
│   ├── dictionary.wispr
│   ├── dictionary.xedia
│   ├── dictionary.xylan
│   ├── dictionary.yubico
│   ├── dictionary.zeus
│   ├── dictionary.zte
│   └── dictionary.zyxel
└── man
├── man1
│   ├── dhcpclient.1.gz
│   ├── radclient.1.gz
│   ├── rad_counter.1.gz
│   ├── radeapclient.1.gz
│   ├── radlast.1.gz
│   ├── radtest.1.gz
│   ├── radwho.1.gz
│   ├── radzap.1.gz
│   └── smbencrypt.1.gz
├── man5
│   ├── checkrad.5.gz
│   ├── clients.conf.5.gz
│   ├── dictionary.5.gz
│   ├── radiusd.conf.5.gz
│   ├── radrelay.conf.5.gz
│   ├── rlm_always.5.gz
│   ├── rlm_attr_filter.5.gz
│   ├── rlm_chap.5.gz
│   ├── rlm_counter.5.gz
│   ├── rlm_detail.5.gz
│   ├── rlm_digest.5.gz
│   ├── rlm_expr.5.gz
│   ├── rlm_files.5.gz
│   ├── rlm_idn.5.gz
│   ├── rlm_mschap.5.gz
│   ├── rlm_pap.5.gz
│   ├── rlm_passwd.5.gz
│   ├── rlm_realm.5.gz
│   ├── rlm_sql.5.gz
│   ├── rlm_unix.5.gz
│   ├── unlang.5.gz
│   └── users.5.gz
└── man8
├── radcrypt.8.gz
├── raddebug.8.gz
├── radiusd.8.gz
├── radmin.8.gz
├── radrelay.8.gz
├── radsniff.8.gz
└── radsqlrelay.8.gz
73 directories, 895 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment