From f25e3adebf3ce566073e1981db5e2c111e9bbc10 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Thu, 25 Oct 2007 21:55:51 +0000 Subject: fix rpc filter and remove unused objectClass attmap entry git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@455 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/rpc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nslcd/rpc.c b/nslcd/rpc.c index 8352ad8..0fa4c8c 100644 --- a/nslcd/rpc.c +++ b/nslcd/rpc.c @@ -73,10 +73,9 @@ const char *rpc_base = NULL; int rpc_scope = LDAP_SCOPE_DEFAULT; /* the basic search filter for searches */ -const char *rpc_filter = "(objectClass=ipService)"; +const char *rpc_filter = "(objectClass=oncRpc)"; /* the attributes to request with searches */ -const char *attmap_rpc_objectClass = "oncRpc"; const char *attmap_rpc_cn = "cn"; const char *attmap_rpc_oncRpcNumber = "oncRpcNumber"; -- cgit v1.2.3