`

openLDAP for WINDOWS

 
阅读更多

下载openLDAP for windows 

安装后运行

slapadd -v -l ./test.ldif

运行前请清空 data folder

test.ldif 为

dn: o=tt,c=cn
objectClass: dcObject
objectClass: organization
o: tt
dc: com

dn: uid=sa, o=tt,c=cn
uid: sa
objectClass: inetOrgPerson
mail: xhy@nfschina.com
userPassword: intec
labeledURI: http://www.nfschina.com
sn: sa-sn
cn: sa-cn
 

 

 

条件是必须停掉服务

增加命令

slapadd -l test1.ldif 

 

查询, 命令 

ldapsearch -x -D "cn=Manager,o=tt,c=cn" -w secret -b "o=tt,c=cn"

 

 

# extended LDIF

#

# LDAPv3

# base <o=tt,c=cn> with scope subtree

# filter: (objectclass=*)

# requesting: ALL

#

 

# tt, cn

dn: o=tt,c=cn

objectClass: dcObject

objectClass: organization

o: tt

dc: com

 

# sa, tt, cn

dn: uid=sa,o=tt,c=cn

uid: sa

objectClass: inetOrgPerson

mail: xhy@nfschina.com

userPassword:: aW50ZWM=

labeledURI: http://www.nfschina.com

sn: sa-sn

cn: sa-cn

 

# search result

search: 2

result: 0 Success

 

# numResponses: 3

 

# numEntries: 2

 

 

修改命令

node1:/usr/lib/openldap # ldapmodify -x -D "cn=Manager,o=tt,c=cn" -w secret   -f modify.ldif

 

modifying entry "uid=sa, o=tt,c=cn"

删除命令

 

node1:/var/lib/ldap # ldapdelete -x -D "cn=Manager,o=tt,c=cn" -w secret "uid=sa,o=tt,c=cn"

node1:/var/lib/ldap # ldapsearch -x -D "cn=Manager,o=tt,c=cn" -w secret -b "o=tt,c=cn"

# extended LDIF

#

# LDAPv3

# base <o=tt,c=cn> with scope subtree

# filter: (objectclass=*)

# requesting: ALL

#

 

# tt, cn

dn: o=tt,c=cn

objectClass: dcObject

objectClass: organization

o: tt

dc: com

 

# search result

search: 2

result: 0 Success

 

# numResponses: 2

 

# numEntries: 1

分享到:
评论

相关推荐

    openldap for windows

    OpenLDAP(Open Lightweight Directory Access Protocol)是一款开源的轻量级目录访问协议服务器,它支持多种操作系统,包括Windows。在Windows环境下部署OpenLDAP,可以提供一个中央化的身份验证和授权服务,便于...

    OpenLDAP for Windows2.4.34

    OpenLDAP for Windows2.4.34

    OpenLDAP for Windows_x64 (2.4.4)

    首先,"OpenLDAP for Windows_x64 (2.4.4)"是针对64位Windows操作系统的OpenLDAP版本,版本号为2.4.4。这个版本可能包含了一些针对Windows平台的优化和改进,确保在Windows环境下稳定运行。OpenLDAP的核心组件包括...

    openLDAP for windows.7z

    标题“openLDAP for windows.7z”表明这是一个包含了OpenLDAP在Windows平台上运行所需的所有文件的压缩包。这个压缩包可能包含了服务器端和客户端的安装程序,以及相关的配置文档或教程链接,帮助用户在Windows系统...

    openldap for windows.msi

    openldap for windows.msi file format

    OpenLDAP for Windows

    OpenLDAP for Windows

    openldap-for-windows2.4.23 windows版本

    openldap-for-windows2.4.23 windows版本

    openldap-for-windows

    《OpenLDAP for Windows:搭建与理解》 OpenLDAP是一款开源的轻量级目录访问协议(Lightweight Directory Access Protocol)服务器,广泛应用于各种操作系统环境,包括Windows。本文将深入探讨如何在Windows平台上...

    ldap安装与客户端ldapadmin windows

    #### 1.1 下载OpenLDAP for Windows 为了在Windows上搭建LDAP服务器,我们可以选择OpenLDAP,它是一个开源的实现。从可靠的源下载`OpenLDAPforWindows_x64.exe`,确保选择与您的系统架构相匹配的版本。 #### 1.2 ...

    windows 下安装和使用OpenLDAP。

    首先,下载 OpenLDAP for Windows,版本 2.2.29,下载地址:http://download.bergmans.us/openldap/openldap-2.2.29/openldap-2.2.29-db-4.3.29-openssl-0.9.8a-win32_Setup.exe。 然后,安装 OpenLDAP,安装过程很...

    OpenLDAPforWindows_x64.zip

    OpenLDAP for Windows_x64.zip 是一个专门为Windows操作系统设计的OpenLDAP服务端安装包。OpenLDAP(Lightweight Directory Access Protocol)是一种开源的轻量级目录访问协议,它用于存储和检索分布式目录信息,...

    windows x64位 OpenLDAP服务

    在Windows x64上安装OpenLDAP,你需要下载对应版本的OpenLDAP for Windows_x64安装包。安装过程中,你需要注意选择正确的安装路径,通常推荐使用默认设置。安装完成后,你需要配置OpenLDAP服务器,这通常涉及以下几...

    openldap在windows安装配置.pdf

    例如可以从以下网站下载:http://www.userbooster.de/download/openldap-for-windows.aspx(本文使用版本 2.4.34)。下载完成后,按照提示一直点击“Next”,直到安装完成。 配置 OpenLDAP 安装完成后,在系统服务...

    OpenLDAP及admin及文档

    它在Windows环境下也有相应的版本,即"OpenLDAP for Windows.exe",这个文件是OpenLDAP的Windows安装程序,使得用户可以在Windows操作系统上搭建和运行LDAP服务。 LDAP是一种基于X.500标准的轻量级目录访问协议,...

    OpenLDAPforWindows+LdapBrowser_282+OpenLdap使用手册

    OpenLDAP for Windows与LdapBrowser 282是开源LDAP(轻量级目录访问协议)在Windows环境下的实现和管理工具。OpenLDAP是一款强大的目录服务软件,它允许组织存储和检索用户、组、网络设备等对象的信息。LdapBrowser...

    openldap(for windows)

    windows平台的openldap,我试过可以用的

    OpenLDAPforWindows_x64

    OpenLDAP for Windows_x64 是一个专为在Windows操作系统上运行的64位版本的OpenLDAP(Lightweight Directory Access Protocol)软件。OpenLDAP是一个开源的、实现轻量级目录访问协议的服务,它允许用户存储、管理和...

Global site tag (gtag.js) - Google Analytics