Skip to content

Commit

Permalink
Update UserDTO.php
Browse files Browse the repository at this point in the history
added authmode ILIAS
  • Loading branch information
mstuder authored Jan 26, 2023
1 parent 789d3f9 commit e6d212c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Object/User/UserDTO.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class UserDTO extends DataTransferObject implements IUserDTO
self::AUTH_MODE_LDAP_3,
self::AUTH_MODE_LDAP_4,
self::AUTH_MODE_LDAP_5,
self::AUTH_MODE_OIDC
];
/**
* @var string
Expand Down

0 comments on commit e6d212c

Please sign in to comment.