Koozali.org: home of the SME Server

How to log a mandriva workstation on a SME7 box ?

Offline Stiven

  • ***
  • 53
  • +0/-0
How to log a mandriva workstation on a SME7 box ?
« on: January 28, 2007, 07:31:46 PM »
Hi,

I'am searching for quite a long time - but unsuccessfully - how to log a mandriva workstation on a SME7 box.

Does anyone know if a howto exists and if it does, where can I find it ?

Thanx for all in advance.

CU

Stiven.

Offline Stiven

  • ***
  • 53
  • +0/-0
How to log a mandriva workstation on a SME7 box ?
« Reply #1 on: January 30, 2007, 07:35:53 PM »
Up

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: How to log a mandriva workstation on a SME7 box ?
« Reply #2 on: January 30, 2007, 08:05:16 PM »
Quote from: "Stiven"

I'am searching for quite a long time - but unsuccessfully - how to log a mandriva workstation on a SME7 box.


What exactly do you mean by "log a workstation"?

Offline Stiven

  • ***
  • 53
  • +0/-0
How to log a mandriva workstation on a SME7 box ?
« Reply #3 on: February 08, 2007, 07:52:49 PM »
Hi,

Thanx for your reply.

By "log a workstation" I mean authenticate a mandriva workstation on my SME box and let the domain users reach their home directory easily and so from any worstation on the network.

Hope having been clear :)

Thanx in advance.

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
How to log a mandriva workstation on a SME7 box ?
« Reply #4 on: February 08, 2007, 08:13:25 PM »
Quote from: "Stiven"

By "log a workstation" I mean authenticate a mandriva workstation on my SME box and let the domain users reach their home directory easily and so from any worstation on the network.


That would be a question for a Mandriva forum, I would think. The Mandriva workstation would need to do whatever it needs to do to log onto a Windows domain controller and file server.

SME server has no specific support for linux clients. In particular, it doesn't allow for LDAP or NIS authentication, or for NFS export of any filesystems.

Offline Stiven

  • ***
  • 53
  • +0/-0
How to log a mandriva workstation on a SME7 box ?
« Reply #5 on: February 10, 2007, 04:09:54 PM »
Thanx

I'll try this way.

Bye.

AusMounty

Log a Mandriva Workstation
« Reply #6 on: April 24, 2007, 04:11:42 AM »
The easiest way I have found is to use Lin-Neighborhood application. Set this up in the Kcron to automatically log into the samba services on the SME box. That way all your users have to do is navigate to mnt folder in their home directory and they treat it as any other folder resource. Just point of interest is that it has to scan the share point as user. Otherwise will come up in general share points.

 8)

Offline TrevorB

  • *
  • 259
  • +0/-0
    • http://www.batley.id.au
How to log a mandriva workstation on a SME7 box ?
« Reply #7 on: April 24, 2007, 06:18:20 AM »
Or use the fix as discussed in a number of threads and documented under the Mepis Howto (http://wiki.contribs.org/Mepis) on the wiki.

Quote from: "Mepis Howto"
This is where SME doesn't support linux clients as well as windows, so... logon to your SME Server

ClientName is the NetBIOS Name, NOTE: you must add the trailing $
Workgroup should be your SME Server Workgroup

signal-event machine-account-create ClientName$
smbpasswd -a -m ClientName$

Now back to your linux box and join the workgroup/domain

net rpc join -D WorkGroup -U admin
But if you have already tried to connect your linux workstation to the smeserver you will probably already have created the machine-account (ClientName).
In this case you wont need to do the machine-account-create