#2153 Password change on Mac does not work with IPA
Closed: insufficientinfo a year ago by rcritten. Opened 12 years ago by dpal.

No Description Provided


Couldn't get a password change prompt for users with expired password via system login or ssh:

# ssh -l usr6 localhost
Password:
Password:

Was able to change password via kinit:

macmini:~ root# kinit usr6
Please enter the password for usr6@LAB.ENG.PNQ.REDHAT.COM: 
Your password has expired, would you like to change it? (yes/no): yes
Please enter the old password for usr6@LAB.ENG.PNQ.REDHAT.COM: 
Warning: Your password will expire in less than one hour.
Please enter the new password for usr6@LAB.ENG.PNQ.REDHAT.COM: 
Verifying, please re-enter the new password for usr6@LAB.ENG.PNQ.REDHAT.COM again: 
Warning: Your password will expire in less than one hour.
Password for usr6@LAB.ENG.PNQ.REDHAT.COM has been changed.

In order to properly support password changes via ssh normally you need to enable ChallengeResponseAuthentication in the openssh server configuration.

Is that enabled for you ?

Replying to [comment:2 simo]:

In order to properly support password changes via ssh normally you need to enable ChallengeResponseAuthentication in the openssh server configuration.

Is that enabled for you ?

Yes.

macmini:~ root# cat /etc/sshd_config | grep ChallengeResponse
#ChallengeResponseAuthentication yes
ChallengeResponseAuthentication yes

Metadata Update from @dpal:
- Issue assigned to rcritten
- Issue set to the milestone: Tickets Deferred

7 years ago

We lost traction on this and have no Mac to test with, closing.

Metadata Update from @rcritten:
- Issue close_status updated to: insufficientinfo
- Issue status updated to: Closed (was: Open)

a year ago

Login to comment on this ticket.

Metadata