快速业务通道

本文将实现Windows Linux的异构环境

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-09
or 拥有帝国一切,皆有可能。欢迎访问phome.net
出现 错误:NT_STATUS_INVALID_COMPUTER_NAME

解决办法:把ip地址改为dc的FQDN即可

5. 配置samba

vi /etc/samba/smb.conf

[global]
workgroup = A //需要加入的域的netbios名,注意是域的netbios名,要大写
netbios name = Linux //本机器的netbios名,有的版本没有这一项会没有这个,
要手动添加
server string = Samba Server //对该服务器的描述
printcap name = /etc/printcap
load printers = yes
cups options = raw

log file = /var/log/samba/%m.log
max log size = 50

security = ads //ads验证方式有realm项

realm = A.COM //增加这一行,注意这里是域名.
password server = 192.168.1.2 //这里是DC的FQDN,也可以写ip,但是有时候会出
问题,建议写IP

encrypt passwords = yes //加密在网络上传输的用户密码
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

dns proxy = no

winbind separator = / //用户的域名和用户名之间的间隔,用什么随你心情
idmap uid = 1000000-2000000
idmap gid = 1000000-2000000 //域用户映射成Linux本地用户时所有的uid和gid范围.
template homedir = /home/%D/%U //与home文件夹中定义的作用相同.两者定义一个就行
template shell = /bin/bash //用户登陆后所使用的shell
winbind use default domain = yes //用户登陆使用默认的域
winbind enum users = yes
winbind enum groups = yes //有人说是自动创建用 getent passwd[group]看到的
用户和组的信息.具体有什么用,我也说不清楚 拥有帝国一切,皆有可能。欢迎访问phome.net

winbind cache type = x (winbind同步账户时间,可以没有)

[homes]

comment = Home Directories
browseable = no
writable = yes
create mode = 0777
directory mode = 0777 //创建的文件和目录的默认权限
path = /home/%D/%U //用户主目录的相关设置

[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes

测试:[root@localhost ~]# testparm //测试samba配置文件的命令

Load smb config files from /etc/samba/smb.conf

Processing section "[homes]"

Processing section "[printers]"

Loaded services file OK. //语法测试通过

Server role: ROLE_DOMAIN_MEMBER //验证级别为 域成员

Press enter to see a dump of your service definitions //回车将显示起作用的配置

[global]

workgroup = A

netbios name = LINUX

realm = A.COM

server string = Samba Server

security = ADS

password server = 192.168.1.2

encrypt passwords = yes

log file = /var/log/samba/%m.log

max log size = 50

dns proxy = no

idmap uid = 16777216-33554431

idmap gid = 16777216-33554431

template shell = /sbin/nologin

winbind separator = /

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号