多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 16.8 参考数据与延伸阅读 * 注1:维基百科对 Samba 的来源与作者的介绍: [http://en.wikipedia.org/wiki/Samba_software](http://en.wikipedia.org/wiki/Samba_software) [http://en.wikipedia.org/wiki/Andrew_Tridgell](http://en.wikipedia.org/wiki/Andrew_Tridgell) * man 5 smb.conf * Study Area :[http://www.study-area.org/linux/servers/linux_samba.htm](http://www.study-area.org/linux/servers/linux_samba.htm) * 电子书 Using Samba:[http://de.samba.org/samba/docs/using_samba/ch00.html](http://de.samba.org/samba/docs/using_samba/ch00.html) * Samba PDC HOWTO: [http://us5.samba.org/samba/docs/man/Samba-HOWTO-Collection/samba-pdc.html](http://us5.samba.org/samba/docs/man/Samba-HOWTO-Collection/samba-pdc.html) * SAMBA 官方网站:[http://www.samba.org/](http://www.samba.org/) * 杨锦昌老师的 SAMBA 密技:[http://apt.nc.hcc.edu.tw/web/student_server_FC1.htm#samba](http://apt.nc.hcc.edu.tw/web/student_server_FC1.htm#samba) * 依玛猫的打印文件:[http://www.imacat.idv.tw/tech/lnxprint.html](http://www.imacat.idv.tw/tech/lnxprint.html) * Gentoo Linux 的 Samba 文件:[http://www.gentoo.org/doc/zh_tw/quick-samba-howto.xml](http://www.gentoo.org/doc/zh_tw/quick-samba-howto.xml) * cupsaddsmb 用法:[http://www.enterprisenetworkingplanet.com/netsysm/article.php/3621876](http://www.enterprisenetworkingplanet.com/netsysm/article.php/3621876) * 下载 CUPS-windows 的网站:[http://ftp.easysw.com/pub/cups/windows/](http://ftp.easysw.com/pub/cups/windows/) * eyesblue 在讨论区针对语系的说明:[http://phorum.vbird.org/viewtopic.php?t=22001](http://phorum.vbird.org/viewtopic.php?t=22001) * testparm -v * 关于 Windows 7 加入 PDC 的机码相关问题: [https://wiki.samba.org/index.php/Windows7](https://wiki.samba.org/index.php/Windows7) [http://www.linuxquestions.org/questions/linux-server-73/joining-a-windows-7-client-to-samba-pdc-v-3-4-3-a-815174/](http://www.linuxquestions.org/questions/linux-server-73/joining-a-windows-7-client-to-samba-pdc-v-3-4-3-a-815174/) [http://www.1stbyte.com/2009/05/31/join-windows-7-to-samba-pdc/](http://www.1stbyte.com/2009/05/31/join-windows-7-to-samba-pdc/) ``` # 2\. 这个部分是进行『修改』机码!不过,如果你作了,会让你可加入 PDC, # 但却无法顺利的登入!所以这里得要特别注意! [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Netlogon\Parameters] “RequireSignOnSeal”=dword:00000000 “RequireStrongKey”=dword:00000000 ``` * * * 2001/09/17:好久以前曾经完成的一项任务 ^_^ 2003/07/26:将 2001/09/17 所写的内容做了大幅度的修订,增加原理以及更多的设定项目! 2003/09/10:将 [PDC](#server_domain_server) 部分补充的更完整,因为加入了个人化的 Profiles 在 /home/samba/profiles 当中了!同时加入课后练习喔 2003/09/30:加入了 [CUPS](#server_printer_cups) 打印机的支持! 2005/10/17:Samba 2.2 在中文编码上面与最新的 samba 3.0.x 版本不同。请参考: [中文编码](http://phorum.vbird.org/viewtopic.php?t=22001) 网友的详细说明喔! 2006/12/20:将旧的文章移动到 [此处](http://linux.vbird.org/linux_server/0370samba/0370samba.php) 2006/12/29:终于写完了 Samba 了!将 PDC 改写,很多乱乱的地方都改掉了~ 2007/04/12:原本对 homes 的说明中,那个 [umask 应该是 002](#20070412) ,原先的 022 是错的! 2010/06/11:一直误会了作者的名字,名称为 Andrew Tridgell 而不是 Tridgwell !抱歉了! 2011/03/18:将旧的基于 CentOS 4.x 的文章移动到 [此处](http://linux.vbird.org/linux_server/0370samba/0370samba-centos4.php) 2011/03/31:终于搞定了 Samba ,光是实作就花去鸟哥大部分的时间了~累毙! 2011/07/29:将基于 CentOS 5.x 的版本移动到[此处](http://linux.vbird.org/linux_server/0370samba/0370samba-centos5.php) 2011/07/29:PDC 的部分,终于可以加入 windows 7 啰!开心! * * *