03-01-2010 05:24 AM
03-02-2010 11:05 AM
03-02-2010 11:50 AM
authentication.chain=kerberos1:kerberos
kerberos.authentication.realm=DOMAINE.FR
kerberos.authentication.sso.enabled=false
kerberos.authentication.authenticateCIFS=true
kerberos.authentication.user.configEntryName=Alfresco
kerberos.authentication.cifs.configEntryName=AlfrescoCIFS
kerberos.authentication.http.configEntryName=AlfrescoHTTP
kerberos.authentication.cifs.password=alfrescocifspass
kerberos.authentication.http.password=alfrescohttppass
kerberos.authentication.defaultAdministratorUserNames=Administrateur
<!– CIFS Enterprise authentication sample with Kerberos –>
<authenticator type="enterprise"/>
<KDC>192.168.13.60</KDC>
<Realm>DOMAINE.FR</Realm>
<Password>alfrescocifspass</Password>
<kerberosDebug/>
</authenticator>
ktpass -princ cifs/alfresco.domaine.fr@DOMAINE.FR -pass alfrescocifspass -mapuser DOMAINE\alfrescocifs -crypto RC4-HMAC-NT -ptype KRB5_NT_PRINCIPAL -out c:\temp\alfrescocifs.keytab
ktpass -princ HTTP/alfresco.domaine.fr@DOMAINE.FR -pass alfrescohttppass -mapuser DOMAINE\alfrescohttp -crypto RC4-HMAC-NT -ptype KRB5_NT_PRINCIPAL -out c:\temp\alfrescohttp.keytab
setspn -a cifs/alfresco alfrescocifs
setspn -a cifs/alfresco.domaine.fr alfrescocifs
setspn -a HTTP/alfresco alfrescohttp
setspn -a HTTP/alfresco.domaine.fr alfrescohttp
03-02-2010 11:57 AM
03-08-2010 09:11 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.