View Issue Details

IDProjectCategoryView StatusLast Update
0002573Kali LinuxGeneral Bugpublic2018-01-29 11:54
Reporterdrage503 Assigned Tog0tmi1k  
PriorityimmediateSeverityminorReproducibilityalways
Status closedResolutionsuspended 
Summary0002573: Kali 2.0 root login
Description

I update my Kali to Kali 2.0 and i am unable to login as root using my old credentials.

I am able to login to the Console with the same username and password but I am not able to login using the GUI interface (gdm3).

I tried changing the password from console and still no change. I also created a new account and i can login now but it don't have root permission.

Activities

schniggie

schniggie

2015-08-21 20:35

reporter   ~0003823

This happens because /etc/pam.d/gdm-password is updated and the following line is added:

auth required pam_succeed_if.so user != root quiet_success

The following patch will fix the root login again.

cat gdm-password.patch

--- gdm-password 2014-06-13 23:44:06.000000000 +0200
+++ gdm-password.dpkg-old 2015-08-20 21:56:55.088093540 +0200
@@ -1,6 +1,6 @@
#%PAM-1.0
+# This is kali-root-login's version of /etc/pam.d/gdm-password
auth requisite pam_nologin.so
-auth required pam_succeed_if.so user != root quiet_success
@include common-auth
auth optional pam_gnome_keyring.so
@include common-account

g0tmi1k

g0tmi1k

2018-01-29 11:54

administrator   ~0008092

Due to the age of the OS (Kali Moto [v1], Kali Safi [v2], Kali Rolling 2016.x), these legacy versions are no longer supported.
We will be closing this ticket due to inactivity.

Please could you see if you are able to replicate this issue with the latest version of Kali Linux - https://www.kali.org/downloads/)?

If you are still facing the same problem, feel free to re-open the ticket. If you choose to do this, could you provide more information to the issue you are facing,and also give information about your setup?
For more information, please read: https://kali.training/topic/filing-a-good-bug-report/

Issue History

Date Modified Username Field Change
2015-08-19 18:57 drage503 New Issue
2015-08-21 20:35 schniggie Note Added: 0003823
2018-01-29 11:54 g0tmi1k Assigned To => g0tmi1k
2018-01-29 11:54 g0tmi1k Status new => closed
2018-01-29 11:54 g0tmi1k Resolution open => suspended
2018-01-29 11:54 g0tmi1k Note Added: 0008092