Confluence 7.4.1 安装

环境准备 1 2 3 [root@confluence ~]# cat /etc/redhat-release CentOS Linux release 7.8.2003 (Core) [root@confluence ~]# yum install -y java-1.8.0-openjdk unzip 安装Mysql confluence 需要依赖数据库,支持Mysql、PostgreSQL、Orace等各种数据库,

Nexus集成LDAP认证(笔记)

安装 下载安装包: https://www.sonatype.com/download-oss-sonatype 安装 1 2 3 4 yum install -y java-1.8.0-openjdk tar zxvf nexus-3.24.0-02-unix.tar.gz -C /opt/ ln -s /opt/nexus-3.24.0-02/ /opt/nexus /opt/nexus/bin/nexus start 初始密码: 1 cat /opt/sonatype-work/nexus3/admin.password 集成LDAP 参考 https://help.sonatype.com/iqserver/managing/user-management/ldap-integration

Gitlab集成LDAP认证(笔记)

Gitlab安装 1 2 3 yum install -y curl policycoreutils-python openssh-server openssh-clients curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash sudo EXTERNAL_URL="https://gitlab.dianduidian.com" yum install -y gitlab-ce 集成LDAP认证 vim /etc/gitlab/gitlab.rb 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 gitlab_rails['ldap_enabled'] = true gitlab_rails['ldap_servers'] =

OpenVPN Server搭建及使用客户端证书认证

环境准备 CentOS7 1 2 [root@openvpn ~]# cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core) 安装软件 1 yum install -y easy-rsa openvpn openvpn-auth-ldap 1 2 3 [root@openvpn ~]# rpm -qa |grep openvpn openvpn-2.4.8-1.el7.x86_64 openvpn-auth-ldap-2.0.3-17.el7.x86_64 其中easy-rsa主要用来给OpenVPN Server启动要用

OpenVPN Server搭建及使用LDAP做登录认证

环境准备 CentOS7 1 2 [root@openvpn ~]# cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core) 安装软件 1 yum install -y easy-rsa openvpn openvpn-auth-ldap 1 2 3 [root@openvpn ~]# rpm -qa |grep openvpn openvpn-2.4.8-1.el7.x86_64 openvpn-auth-ldap-2.0.3-17.el7.x86_64 其中easy-rsa主要用来给OpenVPN Server启动要用

CentOS 7搭建OpenLDAP Server

工作中使用LDAP作统一认证的系统不少,但从来没亲自搭建过Server,最近因为新项目的需要,得亲自搭一套出来,本以为很容易呢,结果被无情打