Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting password for local SSSD user prompts to set the password twice #1241

Closed
sssd-bot opened this issue May 2, 2020 · 0 comments
Closed
Assignees

Comments

@sssd-bot
Copy link

sssd-bot commented May 2, 2020

Cloned from Pagure issue: https://pagure.io/SSSD/sssd/issue/199

  • Created at 2009-09-22 22:46:57 by jgalipea
  • Closed as Invalid
  • Assigned to sbose

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

Comments


Comment from jgalipea at 2009-09-22 22:50:59

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


Comment from sbose at 2009-09-23 09:03:58

Please add your pam configuration, too.

owner: somebody => sbose


Comment from sbose at 2009-09-23 15:43:36

The use_authtok option was missing in pam configuration

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


Comment from jgalipea at 2009-09-23 16:08:17

Fields changed

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


Comment from obriend at 2009-11-11 07:04:46

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

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


Comment from dpal at 2012-01-19 02:20:14

Fields changed

rhbz: => 0


Comment from jgalipea at 2017-02-24 14:22:27

Metadata Update from @jgalipea:

  • Issue assigned to sbose
  • Issue set to the milestone: SSSD 0.6.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants