Hi there,
I would like to have user accounts managed in a way like unix groups. So we would probably have an account for each group (in our case the groups are work projects) and a user could be associated with multiple groups (and maybe choose the account to use using sbatch's "--account" option). How would I do that. I could create accounts for each groups. I can create the user in one of the groups. But I cannot add an association to another group. Example: add account testaccount1 add user testuser1 account=testaccount1 add account testaccount2 modify user testuser1 set defaultAccount=testaccount2 I could create the user again under the second account: add user testuser1 account=testaccount2 then I can do: modify user testuser1 set defaultAccount=testaccount2 But it means that I have each user multiple times. Does that make sense? Could I use a different method to create something like associations between the user and multiple accounts (= groups)? Cheers, Olaf -- Dipl. Inform. Olaf Gellert email [email protected] Deutsches Klimarechenzentrum GmbH phone +49 (0)40 460094 214 Bundesstrasse 45a fax +49 (0)40 460094 270 D-20146 Hamburg, Germany www http://www.dkrz.de Sitz der Gesellschaft: Hamburg Gesch�ftsf�hrer: Prof. Dr. Thomas Ludwig Registergericht: Amtsgericht Hamburg, HRB 39784
