Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-10-25 23:55:51 +0200
committerArthur de Jong <arthur@arthurdejong.org>2007-10-25 23:55:51 +0200
commitf25e3adebf3ce566073e1981db5e2c111e9bbc10 (patch)
treef12bf0e5535770c10d9fe54fa9eee720a9ce8b5f
parent1f57c00ce4cc13e86b341e18a1630cd506be102b (diff)
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
-rw-r--r--nslcd/rpc.c3
1 files changed, 1 insertions, 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";