摘要: 一.环境 Server:基于CentOS-7-x86_64-1511 Server IP: 172.18.12.203 二.软件获取 OpenLDAP OpenLDAP官网下载地址:http://www.openldap.org/software/download/ OpenLDAP 2.4.44: 阅读全文
posted @ 2019-11-19 17:10 quliuliu2013 阅读(897) 评论(0) 推荐(0)
摘要: 一.环境 Server:基于CentOS-7-x86_64-1511 Server IP: 172.18.12.203 OpenLDAP:openldap-2.4.44已安装 二.准备工作 1. 依赖包 #理论上只需要openssl与openssl-devel yum install *openss 阅读全文
posted @ 2019-11-19 16:42 quliuliu2013 阅读(1029) 评论(0) 推荐(0)
摘要: 本文采用的是从源码编译安装,适合Ubuntu和CentOS平台,通过apt-get或yum方式安装参考补充部分。openldap原理介绍参考这里。 环境:Ubuntu: 14.04.1 (trusty), x86_64OpenLDAP: 2.4.31Berkery DB: 5.1.29 1 安装 1 阅读全文
posted @ 2019-11-19 16:39 quliuliu2013 阅读(725) 评论(0) 推荐(0)
摘要: 1:安装zlib 下载zlib-1.2.3.tar.gz(或其他版本) wget http://down1.chinaunix.net/distfiles/zlib-1.2.3.tar.gz # ./configure --shared # make # make install 2:安装opens 阅读全文
posted @ 2019-11-19 15:52 quliuliu2013 阅读(839) 评论(0) 推荐(0)