Hola de nuevo,
llevo la negra, ya van 3 consultas con esta jeje.
Bueno como bien dice el Titulo tengo un problema con CIFS en "Windows 7"
Tengo instalado Alfresco community 3.4 en "Windows 7" y quiero acceder a la unidad de alfresco con CIFS
\\HOSTNAME"A"\Alfresco hasta ahi todo bien, incluso me salta el login, pero al loguear me vuelve a
saltar la misma ventana de login. He provado con toda clase de users y passw (users de alfresco, users locales, admin alfresco…)
edito..
he seguido estos pasos al pie de la letra1. Se debe de copiar la dll Win32Netbios en c:\windows\system32
info extraida de: http://codigoutil.wordpress.com/alfresco/configurar-cifs-en-alfresco/
2. Abrir los xml (file-servers.xml y file-servers-custom.xml)
3. Localizar el siguiente elemento en el fichero file-servers.xml <config evaluator=”string-compare” condition = “CIFS Server”>
4. Copiar este elemento al completo dentro de la sección <alfresco-config area = “file-servers”> del fichero file-servers-custom.xml
5. Añadir la propiedad replace=”true” <config evaluator=”string-compare” condition=”CIFS Server” replace=”true”>
6. Añadir el hostname, por ejemplo <host domain=”${cifs.domain}”/>
7. Reiniciar el servidor de Alfresco
Estoy bastante perdido agradeceria que me hecharan una manita!
Un saludo.
assthru.authentication.useLocalServer=false
passthru.authentication.domain=DOMAIN
passthru.authentication.servers=192.168.1.115
passthru.authentication.guestAccess=false
passthru.authentication.defaultAdministratorUserNames=admin
#Timeout value when opening a session to an authentication server, in milliseco$
passthru.authentication.connectTimeout=5000
#Offline server check interval in seconds
passthru.authentication.offlineCheckInterval=300
passthru.authentication.protocolOrder=NetBIOS,TCPIP
passthru.authentication.authenticateCIFS=true
passthru.authentication.authenticateFTP=true
<!– CIFS authentication –>
<!– Available types are 'alfresco', 'passthru' and 'enterprise' –>
<!– <authenticator type="enterprise"/> –>
<!– CIFS Passthru authentication sample –>
<!– Also see the <DomainMappings> config in the 'Filesystem Security' se$
<authenticator type="passthru">
<Server>ALFRESCO\adsrv1,ADOMAIN\adsrv2,adsrv1</Server>
<protocolOrder>TCPIP,NetBIOS</protocolOrder>
<offlineCheckInterval>60</offlineCheckInterval>
</authenticator>
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.