diff options
author | Jim McDonough <jmcd@samba.org> | 2005-01-10 18:29:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:53:50 -0500 |
commit | deaaa6ee9ee0e3f170498baabca4a175453718ed (patch) | |
tree | 5a03768f3e660526339eb3f810f7b0d34d6a73d3 /source3/include | |
parent | a9928f0d95670b0e770fc9e8b7673bc863c1253b (diff) | |
download | samba-deaaa6ee9ee0e3f170498baabca4a175453718ed.tar.gz samba-deaaa6ee9ee0e3f170498baabca4a175453718ed.tar.bz2 samba-deaaa6ee9ee0e3f170498baabca4a175453718ed.zip |
r4651: Add "refuse machine password change" policy field. This update will just
return the appropriate reg value. Enforcement to be added soon.
Also, fix account policy tdb upgrade so it doesn't just wipe out everything
that was in there from a a previous version.
(This used to be commit ccae934cf9de4b234bac324b8d878c8ec7862f67)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index a7db0c0a86..d15f630507 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -638,7 +638,7 @@ typedef struct { #define AP_RESET_COUNT_TIME 7 #define AP_BAD_ATTEMPT_LOCKOUT 8 #define AP_TIME_TO_LOGOUT 9 - +#define AP_REFUSE_MACHINE_PW_CHANGE 10 /* * Flags for local user manipulation. |