cancel
Showing results for 
Search instead for 
Did you mean: 

how to configuration cifs

steve_cx
Champ in-the-making
Champ in-the-making
Hi,
I want to setup cifs.
I am using windows server 2012.
I added following code to alfresco-global.properties.


##### Windows File Sharing ####################

cifs.enabled=true

cifs.Server.Name=alfresco

cifs.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

audit.enabled=true

audit.dod5015.enabled=true


When I use command prompt to test the connection.
"net use R:\\alfresco\alfresco */USER:admin"
But it throw "the specified network password is not correct" .
However I use same username and password it can be login on the site.


Does anyone know how to setup cifs and map alfresco like the network driver?

Thx All.
5 REPLIES 5

mrogers
Star Contributor
Star Contributor
Just set cifs.enabled=true
That's all!

There's no such property as cifs.ServerNane it is cifs.serverName

You are also attempting to run netbios on non-standard ports.  That's normally only done on linux.   If you still want to do that then you will need to configure your firewall to map the ports back to the expected/correct port numbers.

steve_cx
Champ in-the-making
Champ in-the-making
Thx for reply.

I have tried to add cifs.enabled=true only.
But I also can't map the driver with my admin account.

Dose it has any other setting on server or client side?

mrogers
Star Contributor
Star Contributor
How are you authenticating?    What are your authentication settings?

steve_cx
Champ in-the-making
Champ in-the-making
Thx for help.

Following is my authentication setting


authentication.chain=alfrescoNtlm1:alfrescoNtlm

ntlm.authentication.sso.enabled=false

alfresco.authentication.authenticateCIFS=true

steve_cx
Champ in-the-making
Champ in-the-making
Do you mean authentication settings in alfresco-global.properties?