Article
If you have ever messed with the gconf editor, or upgraded firefox etc, you may need your policies reapplied. In the real world, this doesn't happen at UserLogin, even if it says it will.
The policy manager keeps its status files under /home/username. Using the find command we can reset all of the policies so next reboot they will apply:
# find /home -iname ".*completed" -exec rm '{}' \;
On next reboot, all of the policies will be reapplied.
Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).
It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.
Related Articles
User Comments
- Be the first to comment! To leave a comment you need to Login or Register
- 2877 reads


0