From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.2.4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id :disposition-notification-to:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=PTZDgsgW9jYm0K4qIxWo83aikWF/fHzgzGvsumEZ1wo=; b=AtVVXvMVVRcD8oWdhBZHB4TA/EyTzL7vp81QRzVBe9i1Ar+N+fx1Kv0eRxlHpkySlN AKnF4C25EnwKxpawXIirnuX8AelVqQRVeL8adFiIN2VQKt8yqB0i7nXbsR95JLhhJbru c4Bp3+uWerZa7CYvUtp8SXjU4TPj2C5QmpSrM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:disposition-notification-to:date:from:user-agent :mime-version:to:subject:content-type:content-transfer-encoding; b=q0M4/ete6hFCGxTCXS/QIjpa5QvRLN8A0k/6wWQyyMSLRPPdV3awGvZ9Ch6/sUpMZt hz+YgO5g7AGBnvvq8aIDK8VuGhUN1S8WRNKDEFNgjPIskl8IE+l6Ehem2Q8RbqdFRxD7 1ufmCDIUk44ZkIcBul7ScDPw28is3Hh+lksLI= Message-ID: <48C75057.6020203@gmail.com> Date: Wed, 10 Sep 2008 14:43:03 +1000 From: Occisor User-Agent: Thunderbird 2.0.0.16 (X11/20080707) MIME-Version: 1.0 To: community@lists.altlinux.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: [Comm] Samba + Share Folder X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.10b3 Precedence: list Reply-To: ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2008 04:43:33 -0000 Archived-At: List-Archive: List-Post: Имеются следующий настройки samba: [global] workgroup = DOMEN realm = DOMEN.DOMEN server string = windie interfaces = eth1, lo security = ADS client schannel = Yes server schannel = Yes password server = IP log file = /var/log/samba/log.%m max log size = 50 acl compatibility = winnt server signing = auto printcap name = cups preferred master = No local master = No domain master = No dns proxy = No ldap ssl = no idmap domains = DOMEN.DOMEN idmap uid = 10000-200000 idmap gid = 10000-200000 template homedir = /home/DOMEN/%U template shell = /bin/bash winbind enum users = Yes winbind enum groups = Yes winbind use default domain = Yes winbind nss info = template, sfu use sendfile = Yes printing = cups print command = lpq command = %p lprm command = [share] comment = MyShare path = /home/sis/Documents/share read only = No create mask = 0777 directory mask = 0777 guest ok = Yes Проблемы следующие: В домен вроде бы входиться нормально (kerberos), папка для общего пользования доступна только если вхожу в нее с данного пк, при заходе на ресурс данного пк папка доступна, но нельзя добавить новый файл (папку) пишет нет доступа; при заходе с компьютера состоящего в домене (windows), требует ввести авторизацию для доступа к ресурсу. Как настроить что бы папка была? И может что еще не правильно указал в настройках?