Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

authentication failure (wrong key) #127

Closed
thbtcllt opened this issue Dec 20, 2018 · 0 comments
Closed

authentication failure (wrong key) #127

thbtcllt opened this issue Dec 20, 2018 · 0 comments

Comments

@thbtcllt
Copy link

Since commit ae6e90a authentication is no more possible.

The issue is due to the following change

  •        for(i = tac_srv_no-1; i >= 0; i--) {
    
  •        for(i = tac_srv_no-1; i != 0; i--) {
    

in the support.c file
With this change the key is no more store for the first server (the case of i equal 0)

So a configuration like
auth required /lib/security/pam_tacplus.so debug server=1.1.1.1 secret=SECRET-1
does not work anymore (the secret SECRET-1 is no more set for the server 1.1.1.1)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant