[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Add GSSAPI to RootDSE ?
- To: openldap-technical@openldap.org
- Subject: Add GSSAPI to RootDSE ?
- From: Fabien COMBERNOUS <fcombernous@kezia.com>
- Date: Thu, 17 Feb 2011 18:38:00 +0100
- User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7
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,
--
*Fabien COMBERNOUS*
/unix system engineer/
www.kezia.com <http://www.kezia.com/>
*Tel: +33 (0) 467 992 986*
Kezia Group