Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
OpenLDAP problems.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
saintdev
n00b
n00b


Joined: 13 Jul 2004
Posts: 60
Location: CO, USA

PostPosted: Thu May 24, 2007 3:47 am    Post subject: OpenLDAP problems. Reply with quote

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
View user's profile Send private message
Falador
n00b
n00b


Joined: 18 Jan 2004
Posts: 60

PostPosted: Thu May 24, 2007 6:26 am    Post subject: Reply with quote

Does it work with simple authentication?
Code:

ldapsearch -x -D "cn=admin,dc=<mydomain>" -W
Back to top
View user's profile Send private message
saintdev
n00b
n00b


Joined: 13 Jul 2004
Posts: 60
Location: CO, USA

PostPosted: Thu May 24, 2007 1:57 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum