快速加入Windows域,适用于15.11
Tofloor
poster avatar
临之
deepin
2019-10-15 20:57
Author
本帖最后由 wuyouzi 于 2019-10-18 09:05 编辑

1、sudo apt install samba
2、安装下面两个地址中的64位安装包
http://packages.deepin.com/professional/pool/main/p/pbis-open/
http://packages.deepin.com/professional/pool/main/p/pbis-open-gui/
3、运行/opt/pbis/bin/domainjoin-gui,按提示操作即可

注意,不要参考ubuntu修改/etc/lightdm/lightdm.conf 来增加登录用户选项,否则系统会挂掉。

感谢:https://bbs.deepin.org/post/175930
Reply Favorite View the author
All Replies
avatar
joket
deepin
2019-10-17 00:52
#1
为什么,到运行DOMAINJOIN-GUI环节就是没有用呢??请问是链接里的64位的都要安装么??
Reply View the author
avatar
jianguo922
deepin
2019-10-17 02:37
#2
谢谢分享      
Reply View the author
avatar
WENWEN
deepin
2019-10-17 02:42
#3
joket 发表于 2019-10-16 16:52
为什么,到运行DOMAINJOIN-GUI环节就是没有用呢??请问是链接里的64位的都要安装么??
...

都要安装,楼主回复你了的,gui的包地址更新了。
Reply View the author
avatar
lcw0268
deepin
2019-10-17 07:45
#4
Reply View the author
avatar
临之
deepin
2019-10-17 17:30
#5
Reply View the author
avatar
lcw0268
deepin
2019-10-18 02:28
#6
https://bbs.deepin.org/post/183824
没有失效啊,点击可以打开

64位的deb包:http://packages.deepin.com/professional/pool/main/p/pbis-ope ...

你点你帖子里的链接,我又点击了一次,还是没有。
6 楼的就对。
Reply View the author
avatar
临之
deepin
2019-10-18 17:06
#7
https://bbs.deepin.org/post/183824
你点你帖子里的链接,我又点击了一次,还是没有。
6 楼的就对。

谢谢!已经编辑了链接地址。
Reply View the author
avatar
superendermansm
deepin
2019-10-18 17:40
#8
感谢楼主!感觉帖子活不长的亚子,这是搜刮人民币用户的仓库啊
Reply View the author
avatar
临之
deepin
2019-10-18 18:15
#9
https://bbs.deepin.org/post/183824
感谢楼主!感觉帖子活不长的亚子,这是搜刮人民币用户的仓库啊

深度正在忙着v20,说不定其中就有对加入域的支持。

ps:我已经把包存着了
Reply View the author
avatar
落墨
deepin
2019-10-18 21:59
#10
想问下,加入Windows域有什么作用吗
Reply View the author
avatar
joket
deepin
2019-10-23 20:35
#11
试了多次还是不行。卡在最后一步运行那个文件上,一直没有反应。
Reply View the author
avatar
mazhihui
deepin
2019-10-27 07:34
#12
加入Windows域之后, 并没有切换域用户登录的界面,。。。。需要怎么处理?
Reply View the author
avatar
deepinuser17
deepin
2019-10-27 08:49
#13
试试在登录窗口可否输入"域名\用户名", 然后输入口令
Reply View the author
avatar
临之
deepin
2019-10-27 18:31
#14
https://bbs.deepin.org/post/183824
加入Windows域之后, 并没有切换域用户登录的界面,。。。。需要怎么处理? ...

这个没有成功,之前尝试搞的系统差点没有起来
Reply View the author
avatar
xiaoxilcy
deepin
2019-12-26 01:32
#15
可以再登陆界面输入用户吗?
Reply View the author
avatar
临之
deepin
2019-12-26 05:32
#16
https://bbs.deepin.org/post/183824
可以再登陆界面输入用户吗?

没有做到
Reply View the author
avatar
huatf2017huatf
deepin
2020-03-19 02:28
#17
用/opt/pbis/bin/domainjoin-gui,提示
“A sshd config file was at {nowhere}, and a sshd binary file was found at {nowhere}. Exactly one config file and one binary must exist on the system in a standard location. Uninstall any unused copies of ssh.
Please see the documentation related to sshd configuration options required and re-attempt the join with "domainjoin-cli join/leave --disable ssh "”
用/opt/pbis/bin/domainjoin-cli也是一样、。
Reply View the author
avatar
amwlq
deepin
2021-06-10 20:08
#18

有几个问题,望各位好心人帮手解决:

 

1、 http://packages.deepin.com/professional/pool/main/p/pbis-open/ 有两个 64位的包,应该是要从小版本安装到高版本?因为发现直接安装高版本没有domainjoin-gui 只有domainjoin-cli

 

2、最后一步执行上面的gui 有问题,命令行显示:

/opt/pbis/bin/domainjoin-gui: error while loading shared libraries: libglade-2.0.so.0: cannot open shared object file: No such file or directory

 

 

深度论坛的分类/管理还是比较乱,这种重要的内容,竟然没有一个精华贴?

Reply View the author
avatar
159******00
deepin
2022-02-11 17:22
#19
amwlq

有几个问题,望各位好心人帮手解决:

 

1、 http://packages.deepin.com/professional/pool/main/p/pbis-open/ 有两个 64位的包,应该是要从小版本安装到高版本?因为发现直接安装高版本没有domainjoin-gui 只有domainjoin-cli

 

2、最后一步执行上面的gui 有问题,命令行显示:

/opt/pbis/bin/domainjoin-gui: error while loading shared libraries: libglade-2.0.so.0: cannot open shared object file: No such file or directory

 

 

深度论坛的分类/管理还是比较乱,这种重要的内容,竟然没有一个精华贴?

第二个问题是少了依赖包

sudo apt install libglade2-dev

Reply View the author
avatar
159******00
deepin
2022-02-11 17:23
#20
mazhihui
加入Windows域之后, 并没有切换域用户登录的界面,。。。。需要怎么处理?

兄弟,解决了吗?我的版本是V20,加入域显示成功,但是没有切换域用户的界面

Reply View the author