[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Can't login with ldap user
- To: openldap-technical@openldap.org
- Subject: Re: Can't login with ldap user
- From: zingalo <lozingalo@gmail.com>
- Date: Fri, 04 May 2012 15:30:44 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=3aNHH7i9svCoY6ZZT0un/lq8P58RTKfMkEXK3TUsAek=; b=Lu4E+Uaf70YDzl6tK5vb7Yh3nueM/sgOAD07jQXgO4XB5rSTZOIikEKMYsf3dxji0N M5ZoAEzaea3M3qSC7L+1bmiG36g7i/TOvOGJ+EWsnM4x7d1BbkQIoFSOxgveqG35JQAd 58baokwzG37fuQU0rI4Uerm/hT2iR3d+zsUdOrDmEWEawGK8ZamR4U8ou1Mlndxtly71 aFNl0sRpcxdrJnwvhX1PZNMuWMtvTAyJwFFVrXi1z3+ZhSH0CH1zSSgj8rjrS/YomsLL 6ytZI7d5GsW8WHl4nTjldo5NxyFPMqKzk3ysgEjHlE2SHhCJ0V0SpV17UwTJ78iRV6+h lZZw==
- In-reply-to: <4FA3D048.3020709@bofh.ca>
- References: <4FA3A844.7060905@gmail.com> <4FA3D048.3020709@bofh.ca>
- User-agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1
On 05/04/2012 02:49 PM, Brandon Hume wrote:
On 05/ 4/12 06:58 AM, zingalo wrote:
trying to login from my laptop ubuntu 11.10 using ldap user zingalo,
appears a black screen and it comes back to login screen.
Could you take a look of this paste of syslog please and tell me what
do i have to fix?
First, you should add objectclass as an index to get rid of a lot of
those warnings.
Secondly, nothing in that log will explain why Ubuntu kicks you out.
You'll need to look at the system logs. It could be something as simple
as the home directory not existing. It's almost certainly an Ubuntu
problem of some sort.
Hi,
i added objectClass as an index and i checked on /var/log/auth.log:
May 4 15:13:34 dello lightdm: pam_succeed_if(lightdm:auth): requirement
"user ingroup nopasswdlogin" not met by user "zingalo"
May 4 15:13:36 dello lightdm: pam_unix(lightdm:auth): authentication
failure; logname= uid=0 euid=0 tty= ruser= rhost= user=zingalo
May 4 15:13:36 dello lightdm: pam_unix(lightdm-autologin:session):
session closed for user lightdm
May 4 15:13:36 dello lightdm: pam_unix(lightdm:session): session opened
for user zingalo by (uid=0)
May 4 15:13:36 dello lightdm: pam_ck_connector(lightdm:session): nox11
mode, ignoring PAM_TTY :0
May 4 15:13:37 dello lightdm: pam_unix(lightdm-autologin:session):
session opened for user lightdm by (uid=0)
May 4 15:13:37 dello lightdm:
pam_ck_connector(lightdm-autologin:session): nox11 mode, ignoring PAM_TTY :0
May 4 15:13:37 dello dbus[889]: [system] Rejected send message, 2
matched rules; type="method_call", sender=":1.82" (uid=104 pid=2425
comm="/usr/lib/indicator-datetime/indicator-datetime-ser")
interface="org.freedesktop.DBus.Properties" $
May 4 15:13:40 dello lightdm: pam_nologin(lightdm:auth): cannot
determine username
May 4 15:13:40 dello lightdm: pam_succeed_if(lightdm:auth): requirement
"user ingroup nopasswdlogin" not met by user "zingalo"
May 4 15:13:40 dello lightdm: pam_unix(lightdm:auth): conversation failed
It seems a problem of the login with lightdm because once logged as my
user locally my laptop i can logon from a shell using the user
"zingalo". but it doesn't mount his home:
"No directory, logging in with HOME=/"
I have also to fix this problem to mount automatically the home
directories of the users. On homeDirectory attribute for "zingalo" i
wrote //192.168.5.219/users/zingalo but doesn't work.
If you have experience with a similar configuration please give me some
suggestions.
Thanks