Removes the enable_value and assumes an account is enabled by default.
Expects the status attribute to be parsable as i32 like userAccountControl on AD.
It renames the disable_values to disable_bitflags which are tested against the status attribute like for example ACCOUNTDISABLE (2) for AD.
Closes #12
Removes the enable_value and assumes an account is enabled by default. Expects the status attribute to be parsable as i32 like userAccountControl on AD. It renames the disable_values to disable_bitflags which are tested against the status attribute like for example ACCOUNTDISABLE (2) for AD.