|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Security Want to know if you should really apply the latest kernel patch? Want to know how to configure your firewall? Discuss any Security related topics in here! |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I went and changed my regular user to be in the root group from users in Yast and now my root password which I still knows gives me a permissions error. I don't understand why now I cannot switch user to root, or login to anything that requires root privileges without being rejected from this error. Any help would be greatly appreciated, I just wanted to not have to enter the root password when working in a terminal, gedit or emacs. Though this really has crippled my machine and I'm locked out of everything. Thank you.
|
|
|||
|
The message "Permissions on the password database may be too restrictive." is produced by the pam_unix2 function pam_sm_authenticate() when the password field in /etc/passwd has the value "x" and there isn't an entry in /etc/shadow for the user being authenticated. The likely situation is that your system is configured to use shadow passwords, but that there isn't an entry for the affected user in /etc/shadow.
If you're using /etc/shadow, make sure that there are shadow entries for each user that is listed in /etc/passwd (/usr/sbin/pwconv can help here). If you are not using shadow (or only partially using shadow), ensure that the affected user has a valid password in /etc/passwd. |
|
|||
|
Quote:
Users not having root permissions is one of the main reasons that Linux is so secure. /Geoff |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|