Le Jeudi 2 Mars 2006 17:24, Armando L. Caro, Jr. a écrit : > I'm having a problem with unix accounts that were setup before savane > was installed. These accounts are privledged in that they were setup to > have full shell access. The problem is that if they are added to a > savane project, the backend scripts do not add the user to the project > group. Has this problem been seen before? Is this a bug or a config > problem?
Actually, it is a feature. sv_users ignores unix accounts not created by the backend on purpose, to avoid complications it may implies (including security consideration). There's the following comment into sv_users # - To be ignored list groups that were not created by sv_users, since they # do not belongs to svusers group: their account will remain untouched So actually, to make the backend think a user belongs to savane, you need to add it to the group svusers. And I think it wont change the fact these accounts have shell access. -- Mathieu Roy +---------------------------------------------------------------------+ | General Homepage: http://yeupou.coleumes.org/ | | Computing Homepage: http://alberich.coleumes.org/ | | Not a native english speaker: | | http://stock.coleumes.org/doc.php?i=/misc-files/flawed-english | +---------------------------------------------------------------------+ _______________________________________________ Savane-help mailing list [email protected] https://mail.gna.org/listinfo/savane-help
