Return populated supportedSASLMechanisms attribute
--------------------------------------------------
Key: DIRSERVER-867
URL: https://issues.apache.org/jira/browse/DIRSERVER-867
Project: Directory ApacheDS
Issue Type: New Feature
Components: core
Affects Versions: 1.5.1
Reporter: Enrique Rodriguez
Assigned To: Alex Karasulu
Some LDAP clients will query the LDAP server for the attribute 'supportedSASLMechanisms'.
ApacheDS currently doesn't return this attribute. Assuming all supported mechanisms are
enabled in configuration, the server should return:
supportedSASLMechanisms: GSSAPI
supportedSASLMechanisms: DIGEST-MD5
supportedSASLMechanisms: CRAM-MD5
Here's an excerpt from RFC 4512:
5.1.7. 'supportedSASLMechanisms'
The 'supportedSASLMechanisms' attribute lists the SASL mechanisms
[RFC4422] that the server recognizes and/or supports [RFC4513]. The
contents of this attribute may depend on the current session state.
If the server does not support any SASL mechanisms, this attribute
will not be present.
( 1.3.6.1.4.1.1466.101.120.14 NAME 'supportedSASLMechanisms'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
USAGE dSAOperation )
The Directory String (1.3.6.1.4.1.1466.115.121.1.15) syntax is
defined in [RFC4517].
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|