summaryrefslogtreecommitdiff
path: root/source3/nsswitch
diff options
context:
space:
mode:
Diffstat (limited to 'source3/nsswitch')
-rw-r--r--source3/nsswitch/winbindd_idmap_ldap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_idmap_ldap.c b/source3/nsswitch/winbindd_idmap_ldap.c
index 7ffddf9ac4..eb10dd33e9 100644
--- a/source3/nsswitch/winbindd_idmap_ldap.c
+++ b/source3/nsswitch/winbindd_idmap_ldap.c
@@ -40,8 +40,6 @@ static const char *attr[] = { "uid", "rid", "domain", "uidNumber",
static const char *pool_attr[] = {"uidNumber", "gidNumber", "cn", NULL};
-static const char *group_attr[] = {"gidNumber", "ntSid", NULL};
-
static long ldap_allocate_id(BOOL is_user)
{
int rc, count;