You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of /etc/libnss-aad.conf, and /etc/pam_aad.conf, both should use a unified configuration, /etc/aad.conf , or in the case where the values don't match, /etc/aad/pam.conf, and /etc/aad/nss.conf.
PAM_EXTERNintpam_sm_authenticate(pam_handle_t*pamh, intflags,
intargc, constchar**argv) // <-- we should pass the config file path in here
Then in /etc/pam.d/sshd,
auth required pam_aad.so /etc/pam_aad.conf
Or for OpenVPN, the config could be stored in /etc/openvpn/aad.conf, (could be a symlink if both are present on a single box).
Then in /etc/openvpn/server.conf,
# File path for the config file is relative to the OpenVPN configuration folder
plugin /usr/lib/x86_64-linux-gnu/openvpn/plugins/openvpn_aad_auth.so aad.conf
Instead of
/etc/libnss-aad.conf
, and/etc/pam_aad.conf
, both should use a unified configuration,/etc/aad.conf
, or in the case where the values don't match,/etc/aad/pam.conf
, and/etc/aad/nss.conf
.The text was updated successfully, but these errors were encountered: