Hi the list,
I want to add a supportedSASLMechanisms in my rootDSE : Today, i have all of this : ldapsearch -LLL -b "" -s base -x '(objectclass=*)' supportedSASLMechanisms dn: supportedSASLMechanisms: NTLM supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5
I want to add GSSAPI. To add this i created the following ldif file : cat /tmp/rootDSE dn: changetype: modify add: supportedSASLMechanisms supportedSASLMechanisms: GSSAPI
Then with simple autentication (-x) i used my testing olcRootDN to modify the rootDSE : ldapadd -f /tmp/rootDSE -x -D "cn=admin,dc=server,dc=lan" -W Enter LDAP Password: modifying entry "" ldap_modify: Server is unwilling to perform (53) additional info: modify upon the root DSE not supported
What i'm missing ?
Regards,
--On Thursday, February 17, 2011 6:38 PM +0100 Fabien COMBERNOUS fcombernous@kezia.com wrote:
Hi the list,
I want to add a supportedSASLMechanisms in my rootDSE : Today, i have all of this : ldapsearch -LLL -b "" -s base -x '(objectclass=*)' supportedSASLMechanisms dn: supportedSASLMechanisms: NTLM supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5
The supported SASL Mechanism's comes from the underlying SASL library (cyrus-sasl). On Debian/Ubuntu systems, you'll need to install the cyrus-sasl GSSAPI package, then it should appear.
--Quanah
--
Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Division of VMware, Inc. -------------------- Zimbra :: the leader in open source messaging and collaboration
On 20/02/2011 04:02, Quanah Gibson-Mount wrote:
--On Thursday, February 17, 2011 6:38 PM +0100 Fabien COMBERNOUS fcombernous@kezia.com wrote:
Hi the list,
I want to add a supportedSASLMechanisms in my rootDSE : Today, i have all of this : ldapsearch -LLL -b "" -s base -x '(objectclass=*)' supportedSASLMechanisms dn: supportedSASLMechanisms: NTLM supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5
The supported SASL Mechanism's comes from the underlying SASL library (cyrus-sasl). On Debian/Ubuntu systems, you'll need to install the cyrus-sasl GSSAPI package, then it should appear.
It is what i observed after a restart of slapd. But thank you to use a part of your time to provide me an answer.
Regards,
On 17/02/11 18:38 +0100, Fabien COMBERNOUS wrote:
Hi the list,
I want to add a supportedSASLMechanisms in my rootDSE : Today, i have all of this : ldapsearch -LLL -b "" -s base -x '(objectclass=*)' supportedSASLMechanisms dn: supportedSASLMechanisms: NTLM supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5
I want to add GSSAPI. To add this i created the following ldif file :
See the Cyrus faq, and the 'How do I configure OpenLDAP+SASL+GSSAPI' entry.
http://www.cyrusimap.org/mediawiki/index.php/FAQ
openldap-technical@openldap.org