Skip to content

Commit

Permalink
fix (handlers/authmethods): fix ldap authorized actions (#2892)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambrt committed Feb 22, 2023
1 parent f065c1e commit 5cc1c4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ var (
action.Read.String(),
action.Update.String(),
action.Delete.String(),
action.ChangeState.String(),
action.Authenticate.String(),
}
)
Expand Down
1 change: 0 additions & 1 deletion internal/daemon/controller/handlers/authmethods/ldap.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func init() {
action.Read,
action.Update,
action.Delete,
action.ChangeState,
action.Authenticate,
}
}
Expand Down

0 comments on commit 5cc1c4f

Please sign in to comment.