Make it possible to query account policy values from pdbedit (set to come soon).
authorAndrew Bartlett <abartlet@samba.org>
Wed, 24 Jul 2002 05:26:32 +0000 (05:26 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 24 Jul 2002 05:26:32 +0000 (05:26 +0000)
commit24675d99e51609de542c70a8e6f39befeed46722
tree88eea2eec03a093d36dce9d87e2f2c9b8dc8e07b
parent3760e52ca852c2818787720c9f33a4ddf5d66145
Make it possible to query account policy values from pdbedit (set to come soon).

Update account_pol.c to use just uint32, rather then uint32 for paramaters,
int32 for storage.  (The int32 functions didn't have seperate return/status
values, uint32 functions use a pointer-paramater).

Move the #define -> string from a swtich to a table, so we can look it up
both ways.

Andrew Bartlett
(This used to be commit c5b5e3d653f5c38a283d901a409be6603d5103f7)
source3/lib/account_pol.c
source3/utils/pdbedit.c