RHEL5的samba服务器采用2003AD认证

Linux使用samba加入windows域

#lokkit              
#vi /etc/krb5.conf
修改下列内容行如下
[libdefaults]
default_realm  =  ABC.COM         
[realms]
ABC.COM  =  {
Kdc  =  192.168.1.1:88
default_domain  =  ABC.COM

#kinit [email protected]
输入正确密码.
#vi /etc/samba/smb.conf
[global]
   workgroup = ABC     
   netbios name = linux
 
 
   security = ADS     
   realm = ABC.COM
   password server = 192.168.1.1
   encrypt passwords = yes
保存退出
#service smb restart
#net ads join -U [email protected]
输入密码
加入windows域.如果成功在windows的AD中应该看见多一个叫linux计算机.
#service smb restart
#vi /etc/nsswitch.conf
修改下列两行
passwd: files winbind
group: files winbind
#winbindd
#wbinfo �Ct
#wbinfo �Cu
可以看见windows域的用户和组.基本上已经可以了.
 

本文出自 “RHEL5” 博客,转载请与作者联系!

你可能感兴趣的:(职场,samba,休闲,rhel5,ads)