venhow 于 2008-10-15 22:09:14发表:
刚刚我翻译过来的,嘿嘿。 把ubuntu 8.04加入到windows 2003 AD域 2008-10-15 22:06 很多人期望把ubuntu 8.04加入到windows 2003 活动目录。用 Likewise Open。 Likewise Open是一个免费的 开源软件,她可以把linux,unix和mac加入到微软的活动目录当中。 Likewise Open Features(likewise的重要性能) * Joins non-Windows systems to Active Directory domains in a single step from the command line or from a GUI * Authenticates users with a single user name and password on both Windows and non-Windows * Enforces the same password policies for non-Windows users and Windows users * Supports multiple forests with one-way and two-way cross forest trusts * Caches credentials in case your domain controller goes down * Provides single sign-on for SSH and Putty * Uses a robust next-generation authentication engine that supports Kerberos, NTLM, and SPNEGO * Involves no Active Directory schema changes 第一步:在ubuntu 8.04中安装likewise: sudo aptitude install likewise-open-gui 当然你也可以在“添加/删除程序”或者“新立得”里面搜索“likewise-open-gui“进行安装。 第二步:添加ubuntu到活动目录: 执行,应用程序-网络-likewise 需要确定两件事情:1,域的名称 2,域管理员的帐号和密码 敲入上述两项信息,点击”join domain“。 并请注销一下系统。 /home/DOMAIN/username存放了user的域登入信息。 Using Command line sudo domainjoin-cli join fqdn.of.your.domain Administrator sudo update-rc.d likewise-open defaults sudo /etc/init.d/likewise-open start You can now log into your machine using your DOMAIN\user credentials. Remember that the DOMAIN\ part is mandatory and that it represents the short name of your Active Directory domain. You can join the domain using any user with sufficient privileges (there’s no need to use Administrator), and you can even directly join the PC in a particular OU passing the -ou argument to domainjoin-cli. 从域里面退出: sudo domainjoin-cli leave 允许AD管理员为ubuntu管理员: sudo visudo 加入这一行信息: %YOURDOMAINNAME\\domain^admins ALL=(ALL) ALL 保存并退出。OKAY。 本文翻译自:www.ubuntugeek.com/how-to-add-ubuntu-804-to-win-server-2003-active-directory-domain.html#comment-148131
相思爱文 于 2008-02-14 05:54:02发表:
[编辑] 如何与win2003的服务器进行连接? * 当我使用“windows网络”方式浏览我的私有局域网络时我不能看见网络里的所有计算机,只能连接到使用XP系统的计算机。当我试图去连接 win2003服务器时,提示权限不够的错误。然後,我试着用“连接到服务器”的办法,填写联机信息和我的密码,但是它还是不停的要我再次输入密码。我也试过在windows服务器上添加一个用户帐号给我的Unbuntu机器以便它来访问,但是结果还是不能连接。 通过在服务器名处填一个“服务器名”和在用户名处填一个“用户名”来创建帐号是不行的。你需要以“服务器名/用户名”的格式填写服务器名而相应的把用户名处留空。我们觉得这很不符和常理(counter-intuitive),但是这样网络就能够正常工作了,我们会试着去改善这些看上去不太合理的用户设置界面。[ 本帖最后由 相思爱文 于 2008-2-14 05:55 编辑 ]
chxg 于 2008-02-13 16:04:36发表:
没高手来教下啊。。。。。
yingziqdk 于 2008-02-12 22:18:52发表:
学习
chxg 于 2008-02-11 11:33:30发表:
顶
venhow 于 2008-10-15 22:09:14发表:
刚刚我翻译过来的,嘿嘿。
把ubuntu 8.04加入到windows 2003 AD域
2008-10-15 22:06
很多人期望把ubuntu 8.04加入到windows 2003 活动目录。用 Likewise Open。 Likewise Open是一个免费的
开源软件,她可以把linux,unix和mac加入到微软的活动目录当中。
Likewise Open Features(likewise的重要性能)
* Joins non-Windows systems to Active Directory domains in a single step from the command line or from a GUI
* Authenticates users with a single user name and password on both Windows and non-Windows
* Enforces the same password policies for non-Windows users and Windows users
* Supports multiple forests with one-way and two-way cross forest trusts
* Caches credentials in case your domain controller goes down
* Provides single sign-on for SSH and Putty
* Uses a robust next-generation authentication engine that supports Kerberos, NTLM, and SPNEGO
* Involves no Active Directory schema changes
第一步:在ubuntu 8.04中安装likewise:
sudo aptitude install likewise-open-gui
当然你也可以在“添加/删除程序”或者“新立得”里面搜索“likewise-open-gui“进行安装。
第二步:添加ubuntu到活动目录:
执行,应用程序-网络-likewise
需要确定两件事情:1,域的名称
2,域管理员的帐号和密码
敲入上述两项信息,点击”join domain“。
并请注销一下系统。
/home/DOMAIN/username存放了user的域登入信息。
Using Command line
sudo domainjoin-cli join fqdn.of.your.domain Administrator
sudo update-rc.d likewise-open defaults
sudo /etc/init.d/likewise-open start
You can now log into your machine using your DOMAIN\user credentials. Remember that the DOMAIN\
part is mandatory and that it represents the short name of your Active Directory domain. You can join
the domain using any user with sufficient privileges (there’s no need to use Administrator), and you can
even directly join the PC in a particular OU passing the -ou argument to domainjoin-cli.
从域里面退出:
sudo domainjoin-cli leave
允许AD管理员为ubuntu管理员:
sudo visudo
加入这一行信息:
%YOURDOMAINNAME\\domain^admins ALL=(ALL) ALL
保存并退出。OKAY。
本文翻译自:www.ubuntugeek.com/how-to-add-ubuntu-804-to-win-server-2003-active-directory-domain.html#comment-148131
相思爱文 于 2008-02-14 05:54:02发表:
[编辑] 如何与win2003的服务器进行连接?
* 当我使用“windows网络”方式浏览我的私有局域网络时我不能看见网络里的所有计算机,只能连接到使用XP系统的计算机。当我试图去连接 win2003服务器时,提示权限不够的错误。然後,我试着用“连接到服务器”的办法,填写联机信息和我的密码,但是它还是不停的要我再次输入密码。我也试过在windows服务器上添加一个用户帐号给我的Unbuntu机器以便它来访问,但是结果还是不能连接。 通过在服务器名处填一个“服务器名”和在用户名处填一个“用户名”来创建帐号是不行的。你需要以“服务器名/用户名”的格式填写服务器名而相应的把用户名处留空。我们觉得这很不符和常理(counter-intuitive),但是这样网络就能够正常工作了,我们会试着去改善这些看上去不太合理的用户设置界面。
[ 本帖最后由 相思爱文 于 2008-2-14 05:55 编辑 ]
chxg 于 2008-02-13 16:04:36发表:
没高手来教下啊。。。。。
yingziqdk 于 2008-02-12 22:18:52发表:
学习
chxg 于 2008-02-11 11:33:30发表:
顶