summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_nss.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-09-12 05:39:55 +0000
committerTim Potter <tpot@samba.org>2002-09-12 05:39:55 +0000
commit21a738b8d08da7581b7ce7d498d89a6c5d651d2b (patch)
treefa041a34e16a37c81709262e133c5c643083030c /source3/nsswitch/winbindd_nss.h
parenta9b450cba82b0788590a0a2a0a56e256ba83144d (diff)
downloadsamba-21a738b8d08da7581b7ce7d498d89a6c5d651d2b.tar.gz
samba-21a738b8d08da7581b7ce7d498d89a6c5d651d2b.tar.bz2
samba-21a738b8d08da7581b7ce7d498d89a6c5d651d2b.zip
Merge undone cleanups.
(This used to be commit d87c1f507d38444e627bce59b6c765d9c9479ac6)
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r--source3/nsswitch/winbindd_nss.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h
index 21081cb09c..368bf10cea 100644
--- a/source3/nsswitch/winbindd_nss.h
+++ b/source3/nsswitch/winbindd_nss.h
@@ -127,8 +127,10 @@ struct winbindd_request {
uid_t uid; /* getpwuid, uid_to_sid */
gid_t gid; /* getgrgid, gid_to_sid */
struct {
+ /* We deliberatedly don't split into domain/user to
+ avoid having the client know what the separator
+ character is. */
fstring user;
- fstring domain;
fstring pass;
} auth; /* pam_winbind auth module */
struct {