Sage - net user

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mpatriarche
Newbie
Newbie
Posts: 2
Joined: Tue Mar 24, 2009 8:36 am

Sage - net user

Post by mpatriarche »

Hi i'm very new to this community.
I'm trying to figure out an installation of Sage under an Ubuntu sevrer 8.04 with Xfce and Wine.

Actually there is a Sage server which is a windows service that allow users to share files between multiple client over a network.

This server is on my Ubuntu machine and the clients are under windows XP.

It looks like the client accounts needs to exist on the server. So I thought a net user would do the stuff but I didn't manage to do it with wine net.exe.
I think it doesn't implement this functionnality.
I need a piece of advice, does someone know Sage and has installed it successfully ? Is it possible to manage windows accounts throught wine ?

Please excuse my english if it's not correct,
if I'm not clear I can answer any question that could help
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Sage - net user

Post by austin987 »

On Tue, Mar 24, 2009 at 8:48 AM, mpatriarche <[email protected]> wrote:
Hi i'm very new to this community.
I'm trying to figure out an installation of Sage (http://www.sage.co.uk/) under an Ubuntu sevrer 8.04 with Xfce and Wine.

Actually there is a Sage server which is a windows service that allow users to share files between multiple client over a network.

This server is on my Ubuntu machine and the clients are under windows XP.

It looks like the client accounts needs to exist on the server. So I thought a net user would do the stuff but I didn't manage to do it with wine net.exe.
I think it doesn't implement this functionnality.
No, it doesn't. Wine gives your current user an account, with windows
administrator privileges, but not separate accounts/limited
accounts/etc.

--
-Austin
mpatriarche
Newbie
Newbie
Posts: 2
Joined: Tue Mar 24, 2009 8:36 am

Post by mpatriarche »

It's a shame but thank you for you help.
another question is that I needed TCP/IP for this application,
do I have anything to configure with wine ?
I saw that I might have to edit the /etc/hosts with the view to removing localhost entry, but I'm not sure I have understand the reason of this procedure.

If you know the stuff or have a link to a well explaned documentation, I'd be glad to get some help

thank you
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

mpatriarche wrote:I saw that I might have to edit the /etc/hosts with the view to removing localhost entry, but I'm not sure I have understand the reason of this procedure.
http://wiki.winehq.org/FAQ#head-0344b43 ... 6855283afd
Locked