CIFS en MacOS

cancel
Showing results for 
Search instead for 
Did you mean: 
kunkunkunkun
Member II

Re: CIFS en MacOS

Lo conseguí!!!!!!!!!
Todo consistía en modificar más y más y más el file-servers y el global-properties….
Joer la de cosas que le he podido añadir… Smiley Frustrated
Pero funciona!!! jeje
Muuuchas gracias Cristina!!!!
Si algun dia necesitas algo, por aquí andaré liadillo con el proyecto.. jeje
un saludo!!
cristinamr
Advanced

Re: CIFS en MacOS

Me alegro "una jartá"  :wink:

Ummm, ¿te puedo pedir un favor? ¿Podrías especificar como lo solucionaste? Ten en cuenta que en internet no hemos encontrado solución y que si en un futuro a alguien le ocurre al menos le aparecerá este resultado si busca por google (algo es algo Smiley Very Happy). Bueno, reconozco que también es por saber qué leñes ocurría porque mira que busqué y busqué y nada xD
--
VenziaIT: helping companies since 2005! Our ECM products: AQuA & Seidoc
kunkunkunkun
Member II

Re: CIFS en MacOS

Siii allá vá:

El file-servers.xml queda de la siguiente manera:
<alfresco-config area="file-servers">

   <config evaluator="string-compare" condition="CIFS Server">
      <serverEnable enabled="true"/>
     
      <host name="${localname}A" domain="${cifs.domain}"/>
      <comment>Alfresco CIFS Server</comment>

      <!– Set to the broadcast mask for the subnet –>
      <broadcast>255.255.255.255</broadcast>
     
      <!– Set to the IP for the adapter for Java socket –>
      <bindto>${cifs.bindto}</bindto>

      <!– Use Java socket based NetBIOS over TCP/IP and native SMB on linux –>
      <tcpipSMB ipv6="${cifs.ipv6}" platforms="linux,solaris,macosx"/>
      <netBIOSSMB bindto="${cifs.bindto}" platforms="linux,solaris,macosx"/>

       <!– Can be mapped to non-privileged ports, then use firewall rules to forward
            requests from the standard ports –>
            
      <tcpipSMB port="1445" ipv6="${cifs.ipv6}" platforms="linux,solaris,macosx"/>
      <netBIOSSMB sessionPort="1139" namePort="1137" datagramPort="1138" platforms="linux,solaris,macosx"/>
     

      <!– Announce the server to the workgroup/domain –>
      <!– Use enabled="false" attribute to disable announcements –>             
      <hostAnnounce interval="5" enabled="true"/>

      <!– Use Win32 NetBIOS interface on Windows
      <Win32NetBIOS/>–>

      <!– Announce the server to the workgroup/domain –>
      <!– Use enabled="false" attribute to disable announcements            
      <Win32Announce interval="5" enabled="${cifs.hostannounce}"/>–>

      <!– 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' section below –>
      <!—->
      <authenticator type="passthru">
        <Server>ALFRESCO\adsrv1,ADOMAIN\adsrv2,adsrv1</Server>
        <protocolOrder>TCPIP,NetBIOS</protocolOrder>
        <offlineCheckInterval>60</offlineCheckInterval>
      </authenticator>
     
     
      <!– CIFS Enterprise authentication sample with Kerberos –>
      <!–
      <authenticator type="enterprise"/>
         <KDC>192.168.1.240</KDC>
         <Realm>WIN2003.ALFRESCO.ORG</Realm>
         <Password>password</Password>
         
         <kerberosDebug/>
      </authenticator>     
      –>
     
      <!– Disable the use of asynchronous sockets/NIO code –>
      <!—->
      <disableNIO/>
     
     
      <!– Disable the use of JNI code –>
      <!– Only currently affects Windows –>
      <!–
      <disableNativeCode/>
      –>
     
      <!– Session timeout, in seconds –>
      <!– Defaults to 15 minutes, to match the default Windows client setting        –>
      <!– If no I/O is received within that time the session is closed by the server –>
      <!–
      <sessionTimeout>300</sessionTimeout>
      –>
     
      <!– Enable WINS if used for NetBIOS name lookups –>
    
      <WINS>
         <primary>1.2.3.4</primary>
         <secondary>5.6.7.8</secondary>
      </WINS>
     
     
      <!– CIFS server debug settings –>
      'log4j.logger.org.alfresco.fileserver=debug' in log4j.properties file -
     
      <sessionDebug flags="Negotiate,Socket"/>
     
   </config>


El file-servers-custom.xml le añadí a lo que venía por defecto, todo el código expuesto arriba, que es la parte correspondiente de CIFS del file-servers.

Y al archivo alfresco-global.propoerties le añadí algunas cosas, y al final me kedaba así:
###############################
## Common Alfresco Properties #
###############################

#
# Sample custom content and index data location
#————-
dir.root=/Users/Alberto_Rivas/Alfresco/alf_data

#
# Sample database connection properties
#————-
db.name=alfresco
db.username=alfresco
db.password=alfresco
db.host=localhost
db.port=3306

#
# External locations
#————-
ooo.exe=/Users/Alberto_Rivas/Alfresco/OpenOffice.org.app/Contents/program/soffice
ooo.user=/Users/Alberto_Rivas/Alfresco/alf_data/oouser
img.root=/Users/Alberto_Rivas/Alfresco/ImageMagick
swf.exe=/Users/Alberto_Rivas/Alfresco/bin/pdf2swf

#
# Initial admin password
#————-
alfresco_user_store.adminpassword=209c6174da490caeb422f3fa5a7ae634

#
# MySQL connection
#————-
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://${db.host}:${db.port}/${db.name}
hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect

#
# Index Recovery Mode
#————-
#index.recovery.mode=Auto

#
# Outbound Email Configuration
#————-
#mail.host=
#mail.port=25
#mail.username=anonymous
#mail.password=
#mail.encoding=UTF-8
#mail.from.default=alfresco@alfresco.org
#mail.smtp.auth=false

#
# Alfresco Email Service and Email Server
#————-

# Enable/Disable the inbound email service.  The service could be used by processes other than
# the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service.
#————-
#email.inbound.enabled=true

# Email Server properties
#————-
#email.server.enabled=true
#email.server.port=25
#email.server.domain=alfresco.com
#email.inbound.unknownUser=anonymous

# A comma separated list of email REGEX patterns of allowed senders.
# If there are any values in the list then all sender email addresses
# must match.  For example:
#   .*\@alfresco\.com, .*\@alfresco\.org
# Allow anyone:
#————-
#email.server.allowed.senders=.*

#
# The default authentication chain
# To configure external authentication subsystems see:
# http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems
#————-
#authentication.chain=alfrescoNtlm1:alfrescoNtlm

#
# IMAP
#————-
#imap.server.enabled=true
#imap.server.port=143
#imap.server.host=localhost

cifs.enabled=true
cifs.Server.Name=server
cifs.domain=DOMAIN
cifs.hostanounce=true

cifs.broadcast=0.0.0.0
cifs.tcpipSMB.port=1445
cifs.ipv6.enabled=false
cifs.netBIOSSMB.namePort=1137
cifs.netBIOSSMB.datagramPort=1138
cifs.netBIOSSMB.sessionPort=1139


eso es todooo =)
cristinamr
Advanced

Re: CIFS en MacOS

Perfecto, muchas gracias!!!! ;-)
--
VenziaIT: helping companies since 2005! Our ECM products: AQuA & Seidoc