diff options
author | Jeremy Allison <jra@samba.org> | 2007-12-03 17:57:46 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-12-03 17:57:46 -0800 |
commit | 328a57e1ca5fc0e0206fdb565d5951912e84dc5e (patch) | |
tree | 4bb6f8476e33c8fc297d24c1019aefb9fd794830 /source3/nsswitch | |
parent | 6f46f75dfc2c80b99a6a5fb277bab456a5fd247b (diff) | |
download | samba-328a57e1ca5fc0e0206fdb565d5951912e84dc5e.tar.gz samba-328a57e1ca5fc0e0206fdb565d5951912e84dc5e.tar.bz2 samba-328a57e1ca5fc0e0206fdb565d5951912e84dc5e.zip |
Remove more pstrings, from the winbindd protocol def and
inside winbindd. Remove unused pstring types.
Jeremy.
(This used to be commit 9ccac8abb0420393569dbca73e7daf2742aa1099)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbind_struct_protocol.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/nsswitch/winbind_struct_protocol.h b/source3/nsswitch/winbind_struct_protocol.h index 0e3ad8bcaf..e780cadb0c 100644 --- a/source3/nsswitch/winbind_struct_protocol.h +++ b/source3/nsswitch/winbind_struct_protocol.h @@ -243,10 +243,10 @@ struct winbindd_request { struct { /* We deliberatedly don't split into domain/user to avoid having the client know what the separator - character is. */ + character is. */ fstring user; fstring pass; - pstring require_membership_of_sid; + char require_membership_of_sid[1024]; fstring krb5_cc_type; uid_t uid; } auth; /* pam_winbind auth module */ @@ -287,7 +287,7 @@ struct winbindd_request { fstring sid; /* lookupsid, sid_to_[ug]id */ struct { fstring dom_name; /* lookupname */ - fstring name; + fstring name; } name; uint32_t num_entries; /* getpwent, getgrent */ struct { |