Darrell May wrote:
> I would like to see e-smith have a userlist import function
> whereby you could add multiple users quickly by importing a
> file, say in comma-separated-value format. The file should
> contain fields for all possible user entries such as firstname,
> lastname, fullname, alias, password, e-mail aliases, groups,
> home-directory, company, address, department, phone, fax etc.
> As an example, a field for Groups should create the group (if
> new) and add the user as a member during the import process. A
> field for 'ibay' should create the 'ibay' (if new) and add
> user/group membership during the import process.
This exists (with the exception of the password), though there is no
web interface for it. You can create an accounts database and
then call user-create, ibay-create, etc. for each of the accounts
in the accounts database.
All of the web interface panels call a set of scripts - see
www.e-smith.org for details of how this all goes together.
> A feature such as this would greatly reduce the e-smith server
> set up time, either at new installation or for cloning or as a
> disaster recovery option.
We know - that's why the user interface is decoupled from the
action scripts. Have a good look under the covers and then direct
any follow-up to the Advanced Forum or better yet, join our
developer list.
Gordon