diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-10-25 23:55:51 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-10-25 23:55:51 +0200 |
commit | f25e3adebf3ce566073e1981db5e2c111e9bbc10 (patch) | |
tree | f12bf0e5535770c10d9fe54fa9eee720a9ce8b5f | |
parent | 1f57c00ce4cc13e86b341e18a1630cd506be102b (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.c | 3 |
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"; |