How to disable password on Hibernate/Suspend?

I have installed Ubuntu 11.10 and on suspend/hibernate I am asked for password. I couldn't find apps > gnome-power-manager > lock in gconf-editor. What's the solution for this?


Solution 1:

This worked for me:

gsettings set org.gnome.desktop.lockdown disable-lock-screen 'true'

It disables the locking altogether.