Authorize with OpenLdap Linux client

The name of the pictureThe name of the pictureThe name of the pictureClash 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










share|improve this question























  • This is that I get from auth.log
    – Edwin Quijada
    Sep 25 '17 at 22:00














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










share|improve this question























  • This is that I get from auth.log
    – Edwin Quijada
    Sep 25 '17 at 22:00












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










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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
















  • 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















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















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



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














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













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay