Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem: Update man page for ipa-adtrust-install by removing --no-msdcs option
Version-Release number of selected component (if applicable):
ipa-server-trust-ad-4.4.0-14.el7_3.x86_64
How reproducible:
Always
Steps to Reproduce:
1. Run ipa-adtrust-install --help
2. Check the output.
Actual results:
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-d, --debug print debugging information
--netbios-name=NETBIOS_NAME
NetBIOS name of the IPA domain
--rid-base=RID_BASE Start value for mapping UIDs and GIDs to RIDs
--secondary-rid-base=SECONDARY_RID_BASE
Start value of the secondary range for mapping UIDs
and GIDs to RIDs
-U, --unattended unattended installation never prompts the user
-a ADMIN_PASSWORD, --admin-password=ADMIN_PASSWORD
admin user kerberos password
-A ADMIN_NAME, --admin-name=ADMIN_NAME
admin user principal
--add-sids Add SIDs for existing users and groups as the final
step
--add-agents Add IPA masters to a list of hosts allowed to
serveinformation about users from trusted forests
--enable-compat Enable support for trusted domains for old clients
Expected results:
It doesn't list any option for '--no-msdcs' which is deprecated.
So we should be removing it from man page.
Additional info:
--no-msdcs
Do not create DNS service records for Windows in managed DNS server. Since those DNS service records are the only way to discover domain controllers of other domains they must be added manually to a different DNS server to allow trust reala‐tionships work properly. All needed service records are listed when ipa-adtrust-install finishes and either --no-msdcs was given or no IPA DNS service is configured. Typically service records for the following service names are needed for the IPA domain which should point to all IPA servers:
· _ldap._tcp
· _kerberos._tcp
· _kerberos._udp
· _ldap._tcp.dc._msdcs
· _kerberos._tcp.dc._msdcs
· _kerberos._udp.dc._msdcs
· _ldap._tcp.Default-First-Site-Name._sites.dc._msdcs
· _kerberos._tcp.Default-First-Site-Name._sites.dc._msdcs
· _kerberos._udp.Default-First-Site-Name._sites.dc._msdcs
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.
https://access.redhat.com/errata/RHBA-2017:2304
Description of problem: Update man page for ipa-adtrust-install by removing --no-msdcs option Version-Release number of selected component (if applicable): ipa-server-trust-ad-4.4.0-14.el7_3.x86_64 How reproducible: Always Steps to Reproduce: 1. Run ipa-adtrust-install --help 2. Check the output. Actual results: Options: --version show program's version number and exit -h, --help show this help message and exit -d, --debug print debugging information --netbios-name=NETBIOS_NAME NetBIOS name of the IPA domain --rid-base=RID_BASE Start value for mapping UIDs and GIDs to RIDs --secondary-rid-base=SECONDARY_RID_BASE Start value of the secondary range for mapping UIDs and GIDs to RIDs -U, --unattended unattended installation never prompts the user -a ADMIN_PASSWORD, --admin-password=ADMIN_PASSWORD admin user kerberos password -A ADMIN_NAME, --admin-name=ADMIN_NAME admin user principal --add-sids Add SIDs for existing users and groups as the final step --add-agents Add IPA masters to a list of hosts allowed to serveinformation about users from trusted forests --enable-compat Enable support for trusted domains for old clients Expected results: It doesn't list any option for '--no-msdcs' which is deprecated. So we should be removing it from man page. Additional info: --no-msdcs Do not create DNS service records for Windows in managed DNS server. Since those DNS service records are the only way to discover domain controllers of other domains they must be added manually to a different DNS server to allow trust reala‐tionships work properly. All needed service records are listed when ipa-adtrust-install finishes and either --no-msdcs was given or no IPA DNS service is configured. Typically service records for the following service names are needed for the IPA domain which should point to all IPA servers: · _ldap._tcp · _kerberos._tcp · _kerberos._udp · _ldap._tcp.dc._msdcs · _kerberos._tcp.dc._msdcs · _kerberos._udp.dc._msdcs · _ldap._tcp.Default-First-Site-Name._sites.dc._msdcs · _kerberos._tcp.Default-First-Site-Name._sites.dc._msdcs · _kerberos._udp.Default-First-Site-Name._sites.dc._msdcs