<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Kubuntu 12.04.4 system, unable to unlock lock screen with local user
    (not ldap account).  I can login and lock/unlock lock screen with an
    account authenticated via ldap.  With a local user I'm able to login
    but unable to unlock from lock screen.  My confs.. am I missing
    something?<br>
    <br>
    <b>/etc/nsswitch.conf </b><br>
    passwd:         files ldap <br>
    group:          files ldap <br>
    shadow:         files ldap<br>
    hosts:          files dns mdns<br>
    networks:       files<br>
    protocols:      db files<br>
    services:       db files<br>
    ethers:         db files<br>
    rpc:            db files<br>
    netgroup:       nis<br>
    <br>
    <b>/etc/pam.d/common-auth </b><br>
    auth    [success=2 default=ignore]      pam_unix.so nullok_secure<br>
    auth    [success=1 default=ignore]      pam_ldap.so use_first_pass<br>
    auth    requisite                       pam_deny.so<br>
    auth    required                        pam_permit.so<br>
    <br>
    <b>/etc/pam.d/kdm</b><br>
    auth       required     pam_nologin.so<br>
    auth       required     pam_env.so readenv=1<br>
    auth       required     pam_env.so readenv=1
    envfile=/etc/default/locale<br>
    @include common-auth<br>
    session    required     pam_limits.so<br>
    @include common-account<br>
    @include common-password<br>
    @include common-session<br>
    <br>
  </body>
</html>