summaryrefslogtreecommitdiff
path: root/source3/passdb/nispass.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-03-02 19:29:02 +0000
committerJeremy Allison <jra@samba.org>2001-03-02 19:29:02 +0000
commite9f555e4bd0c778e40f9661562806fb52dc421d9 (patch)
tree4b8dfd54ae78b071b1b037953cde3b7b2ecae18d /source3/passdb/nispass.c
parent28c43a3cd50e2504f814d864f6423b5df4dc8d45 (diff)
downloadsamba-e9f555e4bd0c778e40f9661562806fb52dc421d9.tar.gz
samba-e9f555e4bd0c778e40f9661562806fb52dc421d9.tar.bz2
samba-e9f555e4bd0c778e40f9661562806fb52dc421d9.zip
Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes.
Jeremy. (This used to be commit c3a1904564175a7a5cf71e88540b96f7daa59730)
Diffstat (limited to 'source3/passdb/nispass.c')
-rw-r--r--source3/passdb/nispass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/nispass.c b/source3/passdb/nispass.c
index 4b4e281c29..2959f6ca7c 100644
--- a/source3/passdb/nispass.c
+++ b/source3/passdb/nispass.c
@@ -353,7 +353,7 @@ static BOOL make_sam_from_nisp_object(struct sam_passwd *pw_buf, nis_object *obj
pw_buf->logon_divs = 168; /* hours per week */
pw_buf->hours_len = 21; /* 21 times 8 bits = 168 */
memset(pw_buf->hours, 0xff, pw_buf->hours_len); /* available at all hours */
- pw_buf->unknown_5 = 0x00020000; /* don't know */
+ pw_buf->unknown_5 = 0x00000000; /* don't know */
pw_buf->unknown_6 = 0x000004ec; /* don't know */
return True;