14_(おまけ)作成済みユーザに対して移動プロファイルの設定を無効化する

  • ユーザr_akagiの移動プロファイルの設定を無効化する。
[root@localhost ~]# smbldap-usermod -F "" r_akagi
  • 今後作成するユーザのため、移動プロファイルの設定を無効化してサービスを再起動する。
[root@localhost ~]# cat -n /etc/samba/smb.conf
   179          # disables profiles support by specifing an empty path
   180  ;       logon path =
   181          logon path = ←追加
[root@localhost ~]# service smb restart
SMB サービスを停止中:                                      [  OK  ]
NMB サービスを停止中:                                      [  OK  ]
SMB サービスを起動中:                                      [  OK  ]
NMB サービスを起動中:                                      [  OK  ]
  • 今後作成するユーザのため、smbldap-toolsの設定も更新する。
[root@localhost smbldap-tools]# cd /usr/share/doc/smbldap-tools-0.9.5/
[root@localhost smbldap-tools-0.9.5]# ./configure.pl
…
  logon path (press the "." character if you don't want roaming profile) [\\PDC\profiles\%U] > .

[root@localhost smbldap-tools-0.9.5]# diff /etc/smbldap-tools/smbldap.conf.old /etc/smbldap-tools/smbldap.conf
189c189
< userProfile="\\pdc\profiles\%U"
---
> userProfile=""