<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Linux Forum &mdash; Сетка SAMBA]]></title>
		<link>https://linuxforum.ru/viewtopic.php?id=31340</link>
		<atom:link href="https://linuxforum.ru/extern.php?action=feed&amp;tid=31340&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Сетка SAMBA».]]></description>
		<lastBuildDate>Sat, 09 Nov 2013 02:18:14 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Сетка SAMBA]]></title>
			<link>https://linuxforum.ru/viewtopic.php?pid=374750#p374750</link>
			<description><![CDATA[<p>Видимо правильно, что с Windows не заходит. Сначала надо бы пользователей для samba установить. Есть такая утилита, smbpasswd называется. Вот с ее помощью и определяются пользователи samba и их пароли.</p><p>Добавить пользователя в samba:<br /></p><div class="codebox"><pre><code># smbpasswd -a username</code></pre></div><p>Разрешить работу этого пользователя:<br /></p><div class="codebox"><pre><code># smbpasswd -e username</code></pre></div><p>Запретить работу этого пользователя:<br /></p><div class="codebox"><pre><code># smbpasswd -d username</code></pre></div><p>Удалить пользователя из samba:<br /></p><div class="codebox"><pre><code># smbpasswd -x username</code></pre></div><p>Короче, man smbpasswd в помощь.</p>]]></description>
			<author><![CDATA[null@example.com (urfin)]]></author>
			<pubDate>Sat, 09 Nov 2013 02:18:14 +0000</pubDate>
			<guid>https://linuxforum.ru/viewtopic.php?pid=374750#p374750</guid>
		</item>
		<item>
			<title><![CDATA[Re: Сетка SAMBA]]></title>
			<link>https://linuxforum.ru/viewtopic.php?pid=374691#p374691</link>
			<description><![CDATA[<p>С магии на windows 7 заходит, а с винду нет, люди, помогите, сеть надо для учёбы</p>]]></description>
			<author><![CDATA[null@example.com (denis8212)]]></author>
			<pubDate>Fri, 08 Nov 2013 19:44:04 +0000</pubDate>
			<guid>https://linuxforum.ru/viewtopic.php?pid=374691#p374691</guid>
		</item>
		<item>
			<title><![CDATA[Re: Сетка SAMBA]]></title>
			<link>https://linuxforum.ru/viewtopic.php?pid=374686#p374686</link>
			<description><![CDATA[<p>Брандамауэр в windows отключён и в центр управления mageia файьервол отключён</p>]]></description>
			<author><![CDATA[null@example.com (denis8212)]]></author>
			<pubDate>Fri, 08 Nov 2013 19:12:34 +0000</pubDate>
			<guid>https://linuxforum.ru/viewtopic.php?pid=374686#p374686</guid>
		</item>
		<item>
			<title><![CDATA[Re: Сетка SAMBA]]></title>
			<link>https://linuxforum.ru/viewtopic.php?pid=372185#p372185</link>
			<description><![CDATA[<p>Фаерволл пробовал отключать?</p>]]></description>
			<author><![CDATA[null@example.com (Gnom)]]></author>
			<pubDate>Mon, 28 Oct 2013 04:57:04 +0000</pubDate>
			<guid>https://linuxforum.ru/viewtopic.php?pid=372185#p372185</guid>
		</item>
		<item>
			<title><![CDATA[Сетка SAMBA]]></title>
			<link>https://linuxforum.ru/viewtopic.php?pid=371985#p371985</link>
			<description><![CDATA[<p>Всем добрый день, кто может помогите, сижу почти неделю, не получается, самба настроена, в общие папки самба видит виндов и заходитЮ, на ноутбуке с win7, видит папки samba но не заходит в них. <br />smb.conf<br /></p><div class="codebox"><pre><code>[global]
    
    # 1. Server Naming Options:
    # workgroup = NT-Domain-Name or Workgroup-Name
    workgroup = HOMEGROUP
    
    # netbios name is the name you will see in &quot;Network Neighbourhood&quot;,
    # but defaults to your hostname
    netbios name = &lt;Home-PC1&gt;
    
    # server string is the equivalent of the NT Description field
    server string = samba server
    
    # Message command is run by samba when a &quot;popup&quot; message is sent to it.
    # The example below is for use with LinPopUp:
    ; message command = /usr/bin/linpopup &quot;%f&quot; &quot;%m&quot; %s; rm %s
    
    # 2. Printing Options:
    # Required to load all CUPS printers
    printcap name = /dev/null
    ;    load printers = yes
    
    # printcap cache time, so samba will automatically load new cups printers
    printcap cache time = 60
    
    # It should not be necessary to spell out the print system type unless
    # yours is non-standard. Currently supported print systems include:
    # bsd, sysv, plp, lprng, aix, hpux, qnx, cups
    ;    printing = cups



[printers]
    path = /var/spool/samba
    comment = All Printers
    browseable = yes
    printable = yes
    print command = lpr-cups -P %p -o raw %s -r     # using client side printer drivers.
    guest ok = yes
    create mode = 0777
    use client driver = yes
[pdf-gen]
    path = /var/tmp
    comment = PDF Generator (only valid users)
    browseable = yse
    printable = yes
    print command = /usr/share/samba/scripts/print-pdf &quot;%s&quot; &quot;%H&quot; &quot;//%L/%u&quot; &quot;%m&quot; &quot;%I&quot; &quot;%J&quot; &amp;
    lpq command = /bin/true
    guest ok = yes
    writable = yes
    printing = bsd
[print$]
    path = /var/lib/samba/printers
    comment = Samba Printer
    browseable = yes
    printable = yes
    guest ok = yes
    writable = yes
    write list = @adm root
    inherit permissions = yes
[/home/denis]
    path = /home/denis
    comment = denis
    browseable = yes
    public = yes
    writable = yes
    admin users = denis
    force user = denis
    force group = denis
    read only = yes
    create mask = 0777
    directory mask = 0777
[/media/windows]
    path = /media/windows
    comment = windows
    browseable = yes
    public = yes
    writable = yes
    admin users = denis
    hide dot files = yes
    force user = denis
    force group = denis
    read only = yes
    create mask = 0777
    directory mask = 0777</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (denis8212)]]></author>
			<pubDate>Sat, 26 Oct 2013 20:04:32 +0000</pubDate>
			<guid>https://linuxforum.ru/viewtopic.php?pid=371985#p371985</guid>
		</item>
	</channel>
</rss>
