Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 669 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 669 Bytes

pam-ldap

Configures PAM Ldap authentication

Role Variables

pam_ldap:
  uri:            "ldaps://example.org:636"
  base:           "OU=Departments,DC=example,DC=org"
  binddn:         "admin@example.org"
  bindpw:         "secret password"
  login_attribute: "sAMAccountName"

Dependencies

Copying and License

This material is copyright 2023 City of Bloomington, Indiana It is open and licensed under the GNU General Public License (GPL) v3.0 whose full text may be found at: https://www.gnu.org/licenses/gpl.txt