Skip to content

Commit

Permalink
Merge pull request #132 from softScheck/pam-servicename-bugfix
Browse files Browse the repository at this point in the history
Actually use PAM Service Name if set
  • Loading branch information
NHAS authored Oct 10, 2024
2 parents 5251789 + d8bb666 commit 6389c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/data/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func getInt(key string) (ret int, err error) {

func GetPAM() (details PAM, err error) {

response, err := etcd.Get(context.Background(), OidcDetailsKey)
response, err := etcd.Get(context.Background(), PamDetailsKey)
if err != nil {
return PAM{}, err
}
Expand Down

0 comments on commit 6389c0f

Please sign in to comment.