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)
commitc5b5e3d653f5c38a283d901a409be6603d5103f7
tree7f98e972c7775fdd364ff77190082d602fc76eb7
parenta7b0a2334cd8e7234c5bcb284e4c6de7a8e45f98
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
source/lib/account_pol.c
source/utils/pdbedit.c