Add a small utility that can print out the SEC DESCs in NTUSER.DAT.
authorRichard Sharpe <sharpe@samba.org>
Thu, 31 Oct 2002 17:27:47 +0000 (17:27 +0000)
committerRichard Sharpe <sharpe@samba.org>
Thu, 31 Oct 2002 17:27:47 +0000 (17:27 +0000)
commit094166151b950e0c1f1fb12f4320d6bcb3673988
tree7fac03f7e4cbf31f39857acaaf374ad76f7486b6
parent0af30d452d1fe7f975a8ffaabfd946bb9801e4ce
Add a small utility that can print out the SEC DESCs in NTUSER.DAT.

This is an early, messy version of the code, but it illustrates what can
be done. It currently only prints the Owner SID, Group SID, and Perms and
SID from each ACE.

Once more work is done, it could actually walk the SEC DESCs and ACEs and
change the SIDS ...
(This used to be commit 322151509c255aa288627ae239661154ab0c83d5)
source3/utils/profiles.c [new file with mode: 0644]