码迷,mamicode.com
首页 >  
搜索关键字:openldap    ( 302个结果
configure: error: Cannot find ldap libraries in /usr/lib
解决办法:cp-frp/usr/lib64/libldap*/usr/lib/如果此处提示文件不存在之类的,可用yum命令安装,命令如下yuminstallopenldapopenldap-serversopenldap-clientsopenldap-develcompat-openldap然后再./configure...即可
分类:其他好文   时间:2016-01-29 16:31:25    阅读次数:166
关于OpenLDAPAdmin管理页面提示“This base cannot be created with PLA“问题
今天开始了我自学Linux的又一个新的知识点,配置OpenLDAP,在配置过程中安装了OpenLDAP的管理工具phpldapadmin后,发现无法添加OU,Group、Account等,显示为如下结果:经过查询,最终总结和处理如下:1、首先需要在/etc/openldap/目录下,创建一个base.ldif文件,如下所示:2..
分类:其他好文   时间:2016-01-08 20:34:39    阅读次数:2609
centos 6.5 配置LDAP服务器+客户端!
各种度娘!各种歌哥!网上教程参差不齐,历时1天,终于完成,不敢独享,遂,总结分享之,有问题可以留言,知无不言。。。开始吧 首先,yum安装所需包:yum install openldap-* -y 会自动安装最新的包:openldap-devel-2.4.23-26.el6.x86_64open.....
分类:其他好文   时间:2015-12-31 22:46:57    阅读次数:394
LDAP- Openldap安装配置
一、基本概念 http://my.oschina.net/u/204498/blog/528382 二、安装 [root@hf0002?~]#?rpm?-qa|grep?openldap* openldap-servers-2.4.23-34.el6_5.1.x86_64????????????????=>?server open...
分类:其他好文   时间:2015-11-10 12:37:16    阅读次数:201
Centos Openldap服务器数据库主备(二)
前文讲述Centos下Openldap通过cn=config搭建的过程; 本文介绍Openldap通过cn=config实现主备配置。 并讲述了如果有samba通过ldap认证时的主备配置。
分类:数据库   时间:2015-11-07 23:14:06    阅读次数:807
LDAP 用户更改自己的密码
LDAP中采用了ACL的权限控制。在/etc/openldap/slapd.conf文件中:# #Seeslapd.conf(5)fordetailsonconfigurationoptions. #ThisfileshouldNOTbeworldreadable. # include /etc/openldap/schema/corba.schema include /etc/openldap/schema/core.schema include /etc/openld..
分类:其他好文   时间:2015-10-29 16:27:48    阅读次数:409
debian 下安装 openldap 报错 BerkeleyDB not available 解决
debian 下安装 openldap 报错 BerkeleyDB not available 解决: apt-get install libdb-dev
分类:数据库   时间:2015-09-23 17:25:35    阅读次数:243
LDAP 在ubuntu14.04下的安装配置install and configure
https://help.ubuntu.com/lts/serverguide/openldap-server.htmlif error occurs in reinstall, try this:"1)sudo apt-get purge slapd 2)sudo apt-get install ...
分类:系统相关   时间:2015-09-21 23:42:01    阅读次数:346
CentOS搭建socket5代理服务器
1.安装socket5依赖包yum -y install gcc automake make pam-devel openldap-devel cyrus-sasl-devel2.下载ss5并安装下载官网:http://ss5.sourceforge.net/软件包:http://iweb.dl.s...
分类:其他好文   时间:2015-08-31 16:43:10    阅读次数:425
302条   上一页 1 ... 21 22 23 24 25 ... 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!