diff options
author | Tim Potter <tpot@samba.org> | 2000-10-05 03:35:37 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-10-05 03:35:37 +0000 |
commit | f0873c24656e0b1019b25e66e5fd0c0a38ea789f (patch) | |
tree | d84d0c8643f5d5473574d6b4c81beafd640ae311 /source3/nsswitch | |
parent | f0af8acc9d6a546fe96a8a8ab985224c353084dd (diff) | |
download | samba-f0873c24656e0b1019b25e66e5fd0c0a38ea789f.tar.gz samba-f0873c24656e0b1019b25e66e5fd0c0a38ea789f.tar.bz2 samba-f0873c24656e0b1019b25e66e5fd0c0a38ea789f.zip |
Spelling flames. (-:
(This used to be commit 178e6971005505d2debd74b761ecfaa982336a53)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/wb_client.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source3/nsswitch/wb_client.c b/source3/nsswitch/wb_client.c index f122512c13..b6dda60f95 100644 --- a/source3/nsswitch/wb_client.c +++ b/source3/nsswitch/wb_client.c @@ -236,7 +236,7 @@ static BOOL winbind_gid_to_sid(DOM_SID *sid, gid_t gid) /***************************************************************** - *THE CANNONICAL* convert name to SID function. + *THE CANONICAL* convert name to SID function. Tries winbind first - then uses local lookup. *****************************************************************/ @@ -254,7 +254,7 @@ BOOL lookup_name(char *name, DOM_SID *psid, enum SID_NAME_USE *name_type) } /***************************************************************** - *THE CANNONICAL* convert SID to name function. + *THE CANONICAL* convert SID to name function. Tries winbind first - then uses local lookup. *****************************************************************/ @@ -276,7 +276,7 @@ BOOL lookup_sid(DOM_SID *sid, fstring dom_name, fstring name, enum SID_NAME_USE } /***************************************************************** - *THE CANNONICAL* convert uid_t to SID function. + *THE CANONICAL* convert uid_t to SID function. Tries winbind first - then uses local lookup. Returns SID pointer. *****************************************************************/ @@ -293,7 +293,7 @@ DOM_SID *uid_to_sid(DOM_SID *psid, uid_t uid) } /***************************************************************** - *THE CANNONICAL* convert gid_t to SID function. + *THE CANONICAL* convert gid_t to SID function. Tries winbind first - then uses local lookup. Returns SID pointer. *****************************************************************/ @@ -310,7 +310,7 @@ DOM_SID *gid_to_sid(DOM_SID *psid, gid_t gid) } /***************************************************************** - *THE CANNONICAL* convert SID to uid function. + *THE CANONICAL* convert SID to uid function. Tries winbind first - then uses local lookup. Returns True if this name is a user sid and the conversion was done correctly, False if not. @@ -362,7 +362,7 @@ BOOL sid_to_uid(DOM_SID *psid, uid_t *puid, enum SID_NAME_USE *sidtype) } /***************************************************************** - *THE CANNONICAL* convert SID to gid function. + *THE CANONICAL* convert SID to gid function. Tries winbind first - then uses local lookup. Returns True if this name is a user sid and the conversion was done correctly, False if not. |