cancel
Showing results for 
Search instead for 
Did you mean: 

Scanning and send documents from OKI MFP

tremalnaik
Champ in-the-making
Champ in-the-making
Hi,

I'm working cos' my OKI MFP transfers all that scan into an Alfresco Space.

For the first test I editted the file-servers-custom.xml file adding these lines:


<config evaluator="string-compare" condition="CIFS Server">
     <tcpipSMB port="1445" ipv6="${cifs.ipv6}" platforms="linux,solaris,macosx"/>
     <netBIOSSMB sessionPort="1139" namePort="1137" datagramPort="1138" platforms="linux,solaris,macosx"/>
</config>

In this manner, if I add a User Space, for example "oki", in my Windows Explorer using his nickname and password, there're any problem.

But when I assing the same url like destination in the MFP, only works if I use the admin user & password.

Do I need to configure something else to that shipments are valid also for a normal user other than the administrator?

Thanks!
4 REPLIES 4

mrogers
Star Contributor
Star Contributor
Sorry,  I don't understand.    Could you reword your question more clearly please?

Why are you editing file-servers-custom.xml?   What are you trying to achieve?    What version of Alfresco?

It looks like you are trying to do something with CIFS and its simply configuration of permissions for the space that you are using.

tremalnaik
Champ in-the-making
Champ in-the-making
Hi mrogers,

I'm using Alfresco 3.4.d CE.

My goal is the next: send directly, across CIFS, one scanned document to one Alfresco Space.

The problem is that it's only possible with the admin user parameters. I want configure Alfresco so that uses another user account.

Thanks!

mrogers
Star Contributor
Star Contributor
So there is no need to change file-servers-custom.xml.

Is your problem that your non admin use can't log on (authenticate.)
Or is it that your user can log on but then doesn't have permission to create new files?

tremalnaik
Champ in-the-making
Champ in-the-making
Hi,

I believe that's the first option. The admin user works fine, but with another user Alfresco does not even prints a permission error.