使用活动目录用户和组验证 Samba 共享

使用活动目录用户和组验证 Samba 共享

我正在寻找有关如何配置我的 Ubuntu 10.04 机器以允许通过 Active Directory 用户和组访问 samba 共享的说明。我已使用 Likewise-open 将 Ubuntu 机器加入我的 AD 域,但是当我在 smb.conf 中启用“security = ads”时,尝试在 Windows 资源管理器中查看共享时出现访问被拒绝错误。有什么建议吗?

答案1

请尝试按照官方指南操作:https://help.ubuntu.com/10.04/serverguide/C/samba-ad-integration.html

我猜你没有链接密码文件,因为它说 Samba 并且同样使用单独的数据库。

祝你好运。

答案2

这是一份很好的指南,一步一步来。 https://help.ubuntu.com/community/ActiveDirectoryWinbindHowto

  • 第一步,安装并配置kerberos:https://help.ubuntu.com/community/Samba/Kerberos

  • 接下来安装所需的软件包:winbind samba

  • 如果你想挂载 samba 文件夹:smbfs smbclient

  • 然后通过编辑 /etc/samba/smb.conf 文件加入 AD 域(按照指南)

答案3

这本身不是一个答案,但我认为它很有用(我从未尝试过)。我一直在浏览典型伙伴存储库(适用于 ubuntu 10.10 maverick),我注意到一个名为“离心直流“。描述如下:

Description: Centrify Express
 Free Active Directory Integration and single sign-on for Ubuntu - Centrify
 Express is the No. 1 choice of IT professionals for Active Directory-based
 authentication and single sign-on to cross-platform systems.
 .
 Centrify Express is not only the quickest and easiest solution to use and
 deploy for integrating Ubuntu systems with Active Directory, but delivers more
 functionality and more to upgrade to than alternative offerings.  And best of
 all - it is free! For more free tools, information and community support check
 out http://www.centrify.com/express

一个有关您需要做的事情的信息网站:http://www.centrify.com/blogs/tomkemp/join_ubuntu_to_active_directory_domain.asp

答案4

看看这个可能会对你有帮助

http://wiki.samba.org/index.php/Samba_&_Active_Directory

相关内容