diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-09-07 20:42:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:51:17 -0500 |
commit | 1779e3f10410b8248d28de5234f746b79417e837 (patch) | |
tree | 0f491d0ea2d3de51fb67d126c8aac8a2df481bba /source3/librpc/gen_ndr/cli_unixinfo.h | |
parent | 6ed67b003efb4482d2543314bbc4e9d5e3128d1f (diff) | |
download | samba-1779e3f10410b8248d28de5234f746b79417e837.tar.gz samba-1779e3f10410b8248d28de5234f746b79417e837.tar.bz2 samba-1779e3f10410b8248d28de5234f746b79417e837.zip |
r18233: Use the autogenerated cli_unixinfo rather than the old one.
(This used to be commit eec8b915d1bf6e62c45d309579a4f93380aa43a8)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_unixinfo.h')
-rw-r--r-- | source3/librpc/gen_ndr/cli_unixinfo.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/cli_unixinfo.h b/source3/librpc/gen_ndr/cli_unixinfo.h new file mode 100644 index 0000000000..f0f2b54626 --- /dev/null +++ b/source3/librpc/gen_ndr/cli_unixinfo.h @@ -0,0 +1,9 @@ +#include "librpc/gen_ndr/ndr_unixinfo.h" +#ifndef __CLI_UNIXINFO__ +#define __CLI_UNIXINFO__ +NTSTATUS rpccli_unixinfo_SidToUid(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct dom_sid sid, uint64_t *uid); +NTSTATUS rpccli_unixinfo_UidToSid(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, uint64_t uid, struct dom_sid *sid); +NTSTATUS rpccli_unixinfo_SidToGid(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct dom_sid sid, uint64_t *gid); +NTSTATUS rpccli_unixinfo_GidToSid(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, uint64_t gid, struct dom_sid *sid); +NTSTATUS rpccli_unixinfo_GetPWUid(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, uint32_t *count, uint64_t *uids, struct unixinfo_GetPWUidInfo *infos); +#endif /* __CLI_UNIXINFO__ */ |