Hello Pierre-Alain, is this change needed ?
I would think that these attributes are only needed when you are dealing with for instance a multi-valued string.
But this is a list contained in a subentry ou=authenticators So I think that this ads-authenticators attribute is not required. And it is redundant with the other items below. Regards, Antoine On 12/17/2010 8:32 AM, [email protected] wrote:
Author: pamarcelot Date: Fri Dec 17 13:32:30 2010 New Revision: 1050378 URL: http://svn.apache.org/viewvc?rev=1050378&view=rev Log: Added missing attribute 'ads-authenticators'. Modified: directory/apacheds/trunk/server-config/src/main/resources/config.ldif Modified: directory/apacheds/trunk/server-config/src/main/resources/config.ldif URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-config/src/main/resources/config.ldif?rev=1050378&r1=1050377&r2=1050378&view=diff ============================================================================== --- directory/apacheds/trunk/server-config/src/main/resources/config.ldif (original) +++ directory/apacheds/trunk/server-config/src/main/resources/config.ldif Fri Dec 17 13:32:30 2010 @@ -78,6 +78,9 @@ ads-interceptororder: 2 ads-interceptorclassname: org.apache.directory.server.core.authn.AuthenticationInterceptor ads-interceptorid: authenticationInterceptor ads-enabled: TRUE +ads-authenticators: anonymousauthenticator +ads-authenticators: simpleauthenticator +ads-authenticators: strongauthenticator dn: ou=authenticators,ads-interceptorId=authenticationInterceptor,ou=interceptors,ads-directoryServiceId=default,ou=config ou: authenticators
