Hi
I've a Nextcloud install with integrated OJSXC xmpp client. The Nextcloud install relies on LDAP for user authentication and lets them use either their ldap uid (firstinitialsurname) or mail address (
The problem I'm running into is that to Jabber
So my question is how can I turn
ldap_uids:
- "mail": "%u@%d"
- "uid": "%u"
Into something like
ldap_uids:
- "mail": "%u@%d" OR "uid": "%u"