ldap配置

1.ldap是什么

ldap目录服务认证,和windows活动目录类似,就是记录数据的一种方式

2.ldap客户端所须软件

yum sssd krb5-workstation -y

3.如何开启ldap用户认证

authconfig-tui

安装时因为tls的证书缺失,需要到服务器端下载所需要的证书到/etc/openldap/cacerts,

用到的命令

wget http://172.25.254.254/pub/example-ca.crt    应直接在/etc/openldap/cacerts目录下载,不能下载后移动。

<测试>

getent passwd ldapuser1

如果用户信息可以正常显示,证明客户端认成功。

4.自动挂载用户家目录

yum install autofs -y

vim /etc/autofs.master

/home/guests/etc/auto.ldap

vim /etc/auto.ldap

ldapuser1172.25.254.254:/home/guests/ldapuser1  #自动挂载ldapuser1

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

*172.25.254.254:/home/guests/&    ###自动挂载所有用户

systemctl restart autofs

时间: 2024-12-30 21:01:55

ldap配置的相关文章

ArcGIS for Server安全与LDAP配置

ArcGIS for Server安全与LDAP配置 1.安全性概述 ArcGIS Server使用基于角色的访问控制来管理对受保护资源的访问.访问GIS资源的权限只能分配给角色.单独的用户只能通过从其角色继承来获取权限.对GIS资源访问权限的身份验证一般有两种方式:基于ArcGIS令牌的身份验证:Web服务器身份验证. (1)ArcGIS Server账号 安装ArcGIS for Server时指定的操作系统账号称为ArcGIS Server账号.ArcGIS Server账号的几种用途:

svn+ apache + ldap 配置

svn+ apache + ldap 配置: <Location /> # Uncomment this to enable the repository DAV svn # Set this to the path to your repository #SVNPath /var/lib/svn # Alternatively, use SVNParentPath if you have multiple repositories under # under a single directo

ldap配置系列二:jenkins集成ldap

ldap配置系列二:jenkins集成ldap jenkins简介 jenkins是一个独立的.开放源码的自动化服务器,它可以用于自动化与构建.测试.交付或部署软件相关的各种任务. jenkins官方文档: https://jenkins.io/doc/ jenkins安装 jenkins下载地址: https://jenkins.io/download/ # jdk1.8下载 [[email protected]_0_15_centos local]# wget http://download

ldap配置记录

记录一下最近研究ldap+nfs的情况 ldap这个东西上次研究nis的时候就有人说那是上个世纪的老东西了,不应该继续使用.虽然意识到如此但时间不够还是使用了nis,这次乘着重做就干脆切换到ldap,可这次相当不顺利,折腾了一个星期左右,现在总算折腾好了,中间被坑了无数次,记录一下以备下次继续参考吧. 关防火墙,关防火墙,关防火墙 没想到这次又被这个大坑害了一把,因为用的是redhat7.0, 所以每次安装之后都是直接service iptables off, 一看提示没有就大意了,没把防火墙作

linux LDAP配置

网络资源查找.用户访问控制.认证信息查询.网络安全.商务网的通用数据库服务和安全服务. 目录服务是一种特殊的数据库系统,并专门针对读取.浏览.搜索操作进行了特定的优化. /etc/openldap/ldap.conf定义全局性的内容 拷贝配置文件:/usr/share/openldap-servers/slapd.conf.obsolete cp/usr/share/openldap-servers/slapd.conf.obsolete /etc/openldap/slapd.conf 创建管

CentOS 6.4安装配置ldap

一.安装ldap [[email protected] ~]# yum install openldap openldap-* -y [[email protected] ~]# yum install nscd nss-pam-ldapd nss-* pcre pcre-* -y 二.配置ldap [[email protected] ~]# cd /etc/openldap/ [[email protected] openldap]# ll total 16 drwxr-xr-x. 2 ro

RHEL6上配置LDAP服务

RHEL 6上配置LDAP服务器 1.课程目标 了解LDAP服务(Linux上的AD): 了解LDAP的作用: 掌握LDAP的配置:基本配置.TLS加密: 掌握RedhatLinux上CA的配置: 2.目录服务概述 目录服务对于网络的作用就像白页对电话系统的作用一样.目录服务将有关现实世界中的事物(如人.计算机.打印机等等)的信息存储为具有描述性属性的对象.人们可以使用该服务按名称查找对象或者像使用黄页一样,可使用它们查找服务. 网络上,特别是互联网中有各型各类的主机,有各种各样的资源, 这些东

nexus配置LDAP

nexus配置LDAP: nexus页面--Security--LDAP Connection--Name:ldap--LDAP server address:ldap://10.0.0.3:389--Search base:DC=ming,DC=com--Authentication method:Simple Authentication--Username or DN:CN=aa,OU=<aa帐号所在OU>,DC=ming,DC=com--Password:<aa帐号的密码>

集中用户认证ldap

一.实验环境如下: rhel1:192.168.10.1   ldap-server rhel2:192.168.10.2   ldap-client 二.实验结果: 1. rhel1上的两个用户client1与client2可以在rhel2上登录系统: 2. client1与client2在rhel2上登录后都有自己的加目录: 三.实验具体实施步骤: (1.)rhel1(ldap服务端)配置过程: 1.安装ldap服务端软件包:yum  install  openldap-servers  -