Changes between Version 2 and Version 3 of TipAndDoc/network/samba


Ignore:
Timestamp:
Jul 15, 2009 5:41:00 PM (15 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/network/samba

    v2 v3  
    22 
    33 * [http://www.aconus.com/~oyaji/suse/samba_suse.htm ファイルサーバ(Samba)の構築(SuSE編)] 
    4  * [http://www.eml.ele.cst.nihon-u.ac.jp/~momma/wiki/wiki.cgi/Ubuntu/swat.html Momma's Wiki: Ubuntu/swat - sambaの管理用webインターフェイス swatだけでなくxinetdも...] 
    5  
    6  
    7  = misc = 
    8  * [https://bugs.launchpad.net/ubuntu/+source/samba/+bug/5608 Bug #5608 in samba (Ubuntu): “SWAT expects to authenticate as root”] 
    9    * [https://bugs.launchpad.net/ubuntu/+source/samba/+bug/5608/comments/8 Bug #5608 - Comment #8] 
    10 {{{ 
    11 The workaround is very simple. Just change the rights of the smb.conf file. The group should be adm and the rights for the group should be set to rw. In commands: 
    12 sudo chgrp adm /etc/samba/smb.conf 
    13 sudo chmod g+w /etc/samba/smb.conf 
    14 }}} 
    15    * [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=378454 #378454 - swat: not usable when root account is disabled (pure sudo system) - Debian Bug report logs] 
    16 {{{ 
    17 Actually, there is another solution: SWAT manages permissions using PAM, 
    18 and using rights on /etc/samba/smb.conf. 
    19 So the solution is just to allow you user(s) to write to 
    20 /etc/samba/smb.conf. 
    21  
    22 Example: 
    23 adduser myuser adm 
    24 chgrp adm /etc/samba/smb.conf 
    25 chmod g+w /etc/samba/smb.conf 
    26 }}} 
    27  
    284 * [http://www.takebay.net/~nao/?vista#red03d46 VISTA で samba over ssh]