You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/04/22 01:35:16 UTC

svn commit: r1675222 - /directory/apacheds/trunk/server-config/src/main/resources/config.ldif

Author: elecharny
Date: Tue Apr 21 23:35:16 2015
New Revision: 1675222

URL: http://svn.apache.org/r1675222
Log:
Make the DelegatingAuthenticator disabled by default

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=1675222&r1=1675221&r2=1675222&view=diff
==============================================================================
--- directory/apacheds/trunk/server-config/src/main/resources/config.ldif (original)
+++ directory/apacheds/trunk/server-config/src/main/resources/config.ldif Tue Apr 21 23:35:16 2015
@@ -98,7 +98,7 @@ objectclass: ads-base
 objectClass: ads-authenticator
 objectClass: ads-authenticatorImpl
 ads-authenticatorClass: org.apache.directory.server.core.authn.DelegatingAuthenticator
-ads-enabled: TRUE
+ads-enabled: FALSE
 
 dn: ou=passwordPolicies,ads-interceptorId=authenticationInterceptor,ou=interceptors,ads-directoryServiceId=default,ou=config
 objectClass: organizationalUnit