Bug 186955
| Summary: | documentation: migrate_password.pl must be modified | ||
|---|---|---|---|
| Product: | [Retired] 389 | Reporter: | Mont Rothstein <mont_rothstein> |
| Component: | wiki | Assignee: | Rich Megginson <rmeggins> |
| Status: | CLOSED WONTFIX | QA Contact: | Ben Levenson <benl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | nhosoi, rcritten |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://directory.fedora.redhat.com/wiki/Howto:Samba#Populating_FDS_with_PDC_Entry | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-13 22:45:26 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 495079 | ||
Upstream ticket: https://fedorahosted.org/389/ticket/143 Closing this bug due to moving to the trac system. https://fedorahosted.org/389/ticket/143 |
Description of problem: When doing a basic install of Samba and FDS and following the Howto for integrating the two the migrate_password.pl must be modified to migrate the Samba Administrator account. The following items must be commented out of migrate_password.pl: * mailRoutingAddress * mailHost * inetLocalMailRecipient * kerberosSecurityObject * krbName A note that these items need to be commented out, or at least the some editing of the migrate_password.pl file may be necessary, would be helpful. Version-Release number of selected component (if applicable): FDS 1.0.1 Samba 3.0.10 Migration Tools from http://www.padl.com/download/ v47 How reproducible: Always Steps to Reproduce: 1. Create file with contents: Administrator:x:0:0:Samba Admin:/root:/bin/bash 2. /usr/share/openldap/migration/migrate_passwd.pl /tmp/sambaAdmin > /tmp/sambaAdmin.ldif 3. /opt/fedora-ds/slapd-<server>/ldif2ldap "cn=Directory manager" password /tmp/sambaAdmin.ldif Actual results: The first error is about kerberosSecurityObject being an unknown objectClass. Similar errors are given about the other items listed above. The user is not added to FDS. Expected results: The user should be added to FDS Additional info: