cancel
Showing results for 
Search instead for 
Did you mean: 

CIFS Server

javadeveloper
Champ in-the-making
Champ in-the-making
Hi

I am totally new to Alfresco and have some questions regarding the setting up of CIFS.

I have managed to install Alfresco and got it up and running.  I have managed to use our Active Directory so users can now access Alfresco without the need to log in.

I would like to set up CIFS.  How do I do this?.  Where is CIFS?.  Which files do I need to edit to enable this?.  I have looked at the forums and I’m getting bogged down.  I have not found anything that clearly tells me how to set up CIFS. Is there an article/tutorial I can read or follow which shows me step by step how to set CIFS up?.

Regards

Raul
6 REPLIES 6

mikeh
Star Contributor
Star Contributor

javadeveloper
Champ in-the-making
Champ in-the-making
Thanks for the response.

I have managed to find an article that tell me hot configure the CIFS server:

http://wiki.alfresco.com/wiki/Configuring_the_CIFS_and_web_servers_for_Kerberos/AD_integration


The following commands:

setspn -a cifs/<cifs-server-name> alfrescocifs
setspn -a cifs/<cifs-server-name>.<domain> alfrescocifs

Do these have to be done on the Alfresco Server or user's PCs'?.

I assume the cifs-server-name would be what the name of the box Alfresco is running on with "_A" at  then end?.

What would be the web-server-name be?.

Regards

Raul.

tpeelen
Champ in-the-making
Champ in-the-making
The setspn commands should be executed at the AD server (as well as the ktpass util).

mikeh
Star Contributor
Star Contributor
From the article:
<cifs-server-name> is the NetBIOS name of the Alfresco CIFS server when running on an Active Directory client or the host name for a client that is not an Active Directory client, ie. not logged onto the domain.

<web-server-name> is the host name that is running the Alfresco server.


Mike

javadeveloper
Champ in-the-making
Champ in-the-making
Hi

Thanks for your replies - much appreciated.

The strangest thing has happened.  I was able to map a network drive to our  CIFS server, without doing any of the tasks outlined in:

http://wiki.alfresco.com/wiki/Configuring_the_CIFS_and_web_servers_for_Kerberos/AD_integration

How is the possible?. 

I also got a few other colleagues to map to the CIFS server and they were able to make alterations to files and I was able to see their changes. 

However some colleagues were unable to map to the drive, this was resolved by me re-starting our Alfresco Server box.  Why is this the case?.

The only change I have done is  copying the Win32NetBIOS.dll from the bin directory to  c:\winnt\system32. 

Regards

Raul.

mikeh
Star Contributor
Star Contributor
I'm not the expert on CIFS and AD authentication, but I suspect the fact you're in a Microsoft environment means Windows is authenticating the CIFS sessions for you against the default domain.


Mike