summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-01-28 13:32:32 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-01-31 09:37:41 -0500
commite2925c2d7d10cbb51098402233784044168f1a77 (patch)
tree989510288246bb597b308b695c131cc270fe9f6e /src/providers/ldap/sdap.h
parent796463906a54e259bd5b582ce84af4297a58eafc (diff)
downloadsssd-e2925c2d7d10cbb51098402233784044168f1a77.tar.gz
sssd-e2925c2d7d10cbb51098402233784044168f1a77.tar.xz
sssd-e2925c2d7d10cbb51098402233784044168f1a77.zip
LDAP: Add enumeration support for services
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r--src/providers/ldap/sdap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h
index bbc59414a..7bf1805c1 100644
--- a/src/providers/ldap/sdap.h
+++ b/src/providers/ldap/sdap.h
@@ -359,6 +359,7 @@ struct sdap_server_opts {
unsigned long last_usn;
char *max_user_value;
char *max_group_value;
+ char *max_service_value;
};
struct sdap_id_ctx;