pamldapso
pamldapso is a PAM module designed to authenticate users against an LDAP directory while enabling single sign-on across services on Unix-like systems. By integrating LDAP identity with the PAM stack, it aims to minimize repeated prompts while maintaining centralized user management.
Core features include LDAP-based authentication, support for TLS, configurable bind methods, and flexible search filters for
Implementation and usage: pamldapso is typically distributed as a shared library loaded by PAM service files
Configuration overview: A typical setup specifies an LDAP URI, search base, and user filter, enables TLS, and
Security and status: Because it handles credentials, pamldapso requires careful hardening, including encrypted connections, restricted caching,
See also: pam_ldap, PAM, LDAP, SSSD, Kerberos, Single Sign-On.