diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-26 13:01:49 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-26 13:01:49 +0100 |
commit | 16be7ee5d30c8bce08f32563c4fa846a6928aed4 (patch) | |
tree | c733f223e6bf7a008991307dd30999a7df3aa110 /nslcd.h | |
parent | 70f10e2b6c10e7e47ab3377854e61a4534af79fb (diff) |
get rid of automount map information lookups through NSS as this is not used (at least not with glibc), autofs-ldap looks up the information on it's own (but does parse /etc/nsswitch.conf)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@124 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd.h')
-rw-r--r-- | nslcd.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -64,11 +64,6 @@ LDF_STRING(ALIAS_NAME) \ LDF_STRINGLIST(ALIAS_RCPTS) -/* used for transferring automount information */ -#define LDF_AUTOMOUNT \ - LDF_STRING(AUTOMOUNT_KEY) \ - LDF_STRING(AUTOMOUNT_INFO) - /* used for transferring mac addresses */ #define LDF_ETHER \ LDF_STRING(ETHER_NAME) \ @@ -171,8 +166,6 @@ /* Request types. */ #define NSLCD_ACTION_ALIAS_BYNAME 4001 #define NSLCD_ACTION_ALIAS_ALL 4002 -#define NSLCD_ACTION_AUTOMOUNT_BYNAME 7001 -#define NSLCD_ACTION_AUTOMOUNT_ALL 7005 #define NSLCD_ACTION_ETHER_BYNAME 3001 #define NSLCD_ACTION_ETHER_BYETHER 3002 #define NSLCD_ACTION_ETHER_ALL 3005 |