
* Acces a la base * Conf de pam pour ldap * Conf de nss pour ldap darcs-hash:20080209021350-af139-0dd9ab0a07fd64c38d18efc94d7c82b130d6df17.gz
8 lines
132 B
Python
8 lines
132 B
Python
# -*- mode: python; coding: utf-8 -*-
|
|
#
|
|
# Module pour pam
|
|
|
|
if has("ldap"):
|
|
pam_module = "pam_ldap.so"
|
|
else:
|
|
pam_module = ""
|