Bug 870238
| Summary: | IPA client cannot change AD Trusted User password | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Scott Poore <spoore> |
| Component: | sssd | Assignee: | Jakub Hrozek <jhrozek> |
| Status: | CLOSED ERRATA | QA Contact: | Kaushik Banerjee <kbanerje> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4 | CC: | abokovoy, grajaiya, jgalipea, mkosek, nsoman, pbrezina, sbose, sgoveas |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | sssd-1.9.2-24.el6 | Doc Type: | Bug Fix |
| Doc Text: |
No Documentation Needed
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-21 09:38:49 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 881827 | ||
|
Description
Scott Poore
2012-10-25 21:34:42 UTC
I changed the component to sssd because ipa is not involved here. Upstream ticket: https://fedorahosted.org/sssd/ticket/1615 [root@ibm-x3500m4-01 ~]# ipa trust-find
---------------
1 trust matched
---------------
Realm name: adlab.qe
Domain NetBIOS name: ADLAB
Domain Security Identifier: S-1-5-21-3655990580-1375374850-1633065477
Trust type: Active Directory domain
----------------------------
Number of entries returned 1
----------------------------
* Following methods are not supported to change AD user password
[root@ibm-x3500m4-01 ~]# kinit Administrator
Password for Administrator:
[root@ibm-x3500m4-01 ~]# passwd fuser
Changing password for user fuser.
Password reset by root is not supported.
passwd: Authentication token manipulation error
[root@ibm-x3500m4-01 ~]# passwd fuser
Changing password for user fuser.
Password reset by root is not supported.
passwd: Authentication token manipulation error
* ipa passwd is used only for IPA users not for AD users
[root@ibm-x3500m4-01 ~]# kinit admin
Password for admin:
[root@ibm-x3500m4-01 ~]# ipa passwd fuser
ipa: ERROR: The realm for the principal does not match the realm for this IPA server
[root@ibm-x3500m4-01 ~]# ipa passwd fuser
ipa: ERROR: The realm for the principal does not match the realm for this IPA server
* Only passwd cmd executed from AD user is supported
(Note: GPO password minimum age policy setting can be modified from 1 to 0 for testing purpose as done in this case)
[root@ibm-x3500m4-01 ~]# ssh -l nuser1 ibm-x3500m4-01.testrelm.com
nuser1@ibm-x3500m4-01.testrelm.com's password:
Your password will expire in 41 day(s)
Could not chdir to home directory /home/adlab.qe/nuser1: No such file or directory
-sh-4.1$ passwd
Changing password for user nuser1.
Current Password:
New password:
Retype new password:
Your password will expire in 42 day(s).
passwd: all authentication tokens updated successfully.
Verified in version ipa-server-3.0.0-24.el6.x86_64 and sssd-1.9.2-82.el6.x86_64
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0508.html |