Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2155813

Summary: [DDF] Could you added the below instructions after the session:
Product: Red Hat Directory Server Reporter: Direct Docs Feedback <ddf-bot>
Component: DocumentationAssignee: Mugdha Soni <musoni>
Documentation sub component: DDF QA Contact:
Status: CLOSED NEXTRELEASE Docs Contact:
Severity: medium    
Priority: medium CC: cilmar, emartyny, radrao, rhel-docs, tbordaz, vashirov
Version: 11.0Keywords: Documentation
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-03-06 10:08:20 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 Direct Docs Feedback 2022-12-22 12:47:41 UTC
Could you added the below instructions after the session:
2.3.1.1. Creating a New Database Link Using the Command Line
https://access.redhat.com/documentation/en-us/red_hat_directory_server/11/html/administration_guide/configuring_directory_databases-creating_and_maintaining_database_links#additional_information_on_required_setting_when_creating_a_database_link

In case you need create a root link without the domain "dc=example,dc=com" for a suffix that is not being replicated between all hosts, it should be possible, however the cookip don't will be showing this information, therefore you can add that using:

# dsconf -D "cn=Directory Manager" ldap://server.example.com chaining link-create --suffix="cn=audit" --server-url="ldap://remote_server.example.com:389" --bind-mech="" --bind-dn="cn=proxy_user,cn=config" --bind-pw="password" "audit"

In addition to this, an ACI entry must be created in cn=audit suffix over local server:
(targetattr = "*")(version 3.0; acl "proxy acl"; allow(proxy) userdn="ldap:///uid=proxy_user,cn=config";)

Consider that "cn=audit" does exist only on remote host "remote_server.example.com" and after the above comamands you can see using CLI on local server:
# dsconf -D "cn=Directory Manager" ldap://server.example.com chaining link-list

Reported by: rhn-support-ciolivei

https://access.redhat.com/documentation/en-us/red_hat_directory_server/11/html/administration_guide/configuring_directory_databases-creating_and_maintaining_database_links#annotations:9182923b-8924-46fd-93fe-cbfc42ca6740

Comment 2 radrao 2023-02-20 09:24:17 UTC
Assigning this bug to Mugdha Soni.

Comment 3 Mugdha Soni 2023-03-01 07:47:54 UTC
Hi 

If we talk about RHDS 11 content, changes touch Administration Guide. I wanted to inquire if these changes are valid for RHDS 12 ? 


Thanks 
Mugdha Soni