
How to make use of the pam module?

The pam module needs to "sniff" the password and pass it to kwalletd
when it is launched. 

To achieve that, you currently have to add this to your /etc/pam.d/xdm:

auth     optional       pam_kwallet.so

I'll later play with some %post tricks to make that automatic :)

