Bug 471130
| Summary: | passsync needs a user that avoid password policies checks | ||
|---|---|---|---|
| Product: | [Retired] freeIPA | Reporter: | Simo Sorce <ssorce> |
| Component: | Documentation | Assignee: | Deon Ballard <dlackey> |
| Status: | CLOSED UPSTREAM | QA Contact: | Chandrasekar Kannan <ckannan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | benl, dpal, rcritten |
| Target Milestone: | v1.x maintenance | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-03-28 11:23:46 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Simo Sorce
2008-11-11 21:58:18 UTC
*** Bug 471132 has been marked as a duplicate of this bug. *** I need more info on this before I can add anything to the doc. Is this list of passSyncManager DNs what I need to add to the documentation? Or is it a case of "Problem statement, Solution, Procedure"? How do you add this list of DNs to the plugin config? You have to manually configure this currently. You need to modify, as Directory Manager, the entry cn=ipa_pwd_extop,cn=plugins,cn=config Add/update the attribute passSyncManagersDNs which is a multi-valued list of DNs that bypass password policy. The entry cn=Directory Manager always bypasses policy and doesn't need to be explicitly listed. An example of adding a new entry, say uid=admin: % ldapmodify -x -D "cn=Directory Manager" -W Enter LDAP Password: ******* dn: cn=ipa_pwd_extop,cn=plugins,cn=config changetype: modify add: passSyncManagersDNs passSyncManagersDNs: uid=admin,cn=users,cn=accounts,dc=example,dc=com Added to "4.3. Setting up Windows Sync on the IPA Server" afaik Deon is now responsible for all IPA doc. |