<authenticator type="enterprise">
<KDC>nom_server.company.com</KDC>
<Realm>COMPANY.COM</Realm>
<Password>motpasse</Password>
<LoginEntry>Alfresco</LoginEntry>
</authenticator>
dans le fichier java.login.config :Alfresco {
com.sun.security.auth.module.Krb5LoginModule required
storeKey=true
useKeyTab=true
keyTab="d:etccifs.keytab"
principal="alfresco-cifs/alfresco.company.com";
};
lors de ma création du fichier cifs.keytab j'ai utilisé les 2 commnade suivante:setspn -a alfresco-cifs/nom_server.company.com
ktpass alfresco-cifs/alfresco.company.com@BFC.MA -pass motpasse -mapuser alfresco
-out c:tempcifs.keytab
NB: alfresco c'est le nom d'utilisateur
dans mon fichier krb5.ini:[libdefaults]
default_realm = COMPANY.COM
[realms]
BFC.MA= {
kdc = mon_server.copany.com
admin_server = mon_server.copany.com
}
[domain_realm]
copany.com = COMPANY.COM
.copany.com = COMPANY.COM
merci pour votre aide
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.