From: SourceForge.net <no...@so...> - 2006-09-08 02:58:10
|
Bugs item #1554488, was opened at 2006-09-07 21:58 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=121266&aid=1554488&group_id=21266 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: libsemanage Group: None Status: Open Resolution: None Priority: 5 Submitted By: Serge Hallyn (serge_hallyn) Assigned to: Nobody/Anonymous (nobody) Summary: semanage user deletions don't delete logins Initial Comment: It appears removing a user with semanage does not also remove it's associated logins. This is a problem because then re-adding the user fails. (I do not have the error handy as my test machines are all down atm) I had done: semanage user -a -R abat_r -P abat abat_u semanage login -a -s abat_u abat semanage user -d abat_u semanage user -a -R abat_r -P abat abat_u the last step failed. When I then did semanage login -d abat semanage user -a -R abat_r -P abat abat_u it succeeded. Not sure whether there is a good reason to leave the code like that, or whether semanage user -r should automatically imply semanage login -r. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=121266&aid=1554488&group_id=21266 |