Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
python-kdebase4
kdm-all-users-nopass.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kdm-all-users-nopass.diff of Package python-kdebase4
Index: kdm/backend/client.c =================================================================== --- kdm/backend/client.c.orig +++ kdm/backend/client.c @@ -462,6 +462,9 @@ isNoPassAllowed(struct passwd *pw) if (cursource != PWSRC_MANUAL) return True; + if (td->noPassAllUsers) + return True; + #if defined(USE_PAM) || defined(_AIX) /* Give nss_ldap, etc. a chance to normalize (uppercase) the name. */ if (!(pw = getpwnam(un)) || Index: kdm/config.def =================================================================== --- kdm/config.def.orig +++ kdm/config.def @@ -1894,6 +1894,15 @@ Description: (and any other user with UID = 0). <emphasis>Never</emphasis> list <systemitem class="username">root</systemitem>. +Key: NoPassAllUsers +Type: bool +Default: false +User: core +Instance: #:0/true +Comment: & +Description: + All users can login without password + Key: AutoLoginEnable Type: bool Default: false
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor