# -*- mode: python; coding: utf-8 -*- # # Module pour pam if has("ldap"): pam_module = "pam_ldap.so" else: pam_module = ""