diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-10-28 12:39:27 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-10-28 12:39:27 +0100 |
commit | 5bce1be447b864ba6e788754c71d479a8aedc9e3 (patch) | |
tree | 572080779b4c67043ebdc0e6f6228aa72eb8488f /nslcd/cfg.h | |
parent | d0bee6fe83adeeac591d2b8971d81b94963f2ded (diff) |
remove support for nss_connect_policy configfile option and remove some supporting code for it
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@469 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/cfg.h')
-rw-r--r-- | nslcd/cfg.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nslcd/cfg.h b/nslcd/cfg.h index 4b98681..960714c 100644 --- a/nslcd/cfg.h +++ b/nslcd/cfg.h @@ -163,14 +163,6 @@ struct ldap_config once cfg_init() was called */ extern struct ldap_config *nslcd_cfg; -/* - * Flags that are exposed via _nss_ldap_test_config_flag() - */ -#define NSS_LDAP_FLAGS_CONNECT_POLICY_ONESHOT 0x0008 - -int _nss_ldap_test_config_flag(unsigned int flag) - MUST_USE; - /* Initialize the configuration in nslcd_cfg. This method will read the default configuration file and call exit() if an error occurs. */ |