02 2021 档案

摘要:smbldap-tools 使用教程 该工具包,包含了samba和ldap结合使用的各项工具。 smbldap-config smbldap-groupmod smbldap-useradd smbldap-usermod smbldap-groupadd smbldap-groupshow smb 阅读全文
posted @ 2021-02-26 17:56 君无颜 阅读(1608) 评论(0) 推荐(0)
摘要:LDAP + Samba 安装配置 书接上文:LDAP启动TLS 完整操作流程 基础环境:Ubuntu18.04 安装samba root@cky:~# apt install samba smbldap-tools -y 查看版本 root@cky:~# dpkg -l samba smbldap 阅读全文
posted @ 2021-02-26 17:22 君无颜 阅读(7427) 评论(0) 推荐(2)
摘要:配置LDAP启动TLS 阅读本文之前,建议初学的小伙伴先看一下上一篇:完整的 LDAP + phpLDAPadmin安装部署流程 (ubuntu18.04) 接下来的操作承接上文,还是在同一台机器上。 操作系统:Ubuntu18.04 以下正文: 安装gnutls-bin和ssl-cert软件包 r 阅读全文
posted @ 2021-02-26 10:07 君无颜 阅读(4566) 评论(0) 推荐(2)
摘要:有两种方法:Apache2、CLI Apache2 root@cky_test01:~# cd /etc/apache2/ root@cky_test01:/etc/apache2# ls -l mods-*/*php* -rw-r--r-- 1 root root 867 Jan 12 06:03 阅读全文
posted @ 2021-02-25 17:53 君无颜 阅读(411) 评论(0) 推荐(0)
摘要:LDAP 安装部署以及基础使用 因工作需求需要使用ldap管理用户权限,在踩了一系列坑之后,总结了一些流畅的文档,希望可以帮到和曾经的我一样迷茫的人。 基础环境:Ubuntu 18.04 一、安装 root@cky:~# apt install slapd ldap-utils -y Adminis 阅读全文
posted @ 2021-02-25 17:45 君无颜 阅读(6333) 评论(0) 推荐(2)