差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| linux:samba:samba_ad_member [2013/11/09 04:42] – [smb.confの設定] ともやん | linux:samba:samba_ad_member [2019/05/18 02:23] (現在) – 外部編集 非ログインユーザー | ||
|---|---|---|---|
| 行 29: | 行 29: | ||
| # Global parameters | # Global parameters | ||
| [global] | [global] | ||
| - |  | + |  | 
| - | server string = Samba Server Version %v | + | server string = Samba Server Version %v | 
| - | password server = blue-dc.fireball.local blue-dc2.fireball.local | + | password server = blue-dc.fireball.local blue-dc2.fireball.local | 
| - | realm = FIREBALL.LOCAL | + | realm = FIREBALL.LOCAL | 
| - | netbios name = BLUE-SV | + | netbios name = BLUE-SV | 
| - | security = ads | + | security = ads | 
| - | template shell = /bin/bash | + | |
| - | template homedir = / | + | |
| - | obey pam restrictions = yes | + | |
| - | idmap config *: | + | template shell = /bin/bash | 
| - | idmap config *: | + |  | 
| - | idmap config FIREBALL: | + | obey pam restrictions | 
| - | idmap config FIREBALL: | + | |
| - |  | + | idmap config *:backend = tdb | 
| - | winbind use default domain = no | + | idmap config *:range = 100000-299999 | 
| - | winbind offline logon = yes | + | idmap config FIREBALL: | 
| - | winbind enum users = yes | + | idmap config FIREBALL: | 
| - | winbind enum groups = yes | + | |
| + |  | ||
| + | winbind use default domain = no | ||
| + | winbind offline logon = yes | ||
| + | winbind enum users = yes | ||
| + | winbind enum groups = yes | ||
| </ | </ | ||
| ※もし、このサーバーが共有を提供している場合、obey pam restrictions = yesを記述すると共有の認証に失敗する。\\ | ※もし、このサーバーが共有を提供している場合、obey pam restrictions = yesを記述すると共有の認証に失敗する。\\ | ||