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

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