summaryrefslogtreecommitdiff
path: root/nslcd.h
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-11-26 12:01:49 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-11-26 12:01:49 +0000
commit16be7ee5d30c8bce08f32563c4fa846a6928aed4 (patch)
treec733f223e6bf7a008991307dd30999a7df3aa110 /nslcd.h
parent70f10e2b6c10e7e47ab3377854e61a4534af79fb (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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/nslcd.h b/nslcd.h
index 68eb2c8..3b6717e 100644
--- a/nslcd.h
+++ b/nslcd.h
@@ -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