Jorge Rodrigues
Jorge Rodrigues
This would be especially useful when using Azure Functions and service principal with certificate stored in Keyvault. The use of certificates is preferable to passwords.
So I tried without the Ldap proxy in the middle and it still fails. Is there any way to get more detailed output from the debug file? How can I...
I have used strace and was able to see that yubico_pam was trying to connect to **https://api4.yubico.com/wsapi/2.0/verify?id=17&nonce=hcahqomivxyuwhiusfcrjrothtabguko&otp=xxxxxxxxxxxxxxxxx×tamp=1** After adding a proxy it was able to connect and now it returns:...
Hello Klali, thanks for replying. Here's my common-auth: ``` auth required pam_yubico.so \ mode=client id=17 ldap_uri=ldaps://openldap.example.com:636 \ ldap_cacertfile=/etc/ssl/certs/cacert.pem ldap_bind_user=cn=openldap,cn=users,dc=example,dc=com \ [ldap_bind_password=xxxxxxxxxxx] [ldapdn=cn=users,DC=example,DC=com] user_attr=cn \ yubi_attr=YUBIKEYID proxy=http://xxxxxxxxxx:xxxxx \ debug debug_file=/var/log/pam_yubico auth...
I guess my problem was not reading the documentation correctly on this last issue. `To log in, you now need to enter both your Unix password and enter an OTP...
@apatard I'm having a similar issue using wsl2 on windows. **molecule create** is able to create the instance but when I execute **molecule converge** it fails with the error: `fatal:...