ok. first…thank you for your response. my server isn´t so nice.
i´ve done, how you describe. unfortunately it doesn´t work but i think the target isn´t far.
I think the only one problem is, the alfresco-server don´t know the ip/location of the kdc/kerberos.
And i don´t know, where i have to tell him.
i thought, i do this for the cifs-server in the file-servers.xml and for the httpserver in the web.xml…
file-servers.xml:
…
<!– CIFS Enterprise authentication sample with Kerberos –>^M
<authenticator type="enterprise"/>^M
<KDC>192.168.20.106</KDC>^M
<Realm>LOCAL</Realm>^M
<Password>pass</Password>^M
^M
<kerberosDebug/>^M
</authenticator>
…
in the web.xml i do nothing…
when i put the ip/location for the kdc/kerberos in the alfresco.sh and start up…the servers get their tickets…but only then…
mabee there is a global way, how i can tell the alfresco server, that he has to authenticate at ip=ipOfKdc
thanks for your help.