This project is mirrored from https://github.com/djjudas21/puppet-freeradius.git.
Pull mirroring updated .
- 25 May, 2021 9 commits
-
-
Nathan Ward authored
Use ensure_newline for concats fragments
-
Nathan Ward authored
-
Nathan Ward authored
Add support for installing and managing radsniff
-
Nathan Ward authored
-
Nathan Ward authored
-
Nathan Ward authored
-
Nathan Ward authored
This works on redhat family systems only. Add camptocamp/systemd to manage systemd unit file.
-
Nathan Ward authored
Password and secret sanity checks
-
Nathan Ward authored
Change implementation of "no newlines in secrets" to use a type alias with Pattern, and also create a type for passwords
-
- 24 May, 2021 1 commit
-
-
Nathan Ward authored
I've implemented the logic like this so we can add other "illegal" chars easily if we find them.
-
- 14 May, 2021 1 commit
-
-
Nathan Ward authored
Fix client attributes so that hashes and arrays work correctly
-
- 13 May, 2021 1 commit
-
-
Nathan Ward authored
-
- 12 May, 2021 1 commit
-
-
Nathan Ward authored
Make FreeRADIUS 3.0.21 the target version for config
-
- 07 May, 2021 10 commits
-
-
Nathan Ward authored
-
Nathan Ward authored
-
Nathan Ward authored
-
Nathan Ward authored
Only set the sql connect_timout in the config if: - it (via `pool_connect_timeout`) is intentionally set in the params, or - we are on FR3.1.x, in which case set the default of 3.0
-
Nathan Ward authored
Impacted params: - connect_timeout - session_tracking - use_referral_credentials Only set each of these params in the config if: - it is intentionally set in the params, or - we are on FR3.1.x, in which case set the default of 3.0 If they are set in the params, and we detect we are NOT on FR3.1.x, then warn Additionally, move the LDAP module tests to the module directory
-
Nathan Ward authored
-
Nathan Ward authored
Add function to check if the installed freeradius version, or the one we are targetting is 3.1.x or not
-
Nathan Ward authored
This reverts commit 7d005aa0.
-
Nathan Ward authored
FreeRADIUS v3.1.x branch is experimental and will never be completed now that v4.x is being worked on.
-
Nathan Ward authored
Fix indent things Revert
-
- 06 May, 2021 10 commits
-
-
Jonathan authored
Fix all current validation errors
-
Nathan Ward authored
Fix an ERB validation error, by moving logic for calculating the ippool cache size in to puppet, rather than in ERB
-
Nathan Ward authored
Only capture the exec for `radiusd -v`, as facter etc. runs `uname -s` and whatever else. Mock Facter.value for things in os_facts, so we return the value from os_facts rather than the actual value from the system running the tests.
-
Nathan Ward authored
-
Jonathan authored
Set ownership for radacct and radius log dir
-
Jonathan authored
Add quotes around expected LDAP password in freeradius::ldap spec
-
Nathan Ward authored
-
Nathan Ward authored
-
Jonathan authored
Add linebreak after lifetime attribute
-
gonzocrazy authored
-
- 16 Apr, 2021 2 commits
- 15 Apr, 2021 2 commits
-
-
Jason Lavoie authored
-
Jason Lavoie authored
-
- 02 Feb, 2021 2 commits
- 28 Jan, 2021 1 commit
-
-
Jonathan authored
Add support for homeserver check_timeout
-