#genUsername #syntax: genUsername: (yes|no) #meaning: enable or disable the automatic username # generation feature in the UI. In some locales # (Japan, for example) the feature is made # useless because (1) there is a character # encoding other than ASCII in use; or # (2) names are not writen with the # given name first and the family name # last (which is what the username generation # system expects). genUsername: yes #sortNameRegex #syntax: sortNameRegex: .* #meaning: set a regular expression to limit the # range of characters allowed to be used # for the sortable name field. This # expression limited to POSIX 1003.2 # complient expressions. On UNIX, # see regex(7) for more information. sortNameRegex: ^.*$ #needSortName #syntax: neesSortName: (yes|no) #meaning: enable or disable the use of a seprate # field specificly for holding a 'sortable' # name. This is useful for locales where # the language has a non-phoenetic alphabet # or an unusually large number of characters # (Japanese and Chinese, for example). # If enabled, when users are sorted by full # name they will actually be sorted by the # contents of this field. needSortName: no #suggestUsername #syntax: suggestUsername: (yes|no) #meaning: enable or disable the automatic suggestion # of alternate usernames if a user addition is # blocked becuase the desired username already # exists on the local server. suggestUsername: yes