diff options
author | Michael Adam <obnox@samba.org> | 2012-05-02 09:48:28 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-05-02 12:45:30 +0200 |
commit | f9c9c49c51140f708ac58a2b60cbea817df7e056 (patch) | |
tree | 4df3f21870ac8a6bb0dc532313b9ec3013967f9d /source3/passdb/lookup_sid.h | |
parent | ac97f151ed18351bf648b00e358cfb127f261826 (diff) | |
download | samba-f9c9c49c51140f708ac58a2b60cbea817df7e056.tar.gz samba-f9c9c49c51140f708ac58a2b60cbea817df7e056.tar.bz2 samba-f9c9c49c51140f708ac58a2b60cbea817df7e056.zip |
s3:passdb: rename sids_to_unix_ids() --> sids_to_unixids() for consistency
Diffstat (limited to 'source3/passdb/lookup_sid.h')
-rw-r--r-- | source3/passdb/lookup_sid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/lookup_sid.h b/source3/passdb/lookup_sid.h index 068e499664..81f74c3ae3 100644 --- a/source3/passdb/lookup_sid.h +++ b/source3/passdb/lookup_sid.h @@ -86,7 +86,7 @@ void gid_to_sid(struct dom_sid *psid, gid_t gid); bool sid_to_uid(const struct dom_sid *psid, uid_t *puid); bool sid_to_gid(const struct dom_sid *psid, gid_t *pgid); struct wbcUnixId; -bool sids_to_unix_ids(const struct dom_sid *sids, uint32_t num_sids, +bool sids_to_unixids(const struct dom_sid *sids, uint32_t num_sids, struct unixid *ids); NTSTATUS get_primary_group_sid(TALLOC_CTX *mem_ctx, const char *username, |