[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ldap auth does not works after openldap upgrade
- To: openldap-technical@openldap.org
- Subject: ldap auth does not works after openldap upgrade
- From: Leonardo Carneiro <chesterman86@gmail.com>
- Date: Mon, 14 Feb 2011 12:37:24 -0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=MPkn88a+IjmUBA6bdmnhQSz0lqVEpHg0cQuCBYwocJg=; b=BSrEpS4At/btpf1lIb7zvceVa1gLMKScDYGqzp7CclX0R+XMqf9BYWvHmu9wxxhwI3 gObxVEOPadTzg2PJg+TA1bF52gJARjzXLeYECP66NL6c9sBBN7ObJOrQJ8JQAw/5Q9xw PpmFxbf/gWXhVyjuWcysvF5TSoRx0SRSem71I=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fTS8bYRiLuhGk6rRYNeC2abPhp2nwcwgxRlnVRYjzJMhuPQuTeWBvcznonwX4ZzZfB QPpUzjfZQxue7dICVghP10xawPlns4BjQICU3L5+BtdU/r+3dtnJYYVGghyUrb59RgIe Ec1gB68KeXWd7RgrGVghmRiXfyQx9Mtkg5i98=
Hello everyone,
I upgraded my debian machine from lenny to squeeze (the new stable)
that comes with samba 3.5.6 and openldap 2.4.23. this machines works
primarily as a PDC.
i have 3 services authenticating on ldap: samba, apache and redmine.
samba is acting very weird, but it's kinda working, but redmine and
apache aren't working at all.
these services do bind to the server, but it cannot find the users.
also, i cannot execute ldapsearchs via CLI. plus, in the bash, when i
try to change to some user other than root (eg: lscarneiro), the
system does not recognize the user:
fileserver:~# su - lscarneiro
I have no name!@fileserver:~$ whoami
whoami: cannot find name for user ID 1130
i'm very VERY noob on ldap and don't know exactly what kind of info i
should give to you guys to get some help. any help is very welcome