首页 | 资讯动态 | linux基础 | 系统管理 | 网络管理 | 编程开发 | linux数据库 | 服务器技术 | linux相关 | linux认证 | 嵌入式 | 下载中心 | 专题 | linux招聘 | HR | 镜像
OKLinux中文技术站
·设为首页
·加入收藏
·联系我们
系统管理: 中文环境 系统管理 桌面应用 内核技术 | Linux基础: 基础入门 安装配置 常用命令 经验技巧 软件应用 | Linux数据库: Mysql Postgre Oracle DB2 Sybase other
网络管理: 网络安全 网络应用 Linux服务器 环境配置 黑客安全 | 编程开发: PHP CC++ Python Perl Shell 嵌入式开发 java jsp | PHP技术: PHP基础 PHP技巧 PHP应用 PHP文摘
搜索中心 Linux招聘 Linux专题 Apache | Linux相关: 硬件相关 Linux解决方案 Linux认证 企业应用 其它Unix | 相关下载: 资料下载 参考手册 开发工具 服务器类 软路由 其它
 技术搜索:
会员中心 注册会员 高级搜索  
  → 当前位置:首页>网络管理>linux服务器>正文

将 Ubuntu 加入到 Windows 2003 AD域

http://www.oklinux.cn  2008-11-30  Linux社区    会员收藏  游客收藏  【 】 
您查看的文章来源于http://www.oklinux.cn

很多人期望把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。


上一篇:Linux系统各版本本地root密码破解方法整理   下一篇:分享:IBM DB2 数据库下一版本功能抢先看

收藏于收藏夹】 【评论】 【推荐】 【打印】 【关闭
相关文档
·Fedora 9以上如何保存dns参数
·Apache重定向并代理请求
·Linux下简单限制网卡的带宽
·Nginx PHP MySQL双机互备、全自动切换方案
·Linux DNS下 SLAVE 配置多次不成功解决方法
·Linux DNS服务器故障解决
·Linux 下实现远程开机
·Ubuntu 8.10 配置apt-get代理服务器傻瓜版
·浏览器方式从SVN更新代码到Linux服务器指定目录
·Ubuntu安装开源的Twitter服务器-Laconica
·Ubuntu 8.10下使用dnsmasq提供DNS和DHCP服务
·利用Linux6.0桌面版架设PPPOE服务器
·设置Linux作为网关服务器(NAT转换)
·在Linux启动时让Apache也自动启动
·Linux DNS 的源码安装
·Linux下Squid3.0反向代理的安装与配置
发表评论
密码: 匿名评论
评论内容:

(不超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规)
 
  最新文档
·利用VSFTP架设Linux环境下的FTP服务器
·Linux下安装Apache 2.2.6 笔记
·Linux下的主要VPN技术
·Linux下Samba服务器搭建实例
·用Sendmail在Linux下架设邮件服务器
·2009服务器盘点:再见Sun 再见麦克利尼
·SUSE 10上做VPN服务器
·在Ubuntu 9.10中打造带tdbsam Backend
·Ubuntu服务器上SSH Server 的安装配置
·Nginx 禁止某个 User_Agent 的方法
·Linux-Apache-MySQL-PHP网站架构方案分
·Nginx 对某些 User_Agent 进行限速的方
  阅读排行
·Linux系统下架设APACHE SVN服务器全过
·Linux下用vsftp轻松搭建FTP服务器(修订
·Ubuntu下安装tftp服务器的步骤
·Linux 下配置vsftp虚拟用户总结
·详解远程SHELL下安装配置RedHat ES 5的
·Linux下安装eclipse与myeclipse
·Linux DNS Server -bind 9.5.0 安装配
·Linux与Linux,Linux与Windows之间使用S
·Ubuntu上搭建SVN服务器全攻略
·LVS集群学习笔记(NAT\DR\IP tunnel)
·Linux下tomcat启动jvm内存设置
·Linux shell 中FTP实现自动下载上传文
·安装大型Linux集群(4):节点安装和 GPFS
·Linux系统下架设PPTP VPN服务器
·Linux系统中下查看内存的方法
网摘收藏: