View previous topic :: View next topic |
Author |
Message |
saintdev n00b

Joined: 13 Jul 2004 Posts: 60 Location: CO, USA
|
Posted: Thu May 24, 2007 3:47 am Post subject: OpenLDAP problems. |
|
|
I'm trying to setup openLDAP, and am having some problems. I've been following the Gentoo LDAP How-to (yes I've read that the document isn't valid and not maintained anymore). I'm getting an error that I can't find anywhere else, hopefully someone here can help. When I try to run ldapsearch as suggested to test my install I get:
Code: |
# ldapsearch -D "cn=admin,dc=<mydomain>" -W
Enter LDAP Password:
SASL/GSSAPI authentication started
ldap_sasl_interactive_bind_s: Local error (-2)
additional info: SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (Unknown code krb5 195)
|
I've tried searching for this on google, but all I came across was a few unanswered mailing list posts. Any ideas on what causes this/how to fix it? _________________ > SELECT `signature` FROM `members` WHERE `user_name`='saintdev';
0 rows returned. |
|
Back to top |
|
 |
Falador n00b


Joined: 18 Jan 2004 Posts: 60
|
Posted: Thu May 24, 2007 6:26 am Post subject: |
|
|
Does it work with simple authentication?
Code: |
ldapsearch -x -D "cn=admin,dc=<mydomain>" -W
|
|
|
Back to top |
|
 |
saintdev n00b

Joined: 13 Jul 2004 Posts: 60 Location: CO, USA
|
Posted: Thu May 24, 2007 1:57 pm Post subject: |
|
|
Yes it does.
Code: |
ldapsearch -x -D "cn=admin,dc=<mydomain>" -W
Enter LDAP Password:
# extended LDIF
#
# LDAPv3
# base <> with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#
# search result
search: 2
result: 32 No such object
# numResponses: 1
|
_________________ > SELECT `signature` FROM `members` WHERE `user_name`='saintdev';
0 rows returned. |
|
Back to top |
|
 |
|