Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8D50B1789A for ; Mon, 30 Mar 2015 08:54:37 +0000 (UTC) Received: (qmail 70918 invoked by uid 500); 30 Mar 2015 08:54:37 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 70871 invoked by uid 500); 30 Mar 2015 08:54:37 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 70861 invoked by uid 99); 30 Mar 2015 08:54:37 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Mar 2015 08:54:37 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 550D6AC006A for ; Mon, 30 Mar 2015 08:54:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1670016 - /directory/apacheds/trunk/server-config/src/main/resources/config.ldif Date: Mon, 30 Mar 2015 08:54:37 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150330085437.550D6AC006A@hades.apache.org> Author: elecharny Date: Mon Mar 30 08:54:36 2015 New Revision: 1670016 URL: http://svn.apache.org/r1670016 Log: Fixed a renamed attributeType in the Apacheds config 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=1670016&r1=1670015&r2=1670016&view=diff ============================================================================== --- directory/apacheds/trunk/server-config/src/main/resources/config.ldif (original) +++ directory/apacheds/trunk/server-config/src/main/resources/config.ldif Mon Mar 30 08:54:36 2015 @@ -91,6 +91,15 @@ objectClass: ads-authenticatorImpl ads-authenticatorClass: org.apache.directory.server.core.authn.StrongAuthenticator ads-enabled: TRUE +dn: ads-authenticatorid=delegatingauthenticator,ou=authenticators,ads-interceptorId=authenticationInterceptor,ou=interceptors,ads-directoryServiceId=default,ou=config +ads-authenticatorid: delegatingauthenticator +objectclass: top +objectclass: ads-base +objectClass: ads-authenticator +objectClass: ads-authenticatorImpl +ads-authenticatorClass: org.apache.directory.server.core.authn.DelegatingAuthenticator +ads-enabled: TRUE + dn: ou=passwordPolicies,ads-interceptorId=authenticationInterceptor,ou=interceptors,ads-directoryServiceId=default,ou=config objectClass: organizationalUnit objectClass: top