linux:samba:samba_ad_member

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
linux:samba:samba_ad_member [2013/11/07 17:08] – [smb.confの設定] ともやんlinux:samba:samba_ad_member [2019/05/18 02:23] (現在) – 外部編集 非ログインユーザー
行 29: 行 29:
 # Global parameters # Global parameters
 [global] [global]
-        workgroup = FIREBALL +    workgroup = FIREBALL 
-        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 = /home/%D/%U +
-        obey pam restrictions = yes+
  
-        idmap config *:backend tdb +    template shell /bin/bash 
-        idmap config *:range 70001-80000 +    template homedir /home/%D/%U 
-        idmap config FIREBALL:backend ad +    obey pam restrictions yes
-        idmap config FIREBALL:schema_mode = rfc2307 +
-        idmap config FIREBALL:range = 10000-200000+
  
-        winbind nss info rfc2307 +    idmap config *:backend tdb 
-        winbind trusted domains only no +    idmap config *:range 100000-299999 
-        winbind use default domain yes +    idmap config FIREBALL:backend rid 
-        winbind offline logon true +    idmap config FIREBALL:range 10000-99999
-        winbind enum users = yes +
-        winbind enum groups = yes +
-</code>+
  
 +    winbind trusted domains only = no
 +    winbind use default domain = no
 +    winbind offline logon = yes
 +    winbind enum users = yes
 +    winbind enum groups = yes
 +</code>
 +※もし、このサーバーが共有を提供している場合、obey pam restrictions = yesを記述すると共有の認証に失敗する。\\
 +その場合は、obey pam restrictions = yesをコメントアウトする。\\
 ===== ActiveDirectoryに参加 ===== ===== ActiveDirectoryに参加 =====
 <code> <code>
  • linux/samba/samba_ad_member.1383811723.txt.gz
  • 最終更新: 2019/05/18 02:23
  • (外部編集)