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

From Scalix Wiki
Jump to: navigation, search
 
m (added naviagtion to top of page)
 
Line 1: Line 1:
 +
[[Scalix Wiki]] -> [[FAQ]] -> '''I want my users to display in the format “Lastname, Firstname”. How do I configure this?'''
 +
 
1) In the directory /var/opt/scalix/sys, add the following line to the file general.cfg:
 
1) In the directory /var/opt/scalix/sys, add the following line to the file general.cfg:
  

Latest revision as of 14:42, 30 June 2010

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

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.