Searched refs:idmap_domain (Results 1 - 2 of 2) sorted by relevance

/sssd/src/lib/winbind_idmap_sss/
H A Dwinbind_idmap_sss.h69 struct idmap_domain { struct
82 NTSTATUS (*init)(struct idmap_domain *dom);
86 NTSTATUS (*unixids_to_sids)(struct idmap_domain *dom, struct id_map **ids);
90 NTSTATUS (*sids_to_unixids)(struct idmap_domain *dom, struct id_map **ids);
93 NTSTATUS (*allocate_id)(struct idmap_domain *dom, struct unixid *id);
H A Dwinbind_idmap_sss.c37 static NTSTATUS idmap_sss_initialize(struct idmap_domain *dom)
63 static NTSTATUS idmap_sss_unixids_to_sids(struct idmap_domain *dom,
126 static NTSTATUS idmap_sss_sids_to_unixids(struct idmap_domain *dom,

Completed in 567 milliseconds