summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_nss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-02-07 17:18:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:09:56 -0500
commit9cdab6ddc0ab8c9be7f257f971e14e7f2958bb95 (patch)
tree88df827b7c3e7eb31dae860d6d32419bdd5e7024 /source3/nsswitch/winbindd_nss.h
parent0b09d4b2f650e23f79e93433de4c1795c9382795 (diff)
downloadsamba-9cdab6ddc0ab8c9be7f257f971e14e7f2958bb95.tar.gz
samba-9cdab6ddc0ab8c9be7f257f971e14e7f2958bb95.tar.bz2
samba-9cdab6ddc0ab8c9be7f257f971e14e7f2958bb95.zip
r13375: Match XP behaviour: Don't force 'Administrator' to change an expired
password on logon. (this might be true for all domain admins as well). Guenther (This used to be commit 24c6b9fecb521380008cb44e6d987a6f495027dc)
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r--source3/nsswitch/winbindd_nss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h
index 033e51d794..b01053d63c 100644
--- a/source3/nsswitch/winbindd_nss.h
+++ b/source3/nsswitch/winbindd_nss.h
@@ -338,8 +338,8 @@ struct winbindd_response {
time_t pass_must_change_time;
uint16 logon_count;
uint16 bad_pw_count;
- fstring user_sid;
- fstring group_sid;
+ uint32 user_rid;
+ uint32 group_rid;
fstring dom_sid;
uint32 num_groups;
uint32 user_flgs;