mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Tidy up
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2103 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -195,12 +195,6 @@
|
|||||||
</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. -->
|
||||||
<!-- It should never go to the login screen so this is not required -->
|
<!-- It should never go to the login screen so this is not required -->
|
||||||
@@ -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>
|
Reference in New Issue
Block a user