diff options
author | Jim McDonough <jmcd@samba.org> | 2004-02-12 16:10:35 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2004-02-12 16:10:35 +0000 |
commit | 595bec7bc9bb469d1209368aa5c04713fc9f4b6f (patch) | |
tree | 809bdf221b696871ae771aafa6bf50d130a61288 /source3/include | |
parent | 8437fd40bee34353ee7fe080b9d94d20eb3d6ee6 (diff) | |
download | samba-595bec7bc9bb469d1209368aa5c04713fc9f4b6f.tar.gz samba-595bec7bc9bb469d1209368aa5c04713fc9f4b6f.tar.bz2 samba-595bec7bc9bb469d1209368aa5c04713fc9f4b6f.zip |
More sync between HEAD and SAMBA_3_0
- passdb.h: replace UNKNOWN_3 with FIELDS_PRESENT
- parse_samr.c: put comment back in...seems like we shouldn't lose info like this
(This used to be commit 6b9efd2f4cd5cf042e2a04a08719a9fe83d54116)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/passdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index add286816c..139a753e8b 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -92,7 +92,7 @@ enum pdb_elements { PDB_UNKNOWNSTR, PDB_MUNGEDDIAL, PDB_HOURS, - PDB_UNKNOWN3, + PDB_FIELDS_PRESENT, PDB_BAD_PASSWORD_COUNT, PDB_LOGON_COUNT, PDB_UNKNOWN6, |