You may or may not of heard of this project.
But I have made an RPM to install this software.
This software was developed by Rohan Anil and his project is on
http://code.google.com/p/pam-face-authentication/.
This will install the module and try (still a few bugs here) and set up GDM.(Removed from FC12 onward in case program stops working)
You can find it here.
http://www.sjdsoft.hk/myyum/rpm/free...c11.x86_64.rpm
Or you can set up my repo with this
http://www.sjdsoft.hk/myyum/fedora/S...nal.noarch.rpm
and install using
yum install pam-face-authentication-gdm
or using add remove software utility.
Setup notes:
Make sure you run qt-facetrainer to set up your face.
If you can not see the camera window on login you may need to set SELinux to permissive. Any help on setting up a policy module for this program would be a great help.
Check /etc/pam.d/gdm-password
Make sure that ..
auth sufficient /lib/security/pam_face_authentication.so enableX
is before
auth substack password-auth
To set up su to use pam-face-authentication add at the top ...
auth sufficient /lib/security/pam_face_authentication.so enableX
to
/etc/pam.d/su
It also works with the screensaver but there is no preview window.
Have fun and enjoy.
Report packaging errors to me and any bugs to
http://code.google.com/p/pam-face-au...on/issues/list
Steven