[Date Prev][Date Next] [Chronological] [Thread] [Top]

RedHat 8 LDAPv3



Dear all,
I installed 2.1.8 RPMS already, & I install the SASL 2.1.10 RPMS from redhat, Now I got other results. 
Is it still a problem that the "supportedSASLMechanisms: ANONYMOUS" not install or configure? How to enable it?



1.

[root@nvc1 root]# ldapsearch
SASL/GSSAPI authentication started
ldap_sasl_interactive_bind_s: Internal (implementation specific) error (80)
        additional info: SASL(-1): generic failure: GSSAPI Error: Miscellaneous failure (Permission denied)


2.

[root@nvc1 root]# ldapsearch -x -H ldap:/// -b "" -s base supportedSASLMechanisms
# extended LDIF
#
# LDAPv3
# filter: (objectclass=*)
# requesting: supportedSASLMechanisms
#

#
dn:
supportedSASLMechanisms: GSSAPI
supportedSASLMechanisms: DIGEST-MD5
supportedSASLMechanisms: CRAM-MD5

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1






Thanks you very much again

Ming














-----Original Message-----
From: owner-openldap-software@OpenLDAP.org [mailto:owner-openldap-software@OpenLDAP.org] On Behalf Of Karl Lattimer
Sent: Monday, March 24, 2003 11:25 PM
To: OpenLDAP-software@OpenLDAP.org
Subject: RE: RedHat 8 LDAPv3

The version of SASL which comes with redhat 8 doesn't actually work with the
version of LDAP, although I was using redhat 7. That was my problem. You've
got two choices get the OpenLDAP 2.1.8 RPMS, I found them through searching
google, but they are linked to from a article in this list. Or build a SASL
1.5 RPM called Cyrus-SASL1-1.5 so it can coexist with SASL 2.1.

I can't find the link myself but its easy enough to find.

-----Original Message-----
From: owner-openldap-software@OpenLDAP.org
[mailto:owner-openldap-software@OpenLDAP.org] On Behalf Of OpenLDAP Archive
Tech.OLready.com
Sent: 24 March 2003 14:52
To: OpenLDAP-software@OpenLDAP.org
Subject: RedHat 8 LDAPv3

Dear all, 

I am setting up a LDAPv3 Server using redhat 8.0, up to this moment I can
type {KERBEROS}principal@MYREALM in the rootpw in the slap.conf, it is
functional, I can login by using LDAPBrowser(Java) or "Yet Another LDAP
Administrator(PHP Web)", but I use ldapsearch at the console, I don't know
why it give this results to me.

1.

[root@nvc1 ldap]# ldapsearch
SASL/GSSAPI authentication started
ldap_sasl_interactive_bind_s: Local error

2.

[root@nvc1 ldap]# ldapsearch -H ldap:/// -x -b "" -s base -LLL
supportedSASLMechanisms
dn:
supportedSASLMechanisms: GSSAPI


Am I supposed to have following results?

supportedSASLMechanisms: PLAIN
supportedSASLMechanisms: LOGIN
supportedSASLMechanisms: ANONYMOUS
supportedSASLMechanisms: GSSAPI

Is it any thing that I was missing?

Thank you very much,

Ming