Closed adeutscher closed 9 years ago
Kicking myself now, but I've now learned how flags are properly stored at the bit level.
The main flags-like variable in DirectoryTools is for the Active Directory User Account Control property.
Things to review/add:
Added actual use of bitmasking in a73ae8e . In hindsight, making an entire class for this was a bit overkill, but the new method is leaps and bounds better than the old one.
Kicking myself now, but I've now learned how flags are properly stored at the bit level.
The main flags-like variable in DirectoryTools is for the Active Directory User Account Control property.
Things to review/add: