Bug 57266 - Prepare script for second instance does not create all UCRv
Prepare script for second instance does not create all UCRv
Status: NEW
Product: UCS
Classification: Unclassified
Component: AD Connector
UCS 5.0
Other Linux
: P5 minor (vote)
: ---
Assigned To: Samba maintainers
Samba maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2024-05-10 15:11 CEST by Robert Heyer
Modified: 2024-05-10 15:12 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Feature Request
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Heyer univentionstaff 2024-05-10 15:11:33 CEST
If you create a new ADC instance using a script, not all UCRvs are created. Its just creating:

Create connectortest/ad/ldap/port
Create connectortest/ad/ldap/ssl
Create connectortest/ad/listener/dir
Create connectortest/ad/mapping/group/language
Create connectortest/ad/mapping/group/primarymail
Create connectortest/ad/mapping/syncmode
Create connectortest/ad/mapping/user/primarymail
Create connectortest/ad/poll/sleep
Create connectortest/ad/retryrejected
Create connectortest/debug/function
Create connectortest/debug/level
Create connectortest/password/service/encoding


For example, it is missing:

connector2/ad/ldap/autostart
connector2/ad/ldap/base
connector2/ad/ldap/binddn
connector2/ad/ldap/bindpw
connector2/ad/ldap/host
connector2/ad/mapping/attributes/irrelevant
connector2/ad/mapping/container/ignorelist
connector2/ad/mapping/group/grouptype
connector2/ad/mapping/group/ignorelist
connector2/ad/mapping/group/language

...and so on.

As a user, i'll have to diff the standard connector UCRv and create my own for the second instance. 

It would be user-friendly, if the UMC Wizard can be user for additional instances for the ADC.