Page 1 of 1

setup users / defaults

Posted: Tue Mar 22, 2005 5:20 pm
by mnauta
when I set up a user some fields are populated automatically. How can I control the format of these fields. I know that during installation there was an option, but not exactly what I wanted.

For example,for John Smith, I want the mail address to be flastname ( jsmith, ALL lower case). Also, authentication ID to be ONLY flastname (jsmith) no @mydomain.com.

Thanks
manuel

Posted: Tue Apr 05, 2005 7:41 am
by trig
Hi,

I'm pretty sure this can be done.. A quick look at the admin guide suggests Chapter 11, Internet Address Creation might be helpfull to you.

I haven't had chance to read it fully but I'm sure it would help a bit...

trig

Posted: Sun Apr 17, 2005 8:47 am
by florian
mnauta,

actually, the two scenarios that you have been describing are where the current Scalix release has some limitations.

These can be worked around for Internet Addresses by using a mapper script (see man omiam for details), but there is currently no way to do this for the authentication identifier.

The next release of Scalix will include options to do flast (all lowercase) and also to exclude the domain from the authid.

Hope this helps,
Florian.

Posted: Wed Mar 08, 2006 7:20 pm
by kali
florian wrote:mnauta,

actually, the two scenarios that you have been describing are where the current Scalix release has some limitations.

These can be worked around for Internet Addresses by using a mapper script (see man omiam for details), but there is currently no way to do this for the authentication identifier.

The next release of Scalix will include options to do flast (all lowercase) and also to exclude the domain from the authid.

Hope this helps,
Florian.


Hi Florian,

I suppose the "next release" did not include this option? Is there no way to add this manually?

Posted: Wed Mar 08, 2006 9:24 pm
by e1kosau
you can modify the user authentication settings under the SAC. the Scalix Administration Guide on Chapter 11, starting at page 176 will tell you about this in detail.

Code: Select all

omaddu - n name/mailnode/internet-address=internet_address


internet_address is the full internet address of the user if you want to override the default setting in SAC, firstname.lastname@xyz.com

Posted: Thu Mar 09, 2006 6:17 am
by florian
Scalix 10 does include further options including the one mentioned; I'm not 100% sure right now if they can be set through SAC though. Please check "man omaddu" and the description of Authentication ID generation methods - you might need to setup some parameters in general.cfg manually.

Hope this helps,
Florian.

Posted: Thu Mar 09, 2006 2:24 pm
by kali
Florian - yes, that is great. Looks like I can manually add the authid generation rule to the general.cfg. Will work with that and see if it works. I'm looking to import 500+ users, so want the default to be correct (and jive with AD).

Thanks!