Ubuntu 10.10 Desktop 加入Windows网域


前言:

为了实现了Linux用户的集中的管理,如果在生产环境中已经实现了Windows的域管理,那么能不能把Ubuntu 桌面操作系统加入到现存的域中实现用户的集中的管理呢,现发现利用likewise-open这个软件包很简单的就能把Ubuntu 10.10  Desktop系统加入到现在的Windows Server 2003做的域中。

likewise-open官网:http://www.likewise.com/index.php,在这可以学习下载。

Likewise Open 是一个Linux、Unix、Mac OS 下的应用程序用来将这些系统的机器加入到 Windows 活动目录的安全认证。

主要功能:

1. joining non-Windows systems to Active Directory domains in a single step from the command line or from a GUI; 2. authenticating users with a single user name and password; 3. enforcing the same password policies for all platforms; 4. supporting multiple forests with one-way and two-way cross forest trusts; 5. caching credentials in case your domain controller goes down; 6. and providing single sign-on for SSH and Putty.

实验环境:

(1)一台windows server 2003配置成域控,并同时配置成DNS服务器,域名为:enjoyprint.local,主机名:pdc01,IP:192.168.0.3/24

(2)一台ubuntu desktop 10.10 操作系统

(3)软件包:likewise-open(命令行),likewise-open-gui(图形工具)

 

1、命令行方式配置

1-1

安装likewise-open软件包,这个软件包默认的软件源里就有,也可以在官网上下载最新的likewise-open

#sudo apt-get install likewise-open 如图1-1

Ubuntu,likewise-open

图1-1

1-2、安装过程中,出现配置对话框,输入域名:enjoyprint.local 如图1-2

Ubuntu,likewise-open

图1-2

1-3、为了确保DNS配置正确,请检查nameserver 192.168.0.3配置在第一条记录 ,如图1-3

Ubuntu,likewise-open

图1-3

  • 1
  • 2
  • 下一页

相关内容