gp_csv: Parse the audit.csv file which records audit settings
authorGarming Sam <garming@catalyst.net.nz>
Thu, 10 May 2018 05:15:23 +0000 (17:15 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 16 Aug 2018 21:42:21 +0000 (23:42 +0200)
commit4a69308b7a5fa3f14681fd951999500129ee5bea
tree3e39b76030e0e6ef63f77f7d8494312f68632237
parente27c8689f7fafdeb5f7b5e4fbebe131e056bb7c0
gp_csv: Parse the audit.csv file which records audit settings

Based on the setting, the csv will omit certain fields. Using this we
can later infer as to how to generalize the ACLs and SIDs.

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/gp_parse/gp_csv.py [new file with mode: 0644]