summaryrefslogtreecommitdiff
path: root/USAGE
AgeCommit message (Collapse)Author
2025-03-31add and document "require_message_authenticator" flagAlan T. DeKok
2017-06-20Add changes to allow VRF, and mapped users (no local accounts)Dave Olson
Add changes allow admins to set up RADIUS clients with no local knowledge of the RADIUS accounts (no adduser required, nor LDAP, etc.) This is done by using the nss-mapuser package. The only real change to this package is to set up the SUDO prompt, so it's the RADIUS login name, in the pam_sm_acct_mgmt entry point. Bumped the version to 1.4.1 Change the PACKAGE info in configure to reflect Cumulus, and also a few related fields. Changed maintiner to dev-support Also incorporated changes to make debuging builds easier under debian. Added comment and description of src_ip to the config file (author of the src_ip changes hadn't yet done that), and removed the location of config file from comments, since debian installs to a different location. Quieted config complaints; can't move to current because current is GPLv3, and this doesn't use autoconf. Tried to capture the 5 years of changes between 1.3.17 and 1.4.0 Added lintian overrides. Fixed up debian/copyright file to be standard format, and match (approximately) the source files. overrides don't quite work, because source vs binary confusion, but documents them Added debian install files Added man page for the plugin, and for the RADIUS client config file
2014-11-26add force_prompt option to enforce new password prompt for use with TokenJens Kuehnel
2014-08-29Updated text on retryAlan T. DeKok
2014-08-29new parameter max_challenge limits number of Access-ChallengesWalter de Jong
Force authentication failure when a certain amount of challenges has been reached. This is a workaround for buggy servers that keep issueing challenges, when they should really send Access-Reject. The limit is configurable through parameter "max_challenge". The default is 0, which means the workaround is disabled. An invalid or negative value also disables this workaround.
2014-06-17Added 'prompt' optionBennett Samowich
2013-02-23doc: don't use the full path to the module in the usage examples.Diego Elio Pettenò
The path depends on the bitness of the software, so it can't be used this way.
2012-10-24Commit of version 1.3.17Arran Cudbard-Bell