Tuesday, April 04, 2006

Join Windows ke Samba Server (PDC)

Dicoba pada GNU/Linux Distro RedHat 9.
Semua command dijalankan dengan user root

*) Langkah 1
Sebelumnya tambah account computername ke server ( Linux)

-- buat account computer
contoh :
computer name = gohan
computer description = "kompienya gohan"
#/usr/sbin/useradd -g machines -d /dev/null -c "kompienya gohan" -s /bin/false gohan$
#passwd -l gohan$
changing password for user gohan$
locking password for user gohan$
#smbpasswd -a -m gohan
added user gohan$

-- Khusus win xp
Saya coba di winXP Prof.
  • Start -> All Programs -> Administrative Tools-> Local Security Policy
  • cari entri "Domain member: Digitally encrypt or sign secure channel (always)". Disable
  • cari entri "Domain member: Disable machine account password changes". Disable
  • cari entri "Domain member: Require strong (Windows 2000 or later) session key". Disable
  • double klik file "WinXP_SignOrSeal.reg" - join seperti join komputer biasa.

isi file WinXP_SignOrSeal.reg
Windows Registry Editor Version 5.00

;
; This registry key is needed for a Windows XP Client to join
; and logon to a Samba domain. Note: Samba 2.2.3a contained
; this key in a broken format which did nothing to the registry -
; however XP reported "registry key imported". If in doubt
; check the key by hand with regedit.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ServicesNetlogonParameters] "requiresignorseal"=dword:00000000

-- Untuk win98 tidak perlu langkah 1,
langsung ganti aja dari type workgroup ke domain.
-- Untuk win2000 langkah 1 perlu dilakukan.

info lengkap bisa baca-baca di
http://www.idealx.org/prj/samba/index.fr.html

No comments: