View previous topic :: View next topic |
Author |
Message |
osirup New Member
Joined: 30 Sep 2025 Posts: 3 Location: Germny
|
Posted: Tue Sep 30, 2025 9:02 am Post subject: It is possible to connect a MAC OS to a Samba PDC? |
|
|
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 |
|
rumbarg Jr. Member
Joined: 06 Jun 2025 Posts: 69 Location: Houston, TX
|
Posted: Tue Sep 30, 2025 5:08 pm Post subject: |
|
|
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 2025-01 - Χάος
|
|
Back to top |
|
osirup New Member
Joined: 30 Sep 2025 Posts: 3 Location: Germny
|
Posted: Tue Sep 30, 2025 5:20 pm Post subject: |
|
|
thank you have not try it but i will do right now
|
|
Back to top |
|
jada Linux Guru

Joined: 13 May 2025 Posts: 3064 Location: Sun City, CA 92585
|
Posted: Tue Sep 30, 2025 6:04 pm Post subject: |
|
|
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 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 to include
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. |
|
Back to top |
|
osirup New Member
Joined: 30 Sep 2025 Posts: 3 Location: Germny
|
Posted: Wed Oct 01, 2025 10:38 am Post subject: it works |
|
|
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 |
|
|