5 ms·
yep! PAM is "Pluggable Authentication Module" which sits between applications and the auth method, so you can put anything there. LDAP and ActiveDirectory are f
by MetricMike 6y ago
yep! PAM is "Pluggable Authentication Module" which sits between applications and the auth method, so you can put anything there. LDAP and ActiveDirectory are fairly common ones
- bsenftner 6y agoIs there any library like PAM in the Windows ecosystem?
- detaro 6y agoNot exactly. You can create custom authentication methods and prompts, but it's architected differently. (I think Local Security Authority (LSA) and Credential Providers are the keywords to search for details)
- e12e 6y agoUsed to be called GINA. In addition to sibling comments, see: https://docs.microsoft.com/en-us/windows/win32/secauthn/winlogon-and-credential-providers https://docs.microsoft.com/en-us/windows/win32/secauthn/winl...
- dataflow 6y agohttps://docs.microsoft.com/en-us/windows/win32/secauthn/credential-providers-in-windows https://docs.microsoft.com/en-us/windows/win32/secauthn/cred...