adeutscher / DirectoryTools

0 stars 0 forks source link

Improve User Account Control flags for AD #36

Closed adeutscher closed 9 years ago

adeutscher commented 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:

adeutscher commented 9 years ago

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.