summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_nss.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-11-14 20:02:02 +0000
committerJeremy Allison <jra@samba.org>2001-11-14 20:02:02 +0000
commit5d97ab9df86af7004572f227f47bd74a0830833d (patch)
tree69006a257cf4c9b0bf1254d1e5faf452cbdd0d28 /source3/nsswitch/winbindd_nss.h
parentb7f6113c2dcadef6a9cc123ce719171523f54d23 (diff)
downloadsamba-5d97ab9df86af7004572f227f47bd74a0830833d.tar.gz
samba-5d97ab9df86af7004572f227f47bd74a0830833d.tar.bz2
samba-5d97ab9df86af7004572f227f47bd74a0830833d.zip
Got ready to implement Martin's idea, but request doesn't have a length
field.... well, now at least the code is there when it does :-). Jeremy. (This used to be commit 22e323ca47325482b6ae527070509ed9c6cbccee)
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r--source3/nsswitch/winbindd_nss.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h
index 20667b0a9b..a99e3b3e1f 100644
--- a/source3/nsswitch/winbindd_nss.h
+++ b/source3/nsswitch/winbindd_nss.h
@@ -59,13 +59,13 @@ enum winbindd_cmd {
/* PAM authenticate and password change */
WINBINDD_PAM_AUTH,
- WINBINDD_PAM_AUTH_CRAP,
+ WINBINDD_PAM_AUTH_CRAP,
WINBINDD_PAM_CHAUTHTOK,
/* List various things */
- WINBINDD_LIST_USERS, /* List w/o rid->id mapping */
- WINBINDD_LIST_GROUPS, /* Ditto */
+ WINBINDD_LIST_USERS, /* List w/o rid->id mapping */
+ WINBINDD_LIST_GROUPS, /* Ditto */
WINBINDD_LIST_TRUSTDOM,
/* SID conversion */
@@ -73,7 +73,7 @@ enum winbindd_cmd {
WINBINDD_LOOKUPSID,
WINBINDD_LOOKUPNAME,
- /* S*RS functions */
+ /* Lookup functions */
WINBINDD_SID_TO_UID,
WINBINDD_SID_TO_GID,
@@ -121,7 +121,7 @@ struct winbindd_request {
fstring name; /* lookupname */
uint32 num_entries; /* getpwent, getgrent */
} data;
- fstring domain; /* {set,get,end}{pw,gr}ent() */
+ fstring domain; /* {set,get,end}{pw,gr}ent() */
};
/* Response values */