mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s3:idmap_ldap: re-implement allocate_id in idmap methods.
This commit is contained in:
parent
5bb5b69b0f
commit
3a5f86216b
@ -1294,6 +1294,7 @@ static struct idmap_methods idmap_ldap_methods = {
|
||||
.init = idmap_ldap_db_init,
|
||||
.unixids_to_sids = idmap_ldap_unixids_to_sids,
|
||||
.sids_to_unixids = idmap_ldap_sids_to_unixids,
|
||||
.allocate_id = idmap_ldap_get_new_id,
|
||||
.close_fn = idmap_ldap_close
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user