Code: Select all
G The full given name in the original case as supplied.
I The full initials in the original case as supplied.
S The full surname in the original case as supplied.
C The full common name in the original case as supplied.
g The first character only of the given name in lower case.
i The first character only of the initials in lower case.
s The first character only of the surname in lower case.
c The first character only of the common name in lower case.
f The full given name (first name) in lower case.
l The full surname (last name) in lower case.
So, based on other posts that I saw, I did the following in an attempt to set the rules to be the firstinitial (lowercase) followed by lastname (lowercase) like jblow for Joe Blow:
Code: Select all
-> sxconfig --remove -t general.usrl_authid_rule
-> sxconfig --set -t general.usrl_authid_rule='gl@'
-> sxconfig --get -t general.usrl_authid_rule
general.usrl_authid_rule=gl@
-> ommodiam -N '"C" <gl>' -s 1
-> omshowiam -s all -f
1 domain.com "C" <gl>
It all looks like it should work. Here's what happens. If I add a user, Joe Blow, in this example, the auth id follows the rule properly and gets set to "jblow", but the mail gets set to:
Code: Select all
"Joe Blow" <j@domain.com>
seems the "l" gets ignored in the mail setting, but used properly in the auth id setting. If I use pretty much any of the other "name part" keys, they work properly, except for "c" or "l".
Is this a bug???
Oh, I'm using 11.1