`

lDAP 轻量级目录访问协议

阅读更多
   

LDAP Basics:
http://www.davidpashley.com/articles/ldap-basics/

Understanding LDAP:
http://courses.cs.vt.edu/cs5204/fall05-kafura/Papers/Naming/PagesFromUnderstandingLDAP.pdf


ldap and jenkins(so on..):
https://www.scm-manager.com/2013/12/permission-management-with-ldap-groups/
http://blog.effy.cz/2012/09/ldap-security-for-jenkins-ci.html


Doc:
http://www.openldap.org/doc/admin24/guide.html
引用
The LDAP information model is based on entries. An entry is a collection of attributes that has a globally-unique Distinguished Name (DN). The DN is used to refer to the entry unambiguously. Each of the entry's attributes has a type and one or more values. The types are typically mnemonic strings, like "cn" for common name, or "mail" for email address. The syntax of values depend on the attribute type. For example, a cn attribute might contain the value Babs Jensen. A mail attribute might contain the value "babs@example.com". A jpegPhoto attribute would contain a photograph in the JPEG (binary) format.



How To Install and Configure a Basic LDAP Server on an Ubuntu 12.04:
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-a-basic-ldap-server-on-an-ubuntu-12-04-vps


常见 mnemonic strings:
http://stackoverflow.com/questions/18756688/what-are-cn-ou-dc-in-an-ldap-search
引用
dn - Distinguished Name
rdn - Relative DN
cn - Common Name
ou - Organizational Unit
dc - Domain Component
slapd - Standalone LDAP Daemon
LDIF - LDAP Data Interchange Format
olc - OpenLDAP Configuration



http://stackoverflow.com/questions/18756688/what-are-cn-ou-dc-in-an-ldap-search
引用
String  X.500 AttributeType
------------------------------
CN      commonName
L       localityName
ST      stateOrProvinceName
O       organizationName
OU      organizationalUnitName
C       countryName
STREET  streetAddress
DC      domainComponent
UID     userid
里头的例子,整个逗号分割的字符串:CN=Dev-India,OU=Distribution Groups,DC=gp,DC=gl,DC=google,DC=com,是一个DN。读的顺序是right to left,so:
分享到:
评论

相关推荐

    LDAP轻量级目录访问协议

    LDAP的基本概念LDAP是轻量目录访问协议(Lightweight Directory Access Protocol)的缩写,是一种基于 客户机/服务器模式的目录服务访问协议.其实是一话号码簿,LDAP是一种特殊的数据库。LDAP目录的优势LDAP协议是跨...

    LDAP:轻量级目录访问协议

    LDAP 轻量级目录访问协议介绍了LDAP作为目前较普遍应用的访问媒介,介绍了基本概念和应用范围

    RFC1777_轻量级目录访问协议.doc

    RFC1777 轻量级目录访问协议 (RFC1777 Lightweight Directory Access Protocol) 本备忘录状态 This memo provides information for the Internet community. It does not specify an Internet standard of any ...

    轻型目录访问协议(LDAP)介绍.ppt

    LDAP(Lightweight Directory Access Protocol)代表轻量级目录访问协议。用于访问目录服务的一个标准,可扩展的internet协议。部分基于X.500标准,但更简单,更精炼,可扩展性更好。与其他某些通信协议相比,它是轻量...

    LDAP使用手册.doc

    LDAP是轻量级目录访问协议的简称(Lightweight Directory Access Protocol).用于访问目录服务。它是X.500目录访问协议的移植,但是简化了实现方法。本文给大家带来LDAP使用手册,需要的可以来下载看看 LDAP的优点 1:...

    ldap详解.doc

    LDAP是轻量级目录访问协议的简称(Lightweight Directory Access Protocol).用于访问目录服务。它是X.500目录访问协议的移植,但是简化了实现方法。

    什么是LDAP连接工具?如何利用好它.docx

    LDAP是一种轻量级目录访问协议,用于在网络中访问分布式目录服务。要连接到LDAP目录,需要一种LDAP连接工具。 以下是一些常用的LDAP连接工具: ## 1. Apache Directory Studio Apache Directory Studio是一个开源...

    LDAP中文学习手册.pdf

    LDAP 是轻量级目录访问协议的简称(Lightweight Directory Access Protocol).用于访问目录服务。 它是 X.500 目录访问协议的移植,但是简化了实现方法。

    windows 2000活动目录开发人员参考库 第2卷 参考.rar

    书中还讨论了目录服务协议的工业标准—Microsoft LDAP(轻量级目录访问协议)。LDAP API简化了因特网目录服务应用程序的开发,并可使程序进行于各种与LDAP兼容的目录服务上,其中包括活动目录服务。本书易于浏览、...

    WINDOWS下搭建LDAP服务器.

    LDAP(Lightweight Directory Access Protocol, 轻量级目录访问协议),是一个用于访问目录数据 (特指 X.500 目录模型,笔者并不了解此协议) 的轻量级协议。本文介绍架设 ldap 服务器的一些知识。

    分布式会议系统(LDAP项目组)

    基于LDAP认证和MOM的分布式会议系统 LDAP:Light Weight Directory Access Protocol 轻量级目录访问协议 MOM:Message-Oriented Middleware 面向消息的中间件

    9780849313462-0849313465_The ABCs of LDAP - How to Install, Run, and Administer LDAP Services.chm

    如何安装、运行与管理LDAP(轻量级目录访问协议)?请看本入门图书。

    RFC1777中文版

    RFC1777 轻量级目录访问协议 摘要 在本文档中描述的协议是设计来在不增加目录访问协议(DAP)的资源需求的情况下访问X.500的目录服务.本协议特别定位于那些能提供对X.500的目录进行简单的读/写交互的简单的管理和浏览...

    ldap入门相关知识

    轻量级目录访问协议,LDAP入门知识,可以帮助一些有兴趣学习ldap的求知者初步了解ldap。

    SpringLdapDemo

    学习SpringSecurity时,看到LDAP认证,不了解LDAP根本无从下手。所以转头学习了一下LDAP,搭建了一个DEMO,...LDAP(Lightweight Directory Access Protocol) 轻量级目录访问协议,LDAP目录以树状的层次结构来存储数据。

    LADP毕业实习报告(计算机、软件实习)基于LDAP认证和MOM的分布式会议系统

    基于LDAP认证和MOM的分布式会议系统 LDAP:Light Weight Directory Access Protocol 轻量级目录访问协议 MOM:Message-Oriented Middleware 面向消息的中间件

    OpenDS-1.2.0的windows下的安装配置文档.doc

    OpenDS是一个开源LDAP(轻量级目录访问协议)项目,于2008-6-12开始发行OpenDS-1.0.0版本。它是一个开源的项目。是继OpenLdap之后又一免费的LDAP软件。它还是一个纯JAVA开发的LDAP软件。最近学习LDAP,因此我开始对...

    Sun One Directory Server(LDAP)安装和调整指南

    3. 从协议衍化上阐述LDAP,它是“目录访问协议DAP——ISO X.500”的衍生,简化了DAP协议,提供了轻量级的基于TCP/IP协议的网络访问,降低了管理维护成本,但保持了强壮且易于扩充的信息框架。LDAP的应用程序可以很...

    论文研究-基于RBAC和LDAP的权限管理系统研究 .pdf

    基于RBAC和LDAP的权限管理系统研究,张伟,,本文在基于角色的访问控制模型和轻量级目录访问协议LDAP进行研究的基础上,提出了一个权限管理系统。

Global site tag (gtag.js) - Google Analytics