I want my users to display in the format “Lastname, Firstname”. How do I configure this?

From Scalix Wiki
Revision as of 16:02, 10 May 2007 by Karyn.hunt (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

1) In the directory /var/opt/scalix/sys, add the following line to the file general.cfg:

 USRL_AUTO_GEN_SGI_2_CN=S, G I 

2) Subsequent use of Scalix commands that add users will enable Scalix to display users in the “Lastname,Firstname” format. For example:

 omaddu -n "Steve Wallace/hq" -p password 
 omaddent -e S=Chavez/G=Enrico/OU1=internet/IA=enrico.chavez @company.net -a 

3) You must use the -a option with omaddent to enable it to read the settings in the file general.cfg.

4) If using the Scalix Administration Console to add entries, configure the file general.cfg as described above. This avoids having to modify the display name field after entries are added.