famedly / famedly-sync

GNU Affero General Public License v3.0
4 stars 0 forks source link

feat!: Implement bitflag for status attribute with multiple disable values #20

Closed skomski closed 2 months ago

skomski commented 2 months ago

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.