Listing account objects
When listing account objects, agtpython
writes output to files in the <instance>\psconfig\ directory.
For Bravura Security Fabric 12.0.0 or later, agtpython
writes output in SQLite table format. It writes to the <target id>.db file in the <instance>\psconfig\ directory and must include the following:
agtpython
discobj table output for account objectsstableid | type | longid | shortid | displayid | sd |
---|---|---|---|---|---|
<SID of user> | <account type> | <SID of user> | <SID of user> | <Object name> |
agtpython
discobjattr table output for account objectsstableid | type | attrkey | attrval | seqno |
---|---|---|---|---|
<SID of user> | <account type> | disabled | 0 | 0 |
<SID of user> | <account type> | deleted | 0 | 0 |
<SID of user> | <account type> | attr1 | value 1-1 | 0 |
<SID of user> | <account type> | attr2 | value 1-2 | 0 |
agtpython
discobjrel table output for account objectsparent_stableid | parent_type | reltype | child_stableid | child_type | child_name | child_sd |
---|---|---|---|---|---|---|
SID of user | <account type> | SUB | stableid | ACCT | lingid | securityDomain |
See sample scripts agtpython-simple.py
and agtpython-sqlite.py
located in the samples directory.