diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-10-15 13:18:19 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-10-15 13:18:19 +0000 |
commit | 5620ca3884c2960e8d926e9d1cb3b91fe3b19a90 (patch) | |
tree | 4f5728a420ab76d304871215649ec0d31c59645c | |
parent | 4ea9ad10160da3dcb572527c7ea9dcaa8182bc6a (diff) |
also export _nss_ldap_enablelookups so we can disable the NSS module from nslcd
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-solaris@1282 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | nss/exports.solaris | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/nss/exports.solaris b/nss/exports.solaris index 5c191be..d942e41 100644 --- a/nss/exports.solaris +++ b/nss/exports.solaris @@ -1,8 +1,11 @@ -# $Id: exports.solaris,v 1.1 2010-08-07 00:24:21 tedcheng Exp $ - nss_ldap.so.1 { + # published NSS service functions global: + + # flag to enable or disable lookups + _nss_ldap_enablelookups; + # Published NSS service module interfaces # _nss_ldap_bootparams_constr; _nss_ldap_ethers_constr; |