git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2103 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2006-01-12 12:50:04 +00:00
parent 5441e7182c
commit a3bf0fb9f4

View File

@@ -194,12 +194,6 @@
</property> </property>
</bean> </bean>
<!-- Simple LDAP example config -->
<!--
<bean id="authenticationComponentImpl" class="org.alfresco.repo.security.authentication.LDAPAuthenticationComponentImpl">
</bean>
-->
<!-- Simple Authentication component that rejects all authentication requests --> <!-- Simple Authentication component that rejects all authentication requests -->
<!-- Use this defintion for Novell IChain integration. --> <!-- Use this defintion for Novell IChain integration. -->
@@ -300,7 +294,8 @@
<!-- Authentication bootstrap --> <!-- Authentication bootstrap -->
<!-- WIP <!-- Work in progress -->
<!--
<bean id="authenticationBootstrap" class="org.alfresco.repo.security.authentication.AuthenticationBootstrap" init-method="bootstrap"> <bean id="authenticationBootstrap" class="org.alfresco.repo.security.authentication.AuthenticationBootstrap" init-method="bootstrap">
<property name="config"> <property name="config">
<ref bean="authenticationBoostrapConfig"/> <ref bean="authenticationBoostrapConfig"/>
@@ -329,7 +324,6 @@
<ref bean="authenticationBoostrapConfigSource"/> <ref bean="authenticationBoostrapConfigSource"/>
</constructor-arg> </constructor-arg>
</bean> </bean>
-->
-->
</beans> </beans>