Bas van der Vlies
Bas van der Vlies
See https://github.com/jupyterhub/batchspawner/issues/203. The original author is Jared Baker (@jbaksta)
### Top-level intent What did you try to achieve? Configure the SMS gateway for our SMS service provider: * https://docs.spryngsms.com/#intro For this I am using the HTTP provider setup. But...
At our site we only allow: * OTP * pubkey, OTP So no password ask at all. We have the following pam_radius setup * `auth sufficient pam_radius_auth.so skip_passwd retry=1` This...
The new `pam_radius` has supportg to check the `Message-Authenticator`: * https://github.com/FreeRADIUS/pam_radius/commits/master/ See also issue: * https://support.netknights.it/#ticket/zoom/4421
The code compiles and I can run our python slurm utils. For now I have disabled the `epilog|prolog' configs they have changed from `char *` to `char **`. Could not...