Can the namespace be configurable by Admin in Canton?

Hi Team,

Questions coming from client who is looking for way to set their naming standard in Canton - Can the Domain operator set the Naming Standard for Participant and Domain Nodes? Kindly point me to the correct docs if any. Many thanks!

Participant and domain nodes are identified using “unique identifiers”. Identity Management — Daml SDK 2.0.0 documentation

A unique identifier is the combination of a string you can choose freely and the fingerprint of a public key, which you by nature can not choose freely. By default, the node will auto-initialise the freely choosable part to the name you’ve used in the configuration file (example: canton.participants.dorrits_participant = {} will create an id dorrits_participant::)

I hope this answers your question!