Skip to content

Commit

Permalink
Document the module's additions to the site configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
PDD authored and arr2036 committed Mar 8, 2015
1 parent dfaf9c6 commit 0968360
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions raddb/mods-available/yubikey
Expand Up @@ -22,6 +22,20 @@ yubikey {
#
# Decrypt mode - Tokens will be decrypted and processed locally
#
# In the authorize section, this module should be placed before the
# persistent storage module.
#
# The authenticate section should have the following added:
# Auth-Type yubikey {
# # pap
# yubikey
# }
#
# If two factor authentication (password concatenated with OTP) is
# required, split configuration should be set to yes and the pap module
# should be uncommented. Each account will need a password added (either
# using attribute Cleartext-Password, SSHA-Password, etc.).
#
# The module itself does not provide persistent storage as this
# would be duplicative of functionality already in the server.
#
Expand Down

0 comments on commit 0968360

Please sign in to comment.