summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-08-19 19:27:16 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-08-19 19:27:16 +0200
commitd37b8091a8f16e94c26e5eb2ddb922d51928deda (patch)
tree5b41b572cf1bf29d69087f1724fa3bc0d282612c /src/providers/ldap/sdap_async.h
parent1fe677614603cb57784dbc03f60dbe4c1ba2db44 (diff)
downloadsssd-d37b8091a8f16e94c26e5eb2ddb922d51928deda.tar.gz
sssd-d37b8091a8f16e94c26e5eb2ddb922d51928deda.tar.xz
sssd-d37b8091a8f16e94c26e5eb2ddb922d51928deda.zip
Revert "IPA: new attribute map for non-posix groups"
This reverts commit b7afe5caaaeae1e92479284a7f555aee4ba23422.
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 f54ab8b57..593404af3 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,