summaryrefslogtreecommitdiff
path: root/usr/src/lib/nsswitch/ldap/common/ldap_common.h
diff options
context:
space:
mode:
authorGordon Ross <gwr@nexenta.com>2017-09-07 16:12:22 -0400
committerGordon Ross <gwr@nexenta.com>2019-05-30 17:30:45 -0400
commit695ef821379e863d33c30fb148f4ecf87038b246 (patch)
tree97ce963e87bde32470e5c27252477301645aeca6 /usr/src/lib/nsswitch/ldap/common/ldap_common.h
parentdbcaafbddbc82f9a7b3310551c4bcdb862b2515a (diff)
downloadillumos-gate-695ef821379e863d33c30fb148f4ecf87038b246.tar.gz
10990 Get UNIX group info. from AD/LDAP with partial RFC2307 schema
Reviewed by: Matt Barden <matt.barden@nexenta.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Chris Ridd <chrisridd@mac.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/nsswitch/ldap/common/ldap_common.h')
-rw-r--r--usr/src/lib/nsswitch/ldap/common/ldap_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/lib/nsswitch/ldap/common/ldap_common.h b/usr/src/lib/nsswitch/ldap/common/ldap_common.h
index 690dd15adc..29f18f1160 100644
--- a/usr/src/lib/nsswitch/ldap/common/ldap_common.h
+++ b/usr/src/lib/nsswitch/ldap/common/ldap_common.h
@@ -20,6 +20,7 @@
*/
/*
* Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright 2017 Nexenta Systems, Inc. All rights reserved.
*/
#ifndef _LDAP_COMMON_H
@@ -139,7 +140,7 @@ nss_backend_t *_nss_ldap_constr(ldap_backend_op_t ops[], int nops,
char *tablename, const char **attrs, fnf ldapobj2str);
extern nss_status_t _nss_ldap_nocb_lookup(ldap_backend_ptr be,
nss_XbyY_args_t *argp, char *database,
- char *searchfilter, char *domain,
+ char *searchfilter, const char * const *attrs,
int (*init_filter_cb)(
const ns_ldap_search_desc_t *desc,
char **realfilter, const void *userdata),