cancel
Showing results for 
Search instead for 
Did you mean: 

CIFS does not work

user21
Champ in-the-making
Champ in-the-making
Hello, i am install alfresco 3.4 on CentOS 5.5

my alfresco-global.properties for cifs:

#CHAIN
authentication.chain=passthru1Smiley Tongueassthru,ldap1:ldap

#CIFS
cifs.enabled=true
cifs.localname=alf
cifs.servername=${localname}A
cifs.domain=LIMA
cifs.ipv6.enabled=false
cifs.broadcast=172.172.172.255
cifs.disableNIO=false
#cifs.disableNativeCode=false
cifs.tcpipSMB.port=1445
cifs.ipv6.enabled=false
cifs.netBIOSSMB.namePort=1137
cifs.netBIOSSMB.datagramPort=1138
cifs.netBIOSSMB.sessionPort=1139


# passthru
passthru.authentication.useLocalServer=false
passthru.authentication.sso.enabled=false
passthru.authentication.allowGuestLogin=true
passthru.authentication.servers=172.172.172.1
passthru.authentication.domain=LIMA
passthru.authentication.defaultAdministratorUserNames=mjhons
passthru.authentication.connectTimeout=5000
passthru.authentication.offlineCheckInterval=300
passthru.authentication.protocolOrder=TCPIP,NETBIOS
passthru.authentication.authenticateCIFS=true
passthru.authentication.authenticateFTP=false


CIFS does not work. Why?
4 REPLIES 4

mrogers
Star Contributor
Star Contributor
What do you mean "does not work"?   And you need to give more information, in particular about what client you are using.

My first wild guess is that your client (which one?) does not know its got to read port 1445 rather than the standard port number.

user21
Champ in-the-making
Champ in-the-making
I am open from WinXp browser \\ip_address_of_alfresco_server\… But no one shared directory…

mrogers
Star Contributor
Star Contributor
So why did you change port numbers?   AFAIK you can't tell windows explorer to use a non standard port, so either revert to the default values or set up a portmapper.

user21
Champ in-the-making
Champ in-the-making
Should i am comment this lines ?

cifs.tcpipSMB.port=1445
cifs.netBIOSSMB.namePort=1137
cifs.netBIOSSMB.datagramPort=1138
cifs.netBIOSSMB.sessionPort=1139