Authorize with OpenLdap Linux client
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have installed an openldap server for authenticating my users on linux network. If I use ssh to login into my PC everything is fine, but when I try to login with ldap user using gnome-login I am getting "Invalid User" -- but for console is Good!
Why can't I login from desktop graphic login ?
My server is Debian 8 and my clients PC are Lubuntu.
This is from auth.log
Sep 25 17:46:23 premier-001 lightdm: pam_unix(lightdm:session): session closed for user pos001
Sep 25 17:46:24 premier-001 lightdm: PAM unable to dlopen(pam_gnome_keyring.so): /lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory
Sep 25 17:46:24 premier-001 lightdm: PAM adding faulty module: pam_gnome_keyring.so
Sep 25 17:46:24 premier-001 lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
Sep 25 17:46:24 premier-001 lightdm: PAM adding faulty module: pam_kwallet.so
Sep 25 17:46:24 premier-001 lightdm: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
Sep 25 17:46:24 premier-001 lightdm: PAM adding faulty module: pam_kwallet5.so
Sep 25 17:46:24 premier-001 lightdm: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
Sep 25 17:46:24 premier-001 systemd-logind[641]: New session c9 of user lightdm.
Sep 25 17:46:24 premier-001 systemd: pam_unix(systemd-user:session): session opened for user lightdm by (uid=0)
Sep 25 17:46:25 premier-001 lightdm: PAM unable to dlopen(pam_gnome_keyring.so): /lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory
Sep 25 17:46:25 premier-001 lightdm: PAM adding faulty module: pam_gnome_keyring.so
Sep 25 17:46:25 premier-001 lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
Sep 25 17:46:25 premier-001 lightdm: PAM adding faulty module: pam_kwallet.so
Sep 25 17:46:25 premier-001 lightdm: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
Sep 25 17:46:25 premier-001 lightdm: PAM adding faulty module: pam_kwallet5.so
Sep 25 17:46:25 premier-001 lightdm: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "pos001"
Sep 25 17:46:27 premier-001 lightdm: PAM unable to dlopen(pam_gnome_keyring.so): /lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory
lubuntu openldap authorization
add a comment |Â
up vote
0
down vote
favorite
I have installed an openldap server for authenticating my users on linux network. If I use ssh to login into my PC everything is fine, but when I try to login with ldap user using gnome-login I am getting "Invalid User" -- but for console is Good!
Why can't I login from desktop graphic login ?
My server is Debian 8 and my clients PC are Lubuntu.
This is from auth.log
Sep 25 17:46:23 premier-001 lightdm: pam_unix(lightdm:session): session closed for user pos001
Sep 25 17:46:24 premier-001 lightdm: PAM unable to dlopen(pam_gnome_keyring.so): /lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory
Sep 25 17:46:24 premier-001 lightdm: PAM adding faulty module: pam_gnome_keyring.so
Sep 25 17:46:24 premier-001 lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
Sep 25 17:46:24 premier-001 lightdm: PAM adding faulty module: pam_kwallet.so
Sep 25 17:46:24 premier-001 lightdm: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
Sep 25 17:46:24 premier-001 lightdm: PAM adding faulty module: pam_kwallet5.so
Sep 25 17:46:24 premier-001 lightdm: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
Sep 25 17:46:24 premier-001 systemd-logind[641]: New session c9 of user lightdm.
Sep 25 17:46:24 premier-001 systemd: pam_unix(systemd-user:session): session opened for user lightdm by (uid=0)
Sep 25 17:46:25 premier-001 lightdm: PAM unable to dlopen(pam_gnome_keyring.so): /lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory
Sep 25 17:46:25 premier-001 lightdm: PAM adding faulty module: pam_gnome_keyring.so
Sep 25 17:46:25 premier-001 lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
Sep 25 17:46:25 premier-001 lightdm: PAM adding faulty module: pam_kwallet.so
Sep 25 17:46:25 premier-001 lightdm: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
Sep 25 17:46:25 premier-001 lightdm: PAM adding faulty module: pam_kwallet5.so
Sep 25 17:46:25 premier-001 lightdm: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "pos001"
Sep 25 17:46:27 premier-001 lightdm: PAM unable to dlopen(pam_gnome_keyring.so): /lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory
lubuntu openldap authorization
This is that I get from auth.log
â Edwin Quijada
Sep 25 '17 at 22:00
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have installed an openldap server for authenticating my users on linux network. If I use ssh to login into my PC everything is fine, but when I try to login with ldap user using gnome-login I am getting "Invalid User" -- but for console is Good!
Why can't I login from desktop graphic login ?
My server is Debian 8 and my clients PC are Lubuntu.
This is from auth.log
Sep 25 17:46:23 premier-001 lightdm: pam_unix(lightdm:session): session closed for user pos001
Sep 25 17:46:24 premier-001 lightdm: PAM unable to dlopen(pam_gnome_keyring.so): /lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory
Sep 25 17:46:24 premier-001 lightdm: PAM adding faulty module: pam_gnome_keyring.so
Sep 25 17:46:24 premier-001 lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
Sep 25 17:46:24 premier-001 lightdm: PAM adding faulty module: pam_kwallet.so
Sep 25 17:46:24 premier-001 lightdm: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
Sep 25 17:46:24 premier-001 lightdm: PAM adding faulty module: pam_kwallet5.so
Sep 25 17:46:24 premier-001 lightdm: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
Sep 25 17:46:24 premier-001 systemd-logind[641]: New session c9 of user lightdm.
Sep 25 17:46:24 premier-001 systemd: pam_unix(systemd-user:session): session opened for user lightdm by (uid=0)
Sep 25 17:46:25 premier-001 lightdm: PAM unable to dlopen(pam_gnome_keyring.so): /lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory
Sep 25 17:46:25 premier-001 lightdm: PAM adding faulty module: pam_gnome_keyring.so
Sep 25 17:46:25 premier-001 lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
Sep 25 17:46:25 premier-001 lightdm: PAM adding faulty module: pam_kwallet.so
Sep 25 17:46:25 premier-001 lightdm: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
Sep 25 17:46:25 premier-001 lightdm: PAM adding faulty module: pam_kwallet5.so
Sep 25 17:46:25 premier-001 lightdm: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "pos001"
Sep 25 17:46:27 premier-001 lightdm: PAM unable to dlopen(pam_gnome_keyring.so): /lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory
lubuntu openldap authorization
I have installed an openldap server for authenticating my users on linux network. If I use ssh to login into my PC everything is fine, but when I try to login with ldap user using gnome-login I am getting "Invalid User" -- but for console is Good!
Why can't I login from desktop graphic login ?
My server is Debian 8 and my clients PC are Lubuntu.
This is from auth.log
Sep 25 17:46:23 premier-001 lightdm: pam_unix(lightdm:session): session closed for user pos001
Sep 25 17:46:24 premier-001 lightdm: PAM unable to dlopen(pam_gnome_keyring.so): /lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory
Sep 25 17:46:24 premier-001 lightdm: PAM adding faulty module: pam_gnome_keyring.so
Sep 25 17:46:24 premier-001 lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
Sep 25 17:46:24 premier-001 lightdm: PAM adding faulty module: pam_kwallet.so
Sep 25 17:46:24 premier-001 lightdm: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
Sep 25 17:46:24 premier-001 lightdm: PAM adding faulty module: pam_kwallet5.so
Sep 25 17:46:24 premier-001 lightdm: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
Sep 25 17:46:24 premier-001 systemd-logind[641]: New session c9 of user lightdm.
Sep 25 17:46:24 premier-001 systemd: pam_unix(systemd-user:session): session opened for user lightdm by (uid=0)
Sep 25 17:46:25 premier-001 lightdm: PAM unable to dlopen(pam_gnome_keyring.so): /lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory
Sep 25 17:46:25 premier-001 lightdm: PAM adding faulty module: pam_gnome_keyring.so
Sep 25 17:46:25 premier-001 lightdm: PAM unable to dlopen(pam_kwallet.so): /lib/security/pam_kwallet.so: cannot open shared object file: No such file or directory
Sep 25 17:46:25 premier-001 lightdm: PAM adding faulty module: pam_kwallet.so
Sep 25 17:46:25 premier-001 lightdm: PAM unable to dlopen(pam_kwallet5.so): /lib/security/pam_kwallet5.so: cannot open shared object file: No such file or directory
Sep 25 17:46:25 premier-001 lightdm: PAM adding faulty module: pam_kwallet5.so
Sep 25 17:46:25 premier-001 lightdm: pam_succeed_if(lightdm:auth): requirement "user ingroup nopasswdlogin" not met by user "pos001"
Sep 25 17:46:27 premier-001 lightdm: PAM unable to dlopen(pam_gnome_keyring.so): /lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory
lubuntu openldap authorization
lubuntu openldap authorization
edited Sep 25 '17 at 22:04
asked Sep 25 '17 at 21:18
Edwin Quijada
11
11
This is that I get from auth.log
â Edwin Quijada
Sep 25 '17 at 22:00
add a comment |Â
This is that I get from auth.log
â Edwin Quijada
Sep 25 '17 at 22:00
This is that I get from auth.log
â Edwin Quijada
Sep 25 '17 at 22:00
This is that I get from auth.log
â Edwin Quijada
Sep 25 '17 at 22:00
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f394413%2fauthorize-with-openldap-linux-client%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
This is that I get from auth.log
â Edwin Quijada
Sep 25 '17 at 22:00