07-13-2007 12:22 PM
07-16-2007 09:38 AM
07-16-2007 01:04 PM
C:\Alfresco\java\jre\lib\security\java.login.config3. Start Alfresco
C:\Alfresco\java\jre\lib\security\java.security
C:\Alfresco\tomcat\shared\classes\alfresco\extension\file-servers-custom.xml
C:\Alfresco\tomcat\shared\classes\alfresco\extension\jaas-authentication-context.xml
C:\winnt\krb5.ini
Alfresco {
com.sun.security.auth.module.Krb5LoginModule sufficient;
};
com.sun.net.ssl.client {
com.sun.security.auth.module.Krb5LoginModule sufficient;
};
other {
com.sun.security.auth.module.Krb5LoginModule sufficient;
};
login.config.url.1=file:${java.home}/lib/security/java.login.config
<alfresco-config area="file-servers">
<config evaluator="string-compare" condition="Filesystem Security">
<authenticator type="passthru">
<LocalDomain/>
</authenticator>
</config>
<!– To override the default Alfresco filesystem use replace="true", to –>
<!– add additional filesystems remove the replace="true" attribute –>
<config evaluator="string-compare" condition="Filesystems" replace="true">
<filesystems>
<filesystem name="Alfresco">
<store>workspace://SpacesStore</store>
<rootPath>/app:company_home</rootPath>
<!– Add a URL file to each folder that links back to the web client –>
<urlFile>
<filename>__Alfresco.url</filename>
<webpath>http://${localname}:8080/alfresco/</webpath>
</urlFile>
<!– Mark locked files as offline –>
<offlineFiles/>
<!– Desktop actions –>
<desktopActions>
<global>
<path>alfresco/desktop/Alfresco.exe</path>
<webpath>http://${localname}:8080/alfresco/</webpath>
</global>
<action>
<class>org.alfresco.filesys.smb.server.repo.desk.CheckInOutDesktopAction</class>
<name>CheckInOut</name>
<filename>__CheckInOut.exe</filename>
</action>
<action>
<class>org.alfresco.filesys.smb.server.repo.desk.JavaScriptDesktopAction</class>
<name>JavaScriptURL</name>
<filename>__ShowDetails.exe</filename>
<script>alfresco/desktop/showDetails.js</script>
<attributes>anyFiles</attributes>
<preprocess>copyToTarget</preprocess>
</action>
</desktopActions>
<!–
<accessControl default="Write">
<user name="admin" access="Write"/>
<address subnet="90.1.0.0" mask="255.255.0.0" access="Write"/>
</accessControl>
–>
</filesystem>
<!– AVM virtualization view of all stores/versions for WCM –>
<avmfilesystem name="AVM">
<virtualView/>
</avmfilesystem>
</filesystems>
</config>
</alfresco-config>
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– The authentication component. –>
<!– Jass authentication - most of the config goes somewhere else –>
<bean id="authenticationComponent"
class="org.alfresco.repo.security.authentication.jaas.JAASAuthenticationComponent">
<property name="realm">
<value>DEFAULT.REALM</value>
</property>
<property name="jaasConfigEntryName">
<value>Alfresco</value>
</property>
</bean>
<bean id="alfDaoImpl" class="org.springframework.transaction.interceptor.TransactionProxyFactoryBean">
<property name="proxyInterfaces">
<value>
org.alfresco.repo.security.authentication.MutableAuthenticationDao
</value>
</property>
<property name="transactionManager">
<ref bean="transactionManager" />
</property>
<property name="target">
<bean class="org.alfresco.repo.security.authentication.ntlm.NullMutableAuthenticationDao" />
</property>
<property name="transactionAttributes">
<props>
<prop key="*">${server.transaction.mode.default}</prop>
</props>
</property>
</bean>
</beans>
[libdefaults]
default_realm = NTDOMAIN.CO.UK
[realms]
NTDOMAIN.CO.UK = {
kdc = pdc.ntdomain.co.uk
admin_server = pdc.ntdomain.co.uk
}
[domain_realm]
ntdomain.co.uk = NTDOMAIN.CO.UK
.ntdomain.co.uk = NTDOMAIN.CO.UK
08-06-2007 06:07 AM
08-06-2007 07:00 AM
08-07-2007 04:13 AM
08-07-2007 04:48 AM
[libdefaults]
default_realm = WURTH.BE
[realms]
WURTH.BE = {
kdc = ad.wurth.be
admin_server = ad.wurth.be
}
[domain_realm]
wurth.be = WURTH.BE
.wurth.be = WURTH.BE
08-07-2007 07:22 AM
08-07-2007 03:26 PM
[libdefaults]
default_realm = AD.WURTH.BE
[realms]
AD.WURTH.BE = {
kdc = be020.ad.wurth.be
admin_server = be020.ad.wurth.be
}
[domain_realm]
ad.wurth.be = AD.WURTH.BE
.ad.wurth.be = AD.WURTH.BE
08-08-2007 03:46 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.