added a tdb to store the account policy informations.
authorJean-François Micouleau <jfm@samba.org>
Mon, 3 Dec 2001 17:14:23 +0000 (17:14 +0000)
committerJean-François Micouleau <jfm@samba.org>
Mon, 3 Dec 2001 17:14:23 +0000 (17:14 +0000)
commitbc28a8eebd9245ce3004ae4b1a359db51f77bf21
treee2807c26af2c387f9bf00d1694a27fe5ad8c6bf4
parent80010d80f93cfb32c53a1720c7564fb080846f35
added a tdb to store the account policy informations.
You can change them with either usermanager->policies->account
or from a command prompt on NT/W2K: net accounts /domain

we can add a rpc accounts to the net command. As the net_rpc.c is still
empty, I did not start. How should I add command to it ? Should I take the
rpcclient/cmd_xxx functions and call them from there ?

alse changed the SAM_UNK_INFO_3 parser, it's an NTTIME. This one is more
for jeremy ;-)

        J.F.
source/Makefile.in
source/groupdb/mapping.c
source/include/rpc_samr.h
source/include/smb.h
source/lib/account_pol.c [new file with mode: 0644]
source/lib/time.c
source/passdb/passdb.c
source/rpc_parse/parse_samr.c
source/rpc_server/srv_samr_nt.c
source/smbd/server.c
source/utils/smbgroupedit.c