<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Linux Forum &mdash; Сетка SAMBA]]></title>
	<link rel="self" href="https://linuxforum.ru/extern.php?action=feed&amp;tid=31340&amp;type=atom" />
	<updated>2013-11-09T02:18:14Z</updated>
	<generator>PunBB</generator>
	<id>https://linuxforum.ru/viewtopic.php?id=31340</id>
		<entry>
			<title type="html"><![CDATA[Re: Сетка SAMBA]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=374750#p374750" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[urfin]]></name>
				<uri>https://linuxforum.ru/profile.php?id=28931</uri>
			</author>
			<updated>2013-11-09T02:18:14Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=374750#p374750</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Сетка SAMBA]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=374691#p374691" />
			<content type="html"><![CDATA[<p>С магии на windows 7 заходит, а с винду нет, люди, помогите, сеть надо для учёбы</p>]]></content>
			<author>
				<name><![CDATA[denis8212]]></name>
				<uri>https://linuxforum.ru/profile.php?id=20880</uri>
			</author>
			<updated>2013-11-08T19:44:04Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=374691#p374691</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Сетка SAMBA]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=374686#p374686" />
			<content type="html"><![CDATA[<p>Брандамауэр в windows отключён и в центр управления mageia файьервол отключён</p>]]></content>
			<author>
				<name><![CDATA[denis8212]]></name>
				<uri>https://linuxforum.ru/profile.php?id=20880</uri>
			</author>
			<updated>2013-11-08T19:12:34Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=374686#p374686</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Сетка SAMBA]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=372185#p372185" />
			<content type="html"><![CDATA[<p>Фаерволл пробовал отключать?</p>]]></content>
			<author>
				<name><![CDATA[Gnom]]></name>
				<uri>https://linuxforum.ru/profile.php?id=2577</uri>
			</author>
			<updated>2013-10-28T04:57:04Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=372185#p372185</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Сетка SAMBA]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=371985#p371985" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[denis8212]]></name>
				<uri>https://linuxforum.ru/profile.php?id=20880</uri>
			</author>
			<updated>2013-10-26T20:04:32Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=371985#p371985</id>
		</entry>
</feed>
