Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
OpenLDAP - the one thorn in my paw
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
VanDan
Guru
Guru


Joined: 30 Sep 2002
Posts: 586
Location: Australia

PostPosted: Thu Jul 29, 2004 5:35 am    Post subject: OpenLDAP - the one thorn in my paw Reply with quote

Every few months I have another go at getting OpenLDAP working. Each time I fail. This time will be different!

I followed the HOWTO at http://www.gentoo.org/doc/en/ldap-howto.xml to the letter apart from one small change:

I've replaced each instance of dc=genfic,dc=com with dc=nusconsulting,dc=com,dc=au as our domain is nusconsulting.com.au

Everything went fine until the part where we test the installation:

Code:
screamer conf.d # ldapsearch -D "cn=Manager,dc=nusconsulting,dc=com,dc=au" -W
Enter LDAP Password:
SASL/DIGEST-MD5 authentication started
ldap_sasl_interactive_bind_s: Internal (implementation specific) error (80)
        additional info: SASL(-13): user not found: no secret in database
screamer conf.d #


Having never had OpenLDAP working before, I'm not really qualified to say WTF is wrong with it, other than commenting the obvious: the 'user not found' error means that there is no such user. Why not? Should this be in the HOWTO?

HELP!
Back to top
View user's profile Send private message
lorenb
Apprentice
Apprentice


Joined: 24 Aug 2002
Posts: 207
Location: Toronto, ON

PostPosted: Thu Jul 29, 2004 5:53 am    Post subject: Reply with quote

If you are on the ldap server itself try using -x [simple authentication]:

Code:

ldapsearch -D "cn=Manager,dc=nusconsulting,dc=com,dc=au" -W -x
Back to top
View user's profile Send private message
dab
n00b
n00b


Joined: 30 Jun 2004
Posts: 2

PostPosted: Thu Jul 29, 2004 10:51 am    Post subject: Reply with quote

lorenb: Thanks a lot, you're my hero. :D
It really drove me nuts.
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