Skip to content

Commit

Permalink
tweak(Tinebase): ad userAccount flags
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweiss committed Oct 1, 2024
1 parent 9f22545 commit 9a5de63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tine20/Tinebase/User/ActiveDirectory.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ class Tinebase_User_ActiveDirectory extends Tinebase_User_Ldap
// TODO move more duplicated (in User/Group AD controllers) code into traits
use Tinebase_ActiveDirectory_DomainConfigurationTrait;

// see http://www.selfadsi.de/ads-attributes/user-userAccountControl.htm for more constants
const ACCOUNTDISABLE = 2;
const PASSWD_CANT_CHANGE = 64;
const NORMAL_ACCOUNT = 512;

/**
Expand Down

0 comments on commit 9a5de63

Please sign in to comment.