switchkiller / pam-face-authentication

Automatically exported from code.google.com/p/pam-face-authentication
0 stars 0 forks source link

uninstalling #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
How do I remove this? I don't need it, only tested it for fun.

Original issue reported on code.google.com by adrianlund on 28 Sep 2010 at 5:59

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
How do I remove this? I don't need it, only tested it for fun.
priority=HIGH!!!

Original comment by hairymon...@gmail.com on 9 Oct 2010 at 12:06

GoogleCodeExporter commented 9 years ago
Depending on your system architecture, you can either remove the plugin itself 
pam_face_authentication.so

The nicer method would be to call pam-auth-update for example and deactivate 
it. Or if you've enabled by editing files in /etc/pam.d simply delete the 
corresponding entries in gdm, gnome-screensaver, etc...

Original comment by feichtne...@gmail.com on 9 Oct 2010 at 8:30

GoogleCodeExporter commented 9 years ago
please give more detains steps of how to remove the entries in /etc/pam.d...
Im using ubuntu 10.10

Original comment by hairymon...@gmail.com on 16 Oct 2010 at 1:12

GoogleCodeExporter commented 9 years ago
Try removing the line "auth sufficient pam_face_authentication.so" of the files 
/etc/pam.d/gdm and /etc/pam.d/gnome-screensaver

I hope this works for you

Original comment by dgvalde on 21 Oct 2010 at 9:10

GoogleCodeExporter commented 9 years ago
Or simply type "make uninstall". That's it...

Original comment by feichtne...@gmail.com on 21 Oct 2010 at 2:15

GoogleCodeExporter commented 9 years ago
im use kde..... how uninstall???????????????? dont have the line "auth 
sufficient pam_face_authentication.so" of the files /etc/pam.d/gdm and 
/etc/pam.d/gnome-screensaver

i have /etc/pam.d/kdm but not the line

Original comment by aldoba...@gmail.com on 28 Oct 2010 at 1:37

GoogleCodeExporter commented 9 years ago
yeah..!!!! ready... delete the ""line auth sufficient 
pam_face_authentication.so enableX""" completly...

Original comment by aldoba...@gmail.com on 28 Oct 2010 at 1:47

GoogleCodeExporter commented 9 years ago
I've installed pam-face-authentication, but it didn't want to let me in, so 
I've uninstalled, removed the line, but now it says there is a critical KDM 
error. From CLI i can log in, but I can't from KDE, because - as the log says - 
the wrapping key is incorrect...
I made a new user, it did the same. Any idea?

Original comment by DcNd...@gmail.com on 6 Nov 2010 at 12:03

GoogleCodeExporter commented 9 years ago
Sorry, no problem. I had to remove line "envfile=/etc/default/locale"

Original comment by DcNd...@gmail.com on 6 Nov 2010 at 12:21

GoogleCodeExporter commented 9 years ago
I could finally disable pam-face-authentication.
Reading again installation istructions, I remembered what I did. Then, I 
removed the first line ("auth sufficient pam_face_authentication.so") in these 
four files:
/etc/pam.d/su
/etc/pam.d/sudo
/etc/pam.d/gdm
/etc/pam.d/gnome-screensaver

Please note this is not really uninstalling, but rather disabling it.

Original comment by karma1ka...@gmail.com on 9 Nov 2010 at 9:47

GoogleCodeExporter commented 9 years ago
i am really disappointed!
i tryed this, not working due to some errors on xml parsing.
NO WAY to access to my OS after installing.
I try to use the shell login, not working with my user, cause the face login 
throw the XML error. root user does not have the plugin installed, but in my 
system (Ubuntu 10.4) root was disable by default.
Only way to boot with the cdrom, go to the hard disk of my system (something 
like /media/<yourdisk>) and remove the line 
"auth sufficient pam_face_authentication.so enableX"
in the files:
/media/<yourdisk>/etc/pam.d/common-auth
/media/<yourdisk>/etc/pam.d/sudo

Original comment by riccardo...@gmail.com on 22 Dec 2010 at 10:01

GoogleCodeExporter commented 9 years ago
I understand your frustration, The only reason you would have an XML error is 
you tried the svn version without cleaning the 0.3 version models. SVN version 
is experimental and we still have not committed the code to make it backward 
compatible.  If this was not the case, I am curious to know what the errors 
were.

Also adding to common-auth is disastrous! I would advise adding it to specific 
services like sudo,gdm etc

Original comment by rohan.a...@gmail.com on 22 Dec 2010 at 10:11

GoogleCodeExporter commented 9 years ago
Great!! I uninstall it thx !!
It's a good software and I hope it gonna be better!!
thx "Comment 5"

Original comment by noxpr...@gmail.com on 27 Dec 2010 at 4:13

GoogleCodeExporter commented 9 years ago
To remove and not only disable:
Uninstallation

In order to remove pam-face-authentication from your system, just do the steps 
in reverse order. First you have to deselect the plugin, then remove the PAM 
config file and lastly the package itself. sudo pam-auth-update --package 
face_authentication
sudo rm /usr/share/pam-configs/face-authentication
sudo apt-get remove pam-face-authentication 

Original comment by szgal...@gmail.com on 20 Jan 2011 at 5:29

GoogleCodeExporter commented 9 years ago
sudo rm /usr/share/pam-configs/face-authentication
"cannot remove `/usr/share/pam-configs/face-authentication': No such file or 
directory"

Cleaned using Janitor

Removed antonio.chiurazzi

Will report back if I can login

Original comment by prom...@weblinksonline.co.uk on 16 Feb 2011 at 12:26

GoogleCodeExporter commented 9 years ago
sudo rm /usr/share/pam-configs/face-authentication
"cannot remove `/usr/share/pam-configs/face-authentication': No such file or 
directory"

sudo apt-get remove pam-face-authentication worked

Cleaned using Janitor

Removed antonio.chiurazzi

Will report back if I can login

Addendum
Can login normally now

It is a pity that the face recognition crashes when it fails.

Original comment by prom...@weblinksonline.co.uk on 16 Feb 2011 at 12:30