On 21.10.2013 11:07, Hartmut Steffin wrote:
Hi folks,
before I delve into this myself... and my SQL is a bit rusty :-(
Is there an approach (script) already, that takes a list (perhaps csv or aliases) to populate the users and identities tables (and more, in case I am not aware) in the DB? In my environment there are some predefined identities, and I don't want users to be able to edit these themselves.
To make it a bit clearer, my input file might look _something_ like this:
imaplogin, fullname@ddress, short@ddress, nick@ddress.... nextuser, .... . . .
and I would like the script to create all identities from this file (and ideally even removing from DB those NOT listed here anymore...)