[Samba] Samba (Linux) Server and Mac OS X Clients

Pascal Legrand Pascal.Legrand at univ-orleans.fr
Thu Feb 10 08:56:50 GMT 2005



-------- Message original --------

> Hi,
> 
> I'v been googling around for information using a samba server as 
> authentification and fileserver for mac os x clients.
> 
> At the moment I have all useraccounts and (home-)shares configured on 
> the samba server and I can manually connect to the server from the os x 
> clients.
> 
> My Questions: Has someone a how to configure a loginscript for mounting 
> the samba shares?
> 
> Or has someone a how to configure the systems that the mac client uses 
> the server-authentification and maps the shares automatically?
> 
> (Like for Windows)
> 
> Any ideas are welcome!
> 
> 
> Regards
> 
> Götz Reinicke
if you read french

Pour monter une ressource samba sur un Mac OS X, il faut aller dans le menu "Aller" puis, se
connecter au serveur.
Ensuite il faut taper la commande suivante :
smb://geronimo/public

Il est possible de rajouter plusieurs ressources avec le bouton "+"

Pour monter automatiquement des ressources au démarrage, il existe un soft qui fait ça très bien :
SMB Manager
http://www.labo-apple.com/fr/logiciels/smb+manager/

ou bien rédiger un script avec l'éditeur de script, compiler ce script, l'enregister (format :
application). Le script :



tell application "Finder"
	mount volume "smb://user:password@serveur/partage"
end tell

Ensuite, pour que ce script soit lancé au démarrage :
Lancer l'application "Préférences système", "comptes", dans l'onglet démarrage de l'utilisateur
concerné, rajouter l'application.


-- 
Pascal Legrand
*IUT de Chartres* - _Service Informatique_
1 place Pierre Mendès France - 28000 Chartres
Tel: 02 37 91 83 36 - Fax: 02 37 91 83 01
Pascal.Legrand at univ-orleans.fr



More information about the samba mailing list