diff options
author | Michael Adam <obnox@samba.org> | 2012-11-18 13:51:13 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-12-03 08:48:22 +0100 |
commit | 28e7d73bdcdf1a3d588e92eee982ff01db53d65d (patch) | |
tree | 2ed0ec82b779cedb857bbe276c46675e9944af28 /source3/librpc | |
parent | da8d0263806260fdb4973f22fc874710bd490421 (diff) | |
download | samba-28e7d73bdcdf1a3d588e92eee982ff01db53d65d.tar.gz samba-28e7d73bdcdf1a3d588e92eee982ff01db53d65d.tar.bz2 samba-28e7d73bdcdf1a3d588e92eee982ff01db53d65d.zip |
s3:winbindd: use struct unixid instead of uint64 in Sids2Xids parent<->child
This implicitly also hands the type of the resulting unix-id that the idmap
backend has created back to the caller. This is important for backends that
would set a broader type than the requested one, e.g. rid backend returning
BOTH instead of UID or GID.
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/wbint.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl index 159af76a82..c836f0faf2 100644 --- a/source3/librpc/idl/wbint.idl +++ b/source3/librpc/idl/wbint.idl @@ -53,7 +53,7 @@ interface wbint id_type type; uint32 domain_index; uint32 rid; - hyper unix_id; + unixid xid; } wbint_TransID; typedef struct { |