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 2005/09/11 09:04:31 UTC

svn commit: r280085 - /directory/apacheds/trunk/main/server.xml

Author: elecharny
Date: Sun Sep 11 00:04:25 2005
New Revision: 280085

URL: http://svn.apache.org/viewcvs?rev=280085&view=rev
Log:
Added a commented property : TwixProvider. Uncommenting it and commenting the SnickersProvider switch to the new codec

Modified:
    directory/apacheds/trunk/main/server.xml

Modified: directory/apacheds/trunk/main/server.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/main/server.xml?rev=280085&r1=280084&r2=280085&view=diff
==============================================================================
--- directory/apacheds/trunk/main/server.xml (original)
+++ directory/apacheds/trunk/main/server.xml Sun Sep 11 00:04:25 2005
@@ -8,6 +8,7 @@
     <property name="properties">
     	<props>
     		<prop key="asn.1.berlib.provider">org.apache.ldap.common.berlib.asn1.SnickersProvider</prop>
+    		<!--prop key="asn.1.berlib.provider">org.apache.asn1new.ldap.TwixProvider</prop-->
     		<prop key="java.naming.security.authentication">simple</prop>
     		<prop key="java.naming.security.principal">uid=admin,ou=system</prop>
     		<prop key="java.naming.security.credentials">secret</prop>