moving SAM_ACCOUNT to include a bit field for initialized
authorGerald Carter <jerry@samba.org>
Thu, 27 Dec 2001 06:38:04 +0000 (06:38 +0000)
committerGerald Carter <jerry@samba.org>
Thu, 27 Dec 2001 06:38:04 +0000 (06:38 +0000)
commit04aff47c716a51a1039b44a81d6ff19eeaa09017
treee2fc04ef3089c003baa711d55cd89310b824d44b
parentb6bbc39204a4676922099ab78b6c48009266d1bb
moving SAM_ACCOUNT to include a bit field for initialized
members (such as uid and gid).  This way we will be able to
keep ourselves from writing out default smb.conf settings when
the admin doesn't want to,  That part is not done yet.

Tested compiles with ldap/tdb/smbpasswd.  Tested connection with smbpasswd
backend.

oh...and smbpasswd doesn'y automatically expire accounts after 21 days
from the last password change either now.  Just ifdef'd out that code
in build_sam_account().

Will merge updates into 2.2 as they are necessary.

jerry
(This used to be commit f0d43791157d8f04a13a07d029f203ad4384d317)
source3/include/smb.h
source3/passdb/passdb.c
source3/passdb/pdb_ldap.c
source3/passdb/pdb_nisplus.c
source3/passdb/pdb_smbpasswd.c
source3/passdb/pdb_tdb.c
source3/rpc_server/srv_pipe.c
source3/smbd/password.c
source3/utils/pdbedit.c