From d6f0e2fbfde1a928580cbfdd6845facf2ff1aea2 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Tue, 24 Jul 2007 13:38:56 +0000 Subject: switch to a new interface for doing attribute mapping, splitting the attribute mapping stuff into a separate file git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@326 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/ldap-schema.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'nslcd/ldap-schema.h') diff --git a/nslcd/ldap-schema.h b/nslcd/ldap-schema.h index 360b642..94471d6 100644 --- a/nslcd/ldap-schema.h +++ b/nslcd/ldap-schema.h @@ -93,32 +93,11 @@ extern char _nss_ldap_filt_getspent[]; /* netgroups */ extern char _nss_ldap_filt_getnetgrent[]; -/** - * Initialize attribute vector table indexed by map - * selector (eg. LM_PASSWD) relative to an "ldap_config" - */ - - - - -/** - * Lookup (potentially mapped) - * objectclass/attribute. - */ -/* these functions are defined in ldap-nss.[ch] */ -#define OC(oc) _nss_ldap_map_oc(LM_NONE, OC##_##oc) -#define OCM(map, at) _nss_ldap_map_oc(map, AT##_##at) -#define AT(at) _nss_ldap_map_at(LM_NONE, AT##_##at) -#define ATM(map, at) _nss_ldap_map_at(map, AT##_##at) - /** * Common attributes, not from RFC 2307. */ #define AT_objectClass "objectClass" #define AT_cn "cn" -#define AT_description "description" -#define AT_l "l" -#define AT_manager "manager" /** * Vendor-specific attributes and object classes. -- cgit v1.2.3