summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.h
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2014-07-16 13:33:58 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-08-19 15:46:58 +0200
commit4c560e7b98e7ab71d22be24d2fbc468396cb634f (patch)
tree33c2f00e0753cf1a9973b3eecdc1bc1c0c87e3c6 /src/providers/ldap/sdap_async.h
parentff541559e911b91b161f1b8411dd9d8cc60f2a18 (diff)
downloadsssd-4c560e7b98e7ab71d22be24d2fbc468396cb634f.tar.gz
sssd-4c560e7b98e7ab71d22be24d2fbc468396cb634f.tar.xz
sssd-4c560e7b98e7ab71d22be24d2fbc468396cb634f.zip
IPA: new attribute map for non-posix groups
Create new set of attributes to be used when processing non-posix groups. Resolves: https://fedorahosted.org/sssd/ticket/2343 Reviewed-by: Michal Židek <mzidek@redhat.com>
Diffstat (limited to 'src/providers/ldap/sdap_async.h')
-rw-r--r--src/providers/ldap/sdap_async.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async.h b/src/providers/ldap/sdap_async.h
index 808254a24..2ed7cb7ea 100644
--- a/src/providers/ldap/sdap_async.h
+++ b/src/providers/ldap/sdap_async.h
@@ -134,7 +134,8 @@ struct tevent_req *sdap_get_initgr_send(TALLOC_CTX *memctx,
struct sdap_id_ctx *id_ctx,
struct sdap_id_conn_ctx *conn,
const char *name,
- const char **grp_attrs);
+ const char **grp_attrs,
+ const char **np_grp_attrs);
int sdap_get_initgr_recv(struct tevent_req *req);
struct tevent_req *sdap_exop_modify_passwd_send(TALLOC_CTX *memctx,