<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=5665&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / Reseau XP vers Ubuntu ; je comprend rien]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=5665</link>
		<description><![CDATA[Les sujets les plus récents dans Reseau XP vers Ubuntu ; je comprend rien.]]></description>
		<lastBuildDate>Sun, 05 Jun 2005 14:54:48 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  Reseau XP vers Ubuntu ; je comprend rien]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=40264#p40264</link>
			<description><![CDATA[<p>évidement, pas oublier de décommenter le security = share&#160; &#160;(enlever le &quot;#&quot;, ou le &quot;;&quot; dvant la ligne.....)</p>]]></description>
			<author><![CDATA[dummy@example.com (Polo)]]></author>
			<pubDate>Sun, 05 Jun 2005 14:54:48 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=40264#p40264</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Reseau XP vers Ubuntu ; je comprend rien]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=40262#p40262</link>
			<description><![CDATA[<p>J&#039;ai eu le même problème.<br />En changeant sécurity=share (au lieu de user) et la sécurité se fait au niveau du partage, donc un public=yes et le partage est accessible.</p>]]></description>
			<author><![CDATA[dummy@example.com (invite)]]></author>
			<pubDate>Sun, 05 Jun 2005 14:51:34 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=40262#p40262</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Reseau XP vers Ubuntu ; je comprend rien]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=36789#p36789</link>
			<description><![CDATA[<p>en fait c&#039;est bon j&#039;ai réussi mais seulement avec mot de passe!</p><p>donc si quelqu&#039;un sait comment faire sans ....</p><p><img src="http://forum.ubuntu-fr.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[dummy@example.com (elpichet)]]></author>
			<pubDate>Sat, 28 May 2005 19:52:29 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=36789#p36789</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Reseau XP vers Ubuntu ; je comprend rien]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=36754#p36754</link>
			<description><![CDATA[<p>Savoir si possible de ne pas avoir de demande de pass, va falloir attendre les pro de la samba lol.</p>]]></description>
			<author><![CDATA[dummy@example.com (AppleSeed2010)]]></author>
			<pubDate>Sat, 28 May 2005 16:12:56 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=36754#p36754</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Reseau XP vers Ubuntu ; je comprend rien]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=36747#p36747</link>
			<description><![CDATA[<div class="codebox"><pre class="vscroll"><code>[global]
## Browsing/Identification ###

# Change this to the workgroup/NT-domain name your Samba server will part of
   workgroup = MSHOME

# server string is the equivalent of the NT Description field
   server string = DAMIEN

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
;   wins support = no

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
;   wins server = w.x.y.z

# This will prevent nmbd to search for NetBIOS names through DNS.
   dns proxy = no

# What naming service and in what order should we use to resolve host names
# to IP addresses
;   name resolve order = lmhosts host wins bcast


####### Authentication #######

# &quot;security = user&quot; is always a good idea. This will require a Unix account
# in this server for every user accessing the server. See
# /usr/share/doc/samba-doc/htmldocs/ServerType.html in the samba-doc
# package for details.
;   security = share

# You may wish to use password encryption.  See the section on
# &#039;encrypt passwords&#039; in the smb.conf(5) manpage before enabling.
   encrypt passwords = true

# If you are using encrypted passwords, Samba will need to know what
# password database type you are using.  
   passdb backend = tdbsam guest

   obey pam restrictions = yes

;   guest account = nobody
   invalid users = root

# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
;   unix password sync = no

# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Augustin Luton &lt;aluton@hybrigenics.fr&gt; for
# sending the correct chat script for the passwd program in Debian Potato).
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .

# This boolean controls whether PAM will be used for password changes
# when requested by an SMB client instead of the program listed in
# &#039;passwd program&#039;. The default is &#039;no&#039;.
;   pam password change = no


########## Printing ##########

# If you want to automatically load your printer list rather
# than setting them up individually then you&#039;ll need this
;   load printers = yes

# lpr(ng) printing. You may wish to override the location of the
# printcap file
;   printing = bsd
;   printcap name = /etc/printcap

# CUPS printing.  See also the cupsaddsmb(8) manpage in the
# cupsys-client package.
;   printing = cups
;   printcap name = cups

# When using [print$], root is implicitly a &#039;printer admin&#039;, but you can
# also give this right to other users to add drivers and set printer
# properties
;   printer admin = @ntadmin


######## File sharing ########

# Name mangling options
;   preserve case = yes
;   short preserve case = yes



#======================= Share Definitions =======================

wins support = no
[homes]
   comment = Home Directories
   browseable = no

# By default, the home directories are exported read-only. Change next
# parameter to &#039;yes&#039; if you want to be able to write to them.
   writable = no

# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
   create mask = 0700

# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
   directory mask = 0700

# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
;[netlogon]
;   comment = Network Logon Service
;   path = /home/samba/netlogon
;   guest ok = yes
;   writable = no
;   share modes = no

[printers]
   comment = All Printers
   browseable = no
   path = /tmp
   printable = yes
   public = no
   writable = no
   create mode = 0700

# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
   comment = Printer Drivers
   path = /var/lib/samba/printers
   browseable = yes
   read only = yes
   guest ok = no
# Uncomment to allow remote administration of Windows print drivers.
# Replace &#039;ntadmin&#039; with the name of the group your admin users are
# members of.
;   write list = root, @ntadmin

# A sample share for sharing your CD-ROM with others.
;[cdrom]
;   comment = Samba server&#039;s CD-ROM
;   writable = no
;   locking = no
;   path = /cdrom
;   public = yes

# The next two parameters show how to auto-mount a CD-ROM when the
#	cdrom share is accesed. For this to work /etc/fstab must contain
#	an entry like this:
#
#       /dev/scd0   /cdrom  iso9660 defaults,noauto,ro,user   0 0
#
# The CD-ROM gets unmounted automatically after the connection to the
#
# If you don&#039;t want to use auto-mounting/unmounting make sure the CD
#	is mounted on /cdrom
#
;   preexec = /bin/mount /cdrom
;   postexec = /bin/umount /cdrom




[Commun]
path = /home/elpichet/Documents Partagés
available = yes
browseable = yes
public = yes
writable = yes</code></pre></div><p>voilà, j&#039;ai enlevé quelques trucs pas essentiel !</p><br /><p>ce que je comprend pas c&#039;est le truc suivant :</p><div class="quotebox"><blockquote><div><p>essai ça:<br />smbpasswd -a nonduga</p></div></blockquote></div><p>si je suis en réseau avec plusieurs XP, j&#039;aimerais que chacun puisse accèder à mon document partagé sans que je doive créer de login et mot de passe !<br />C&#039;est possible ??</p><p>Sinon, si vous pouviez me dire concrètement quoi taper pour que ca marche ! merci d&#039;avance</p>]]></description>
			<author><![CDATA[dummy@example.com (elpichet)]]></author>
			<pubDate>Sat, 28 May 2005 15:34:30 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=36747#p36747</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  Reseau XP vers Ubuntu ; je comprend rien]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=36717#p36717</link>
			<description><![CDATA[<p>demande un login et pass ???</p><p>essai ça:<br />smbpasswd -a nonduga</p><p>Tu a de la chance davoir le login pass moi g carrement un truc &quot;acces refusé blabla&quot;<br />Alors que si je passe par l&#039;adresse j&#039;arrive à entrer sur mon partage mais je n&#039;est que les droits en lecture.<br />Si je matte l&#039;onglet securité sur un de mes fichiés partagés, j&#039;ai 2 lignes pour l&#039;utilisateur qui a monté la partition ou est le partage (O.o), et qui plus est different, ainsi que &quot;Tout le monde&quot; avec seulement droit en lecture execution lecture.</p><p>Voila mon fichier smb.conf</p><div class="codebox"><pre><code>[global]
netbios name = Gaia
workgroup = Olympus
server string = the server
comment = mouhahahahahahhahaha
security = SHARE
#invalid users = root
#wins support = no

[data1]
path = /mnt/data1
available = yes
browseable = yes
public = yes
writable = yes

[HL-10h]
path = /var/spool/lpt1
guest ok = Yes
printable = Yes</code></pre></div><p>Pour imprimer, aucun probleme par contre... mais toujours en passant par l&#039;adresse ip.</p><p>Pourrais tu poster ton fichier smb.conf ????</p>]]></description>
			<author><![CDATA[dummy@example.com (AppleSeed2010)]]></author>
			<pubDate>Sat, 28 May 2005 14:16:12 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=36717#p36717</guid>
		</item>
		<item>
			<title><![CDATA[Reseau XP vers Ubuntu ; je comprend rien]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=36698#p36698</link>
			<description><![CDATA[<p>Salut <img src="http://forum.ubuntu-fr.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>bon j&#039;ai configuré mon réseau XP - Ubuntu avec Samba et tout marche bien.</p><p>Reste un point noir : accèder à mon répertoire partagé à partir de mon XP : là ca me demande&#160; un login et mot de passe.<br />J&#039;ai fouillé tout le forum depuis 2 jours et je comprend pas comment faire avec le truc utilisateur. <img src="http://forum.ubuntu-fr.org/img/smilies/roll.png" width="15" height="15" alt="roll" /></p><p>On peut pas virer ce login/mot de passe ?? comme sur Ubuntu ?</p><p>ps : j&#039;avais vu un post qui parlait de ce pb mais j&#039;ai pas réussi à le retrouver. De plus, je parie que c&#039;est super simple à faire ??</p>]]></description>
			<author><![CDATA[dummy@example.com (elpichet)]]></author>
			<pubDate>Sat, 28 May 2005 12:55:52 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=36698#p36698</guid>
		</item>
	</channel>
</rss>
