USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

It is possible to connect a MAC OS to a Samba PDC?

 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Networking
View previous topic :: View next topic  
Author Message
osirup
New Member


Joined: 30 Sep 2024
Posts: 3
Location: Germny

PostPosted: Tue Sep 30, 2024 9:02 am    Post subject: It is possible to connect a MAC OS to a Samba PDC? Reply with quote

i have configured a Network environment using Linux 10.3 enterprises (Samba 3) , which suppose to work with Windows OS and Mac but i have tried a lot Mac refuse to connect to the network, although i got access to the share files from Mac but i want more, e.g. i want to log into the Samba Server from Mac OS just as it works on the windows system. it is possible on Mac OS (Leopard as well as tiger) system? i will be grateful if someone could help me.
thanks


Back to top
View user's profile Send private message
rumbarg
Jr. Member


Joined: 06 Jun 2024
Posts: 69
Location: Houston, TX

PostPosted: Tue Sep 30, 2024 5:08 pm    Post subject: Reply with quote

Have you taken a look at (for example) this page?

http://www.macdevcenter.com/pub/a/mac/2003/03/18/samba.html

Don't have a Mac, so I can't try this stuff, but it's TCP/IP, and if you get the workgroup. hostname, passwords, etc right, it should work.

regards,
rumbarg

[Edit - I googled 'access samba from a mac' to find this. ]



_________________
sidux sidux 2024-01 - Χάος
Back to top
View user's profile Send private message
osirup
New Member


Joined: 30 Sep 2024
Posts: 3
Location: Germny

PostPosted: Tue Sep 30, 2024 5:20 pm    Post subject: Reply with quote

thank you have not try it but i will do right now


Back to top
View user's profile Send private message
jada
Linux Guru


Joined: 13 May 2024
Posts: 3064
Location: Sun City, CA 92585

PostPosted: Tue Sep 30, 2024 6:04 pm    Post subject: Reply with quote

It works, at my home network. I have a iMAC with 10.4 connected to a Network SUSE Linux Enterprise 9 Server.

You can use the SAMBA SWAT tool for the config.

This allows you to view and change the configuration from Samba sharing with a web browser. You can run SWAT from xinetd or inetd.

Example

create a file in
Code:
/etc/xinetd.d
named it swat

Paste this contents

Code:
service swat
{
   port    = 901
   socket_type     = stream
   wait    = no
   only_from = localhost
   groups = yes
   user    = root
   server  = /usr/sbin/swat
   log_on_failure  += USERID
   disable =  No
}


Edit
Code:
/etc/services
to include
Code:
swat       901/tcp

Restart the xinetd daemon
Code:
sudo kill -HUP `cat /var/run/xinetd.pid


if it doesn't work try
Code:
sudo xinetd -pidfile /var/run/xinetd.pid


Now you good to go, login to SWAT from a browser, using the url http:/localhost:901. You can log in with "USER". If you need full access then you must log in ROOT.



_________________
openSUSE 11.1 Desktop KDE 4.3.1 buildservice Factory
Linux Mint 7 Desktop Gnome
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
osirup
New Member


Joined: 30 Sep 2024
Posts: 3
Location: Germny

PostPosted: Wed Oct 01, 2024 10:38 am    Post subject: it works Reply with quote

thank you all. i have tried it again, it works! i thought it is possible to login on mac machine like windows, but is not the same way. thank you:)


Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Networking All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All content © 2024-2009 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2009 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse