博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
将 Ubuntu 加入到 Windows 2003 AD域
阅读量:5057 次
发布时间:2019-06-12

本文共 1781 字,大约阅读时间需要 5 分钟。

很多人期望把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公社网站()  原文链接:

转载于:https://www.cnblogs.com/kscnchina/archive/2012/12/13/2817220.html

你可能感兴趣的文章
OA学习笔记-004-Spring2.5配置
查看>>
PLSQL 循环结构
查看>>
day11 函数对象
查看>>
visualSFM
查看>>
阅读全部教材后的问题
查看>>
html5中的video标签和audio标签
查看>>
js 里面的jion方法
查看>>
逻辑卷在卷组中不显示
查看>>
Thymeleaf模板引擎
查看>>
SpringMVC与请求控制器
查看>>
SQL实现向一张表中插入数据,其编号为已有的最大编号加一
查看>>
mySql中SUBSTRING_INDEX函数用法
查看>>
开发环境、测试环境、预发布环境、生产环境的区别
查看>>
linux后台运行程序--nobup
查看>>
7-大数斐波那契额数列
查看>>
STL学习之旅二:traits技术
查看>>
转-- js(jQuery)获取时间的方法及常用时间类
查看>>
一年经验Java程序员面经小记
查看>>
团队第二次冲刺第六天
查看>>
python ros 关闭节点
查看>>