#199 Setting password for local SSSD user prompts to set the password twice
Closed: Invalid None Opened 14 years ago by jgalipea.

Description[[BR]]

Not sure when this was introduced but not too long ago. Now when setting an local sssd user's password, it prompts to set the password twice.[[BR]]

[root@jennyF11 tmp]# passwd user1000@LOCAL
Changing password for user user1000@LOCAL.
New password: 
Retype new password: 
New Password: 
Reenter new Password: 
passwd: all authentication tokens updated successfully.
[root@jennyF11 tmp]# vi /etc/sssd/sssd.conf
[root@jennyF11 tmp]# service sssd restart
Stopping sssd:                                             [  OK  ]
Starting sssd:                                             [  OK  ]
[root@jennyF11 tmp]# passwd user1000
Changing password for user user1000.
New password: 
Retype new password: 
New Password: 
Reenter new Password: 
passwd: all authentication tokens updated successfully.

SSSD Configuration[[BR]]

[services]
description =  Local Service Configuration
activeServices = nss, pam
reconnection_retries = 3

[services/nss]
description = NSS Responder Configuration
filterGroups = root
filterUsers = root
debug-level = 4

[services/dp]
description = Data Provider Configuration
debug-level = 4

[services/pam]
description = PAM Responder Configuration

[services/monitor]
description = Service Monitor Configuration

[domains]
description = Domains served by SSSD
domains = LOCAL

[domains/LOCAL]
description = LOCAL Users domain
enumerate = TRUE
minId = 1000
maxId = 1003
useFullyQualifiedNames = FALSE
provider = local

Version[[BR]]
sssd-0.6.0-0.2009092214git091df02.fc11.i586


Thought maybe it was because I was using FQN, so reproduced without FQN.

Please add your pam configuration, too.

owner: somebody => sbose

The use_authtok option was missing in pam configuration

doc: 0 => 1
resolution: => invalid
status: new => closed
tests: 0 => 1

Fields changed

tests: 1 => 0
testsupdated: 0 => 1

Added this as an example PAM misconfiguration in the Troubleshooting section of the User Guide.

doc: 1 => 0
docupdated: 0 => 1

Fields changed

rhbz: => 0

Metadata Update from @jgalipea:
- Issue assigned to sbose
- Issue set to the milestone: SSSD 0.6.0

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/1241

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata