Here is what I am trying to accomplish based on a users Given Name and Surname.
I need the email address to be fist.last@example.com and the authid to be first.last.
I can't get that result using the following.
Code: Select all
->mmodiam -s 1 -N 'C <f.l>'
->sxconfig --get -t "orniasys.all"
orniasys.domain_part_1=example.com
orniasys.name_part_1=C <f.l>
orniasys.domain_part_2=
orniasys.name_part_2=
orniasys.domain_part_3=
orniasys.name_part_3=
orniasys.domain_part_4=
orniasys.name_part_4=
orniasys.domain_part_5=
orniasys.name_part_5=
I edited /var/opt/scalix/d6/s/sys/general.cfg and changed:
USRL_AUTO_GEN_AUTHID=G.S
to
USRL_AUTO_GEN_AUTHID=f.l
Just to be sure I restarted scalix, scalix-postgres, scalix-tomcat and httpd.
Code: Select all
->sxconfig --get -t general.usrl_authid_rule
general.usrl_authid_rule=f.l
Logged out of SAC, closed the browser and logged back in again.
All looks good at this point, however when I log into SAC and add a user, in the "Mail Address" field, nothing on that line gets auto filled in. Also the "Authentication ID" filled remains blank as well.
What am I doing wrong? I sincerely appreciate any help that you may provide.