net.shibboleth.idp.plugin.authn.duo.sdk question
Cantor, Scott
cantor.2 at osu.edu
Wed Apr 7 13:50:44 UTC 2021
On 4/7/21, 9:36 AM, "users on behalf of Darren Boss" <users-bounces at shibboleth.net on behalf of darren.boss at computecanada.ca> wrote:
> Do all module enable commands just copy files or can they be more sophisticated than that
> like actually modify an existing file?
It's Java code, it can do anything in theory, but the chances of it ever modifying a file are close to zero except for maybe a properties file, and something went terribly wrong if we ever had to do it. It's much more likely that a resource would switch from config(noreplace) to config(replace) and we would slam in a default replacement and copy the old one to idpsave because that's safer and already implemented.
> Is their a list and description of all the modules that can be enabled?
That's what the module command does and no arguments just dumps a list and their state. The docs and the -? option cover all the options.
-- Scott
More information about the users
mailing list