cancel
Showing results for 
Search instead for 
Did you mean: 

what value should i give to set LDAP authentication

stc_mis
Champ in-the-making
Champ in-the-making
i use SMD5 as LDAP authentication mechanism,
what value should i set in   ldap-authentication-context.xml ?

that is what value should i give in the following section

<!– The authentication mechanism to use      –>
                <!– Some sasl authentication mechanisms may require a realm to be set –>

                <!–                java.naming.security.sasl.realm –>
                <!– The available options will depend on your LDAP provider –>
                <entry key="java.naming.security.authentication">
                    <value>simple</value>
                </entry>

??

"Super Message-Digest 5"  ?
2 REPLIES 2

andy
Champ on-the-rise
Champ on-the-rise
Hi

I have had a quick look and the answer is I am not sure.

If your LDAP/SASL server supports this it comes down to does the default Java SASL implemenation support it. If not then you need a Java side SASL implementation that does support it. At that point it is whatever key the two implementations use. (A quick check does not show anything official)

Sorry not to be more help.

Andy

stc_mis
Champ in-the-making
Champ in-the-making
Thanks Andy! good tip for more thinking.