Skip to content

Commit

Permalink
Add support for other realmtypes
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Jan 1, 2025
1 parent c5ff6f7 commit ea798dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Enums/Node/Access/RealmType.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ enum RealmType: string
{
case PAM = 'pam';
case PVE = 'pve';
case LDAP = 'ldap';
case AD = 'ad';
case OPEN_ID = 'openid';
}

0 comments on commit ea798dd

Please sign in to comment.