Using kopanoAliases with Multiple Aliases
-
I have a Kopano 8.6.x setup using 389DS LDAP as my backend. Everything is working for my users. Currently, I have one user with kopanoAliases attribute populated, but only one alias is assigned. I’m struggling to find examples of assigning multiple aliases to the one user. I have tried space separated and comma separated without success. An example of a working LDAP user is as follows:
[snip]
kopanoAccount: 1
kopanoAdmin: 1
kopanoAliases: alias1@mydomain.com
[/snip]Trying something like,
kopanoAliases: alias1@mydomain.com alias2@mydomain.com
or
kopanoAliases: alias1@mydomain.com,alias2@mydomain.com
doesn’t work.
Can someone provide the proper LDAP attribute string example for multiple aliases? Thanks!
-
Hi @ersaxp,
you simply repeat the attribute.
kopanoAliases: alias1@mydomain.com kopanoAliases: alias2@mydomain.com
-
Fantastic! That was easy, thanks!