Article

stevenharms's picture
article
Reads:

2918

Score:
2.75
2.8
4
 
Comments:

0

Forcing ZLM 7.2 policies to be reapplied

Author Info

4 August 2008 - 11:16am
Submitted by: stevenharms

(View Disclaimer)

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.




User Comments

© 2013 Novell