Removed undefined type from LDAP userAccountControl (#9309)

This commit is contained in:
Aiden Foxx
2021-11-01 16:35:23 +01:00
committed by GitHub
parent cb9728c8ab
commit 4ef7203b88

View File

@@ -28,7 +28,7 @@ interface UserInfo {
firstName?: string;
lastName?: string;
email?: string;
userAccountControl?: number;
userAccountControl: number;
}
// 0x2: ACCOUNTDISABLE