Hello Armando,
Le Lundi 13 Mars 2006 21:42, Armando L. Caro, Jr. a écrit : > Ok. I tracked down some bugs, which I'll submit a patch for. sv_cleaner > was calling DeleteGroups, which deleted groups from database, but not > from the system. sv_users was calling DeleteUser, which did the opposite > (ie, deleted from system, but not from database). But that's normal. sv_cleaner is only here to remove inconsistency in the database. But sv_cleaner is not supposed to mess with system accounts in any way (and it not necessarily installed on a system with such accounts). While, a contrario, sv_users is here to make sure that the system its working on have users according to the database. It must remove system account that are no longer associated to any groups. > In my patch, I've also added an additional feature. Users that are not a > member of any project were supposed to be deleted from the database and > the system (but didn't due to bugs). Well, no. Users that are not member of any project are not supposed to be deleted from the database. > However, I think it is useful for > users to be able to remain in the database without being a member of a > project. So, with my patch, users not a member of any project, are > removed from the system, but not the database. But that's already how it is supposed to work. -- Mathieu Roy + | Thalie : <http://yeupou.coleumes.org/> | Clio : <http://clio.coleumes.org/> | Euterpe : <http://crap.is.free.fr/> | <http://kromaniaks.coleumes.org/> +-----------------------------------------------------------+ _______________________________________________ Savane-help mailing list [email protected] https://mail.gna.org/listinfo/savane-help
