mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
s3:idmap_ldap: remove the (now unused) range from idmap_ldap_alloc_context
This commit is contained in:
parent
3f39921e7e
commit
c854261867
@ -70,9 +70,6 @@ struct idmap_ldap_alloc_context {
|
||||
char *url;
|
||||
char *suffix;
|
||||
char *user_dn;
|
||||
uid_t low_uid, high_uid; /* Range of uids */
|
||||
gid_t low_gid, high_gid; /* Range of gids */
|
||||
|
||||
};
|
||||
|
||||
#define CHECK_ALLOC_DONE(mem) do { \
|
||||
|
Loading…
x
Reference in New Issue
Block a user