diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-07-26 16:00:59 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-07-26 16:00:59 +0000 |
commit | 0f64fdb18864f3211844742029c5b94c5b6c48c2 (patch) | |
tree | 4dae6f35148cfa061f314eca1b23a2231a6a18bc /nslcd/ldap-schema.c | |
parent | e89ff82e87617f17091212a512f11666b931623a (diff) |
get rid of default and override attribute value mappings and remove host and port configuration options
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@330 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/ldap-schema.c')
-rw-r--r-- | nslcd/ldap-schema.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/ldap-schema.c b/nslcd/ldap-schema.c index e1be662..e4ba186 100644 --- a/nslcd/ldap-schema.c +++ b/nslcd/ldap-schema.c @@ -46,6 +46,7 @@ #include "ldap-schema.h" #include "util.h" #include "attmap.h" +#include "cfg.h" /* max number of attributes per object class */ #define ATTRTAB_SIZE 15 @@ -407,7 +408,6 @@ _nss_ldap_init_attributes (const char ***attrtab) init_proto_attributes (&attrtab[LM_PROTOCOLS]); init_rpc_attributes (&attrtab[LM_RPC]); init_ethers_attributes (&attrtab[LM_ETHERS]); - init_network_attributes (&attrtab[LM_NETMASKS]); init_alias_attributes (&attrtab[LM_ALIASES]); init_netgrp_attributes (&attrtab[LM_NETGROUP]); |