mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-27 15:54:15 +01:00
Updated ChallengeResponse (on Mac OS X) (markdown)
parent
e19465bc84
commit
6b8bd0a45c
@ -59,7 +59,7 @@ where
|
|||||||
* `module-path` selects the module to be used for this authentication step. This is used as filename in a directory where pam libraries are expected, on OS X e.g. `/usr/lib/pam`, `/usr/lib/security` on some other systems. We want `pam_yubico.so` in this case, which will load `/usr/lib/pam/pam_yubico.so`.
|
* `module-path` selects the module to be used for this authentication step. This is used as filename in a directory where pam libraries are expected, on OS X e.g. `/usr/lib/pam`, `/usr/lib/security` on some other systems. We want `pam_yubico.so` in this case, which will load `/usr/lib/pam/pam_yubico.so`.
|
||||||
* `arguments` are passed to the pam module and can be used to configure its behavior. See "Supported PAM module parameters" in [README](https://github.com/Yubico/yubico-pam/blob/master/README) for a list of possible values. Since we want to use challenge-response, we add `mode=challenge-response` and to debug the setup initially also `debug`, separated by spaces. `debug` can safely be removed later.
|
* `arguments` are passed to the pam module and can be used to configure its behavior. See "Supported PAM module parameters" in [README](https://github.com/Yubico/yubico-pam/blob/master/README) for a list of possible values. Since we want to use challenge-response, we add `mode=challenge-response` and to debug the setup initially also `debug`, separated by spaces. `debug` can safely be removed later.
|
||||||
|
|
||||||
**Warning**: If you misconfigure your PAM modules here you might loose your ability to sudo! Always keep a root shell open to be able to revert your changes in case something goes wrong!
|
**Warning**: If you misconfigure your PAM modules here you might lose your ability to sudo! Always keep a root shell open to be able to revert your changes in case something goes wrong!
|
||||||
|
|
||||||
So, if we wanted to use the YubiKey to allow us to sudo without typing a password, we would add
|
So, if we wanted to use the YubiKey to allow us to sudo without typing a password, we would add
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user