> I applied the patch .. it fu**ed it all up when i made a new install 
> with patch applied .
> Now it sasy su-  Auth Faild Sorry! even when the card is inserted!

Hmm.    

Are you using passwords and smartcards? Or just smartcards for authentication.
(i.e. what is your /etc/pam.d/su file say?)
Are you doing "su" to root, or another user?


Have to enabled the Debug option in /etc/musclepam/pam-muscle.conf

Does the system log say anything?

One of the changes I made was to make sure the file containing the user's certificate 
is not group or world writable. If it was, then anyone in those groups could change 
the user's public certificate.


So if you try to 
        "su george"

then the software looks at the home directory, say it's /home/george and does the 
following checks:

        /home/george/.muscle/user.certs
        /home/george/.muscle/
        /home/george/
        /home
        /

if ANY of these files are group or world writable, the authentication
will fail, and the system log will report the error.  Note that what
George does with his home directory may be different from Kevin's home
directory.  So "su george" might fail, while "su kevin" might work.

_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to