summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-08-19 19:23:22 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-08-19 19:23:22 +0200
commitac67376a47ed52374641e7a4f6fd97712fe5171b (patch)
tree23a7cfc6d26e1c5c7f2dbc0f12a382bc07bc8dc3 /src/providers/ldap/sdap_async.h
parent08145755f66e83c304e11228c2b610a09576dd81 (diff)
downloadsssd-ac67376a47ed52374641e7a4f6fd97712fe5171b.tar.gz
sssd-ac67376a47ed52374641e7a4f6fd97712fe5171b.tar.xz
sssd-ac67376a47ed52374641e7a4f6fd97712fe5171b.zip
Revert "IPA: new attribute map for non-posix groups"
This reverts commit 4c560e7b98e7ab71d22be24d2fbc468396cb634f.
Diffstat (limited to 'src/providers/ldap/sdap_async.h')
-rw-r--r--src/providers/ldap/sdap_async.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/providers/ldap/sdap_async.h b/src/providers/ldap/sdap_async.h
index 2ed7cb7ea..808254a24 100644
--- a/src/providers/ldap/sdap_async.h
+++ b/src/providers/ldap/sdap_async.h
@@ -134,8 +134,7 @@ 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 **np_grp_attrs);
+ const char **grp_attrs);
int sdap_get_initgr_recv(struct tevent_req *req);
struct tevent_req *sdap_exop_modify_passwd_send(TALLOC_CTX *memctx,