博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ldap for ruby
阅读量:6591 次
发布时间:2019-06-24

本文共 1360 字,大约阅读时间需要 4 分钟。

Net::LDAP for Ruby (also called net-ldap) implements client access for the Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for accessing distributed directory services. Net::LDAP is written completely in Ruby with no external dependencies. It supports most LDAP client features and a subset of server features as well.

Net::LDAP has been tested against modern popular LDAP servers including OpenLDAP and Active Directory. The current release is mostly compliant with earlier versions of the IETF LDAP RFCs (2251–2256, 2829–2830, 3377, and 3771). Our roadmap for Net::LDAP 1.0 is to gain full client compliance with the most recent LDAP RFCs (4510–4519, plus portions of 4520–4532).

Where

Dependencies

Net::LDAP for Ruby is a pure-Ruby library and currently depends on no external libraries for execution. MRI ruby 1.9.3 and greater are officially supported.

Developer Dependencies

If you want to make changes to Net::LDAP for Ruby or build a gem yourself, you will need:

  • hoe
  • hoe-git
  • hoe-gemspec
  • metaid
  • flexmock
  • rspec 2

Install

You can install the RubyGems version of Net::LDAP available from the usual sources.

gem install net-ldap

Simply require either 'net-ldap' or 'net/ldap'.

Download

You can download this project in either or formats.

You can clone the project with by running:

% git clone git://github.com/ruby-ldap/ruby-net-ldap

 

转载地址:http://ohzio.baihongyu.com/

你可能感兴趣的文章
Retrofit结合RxJava使用指南
查看>>
洛谷P1156 垃圾陷阱[背包DP]
查看>>
信用评分卡模型入门(智能算法)
查看>>
引进全球领先的信用评级模型,有利网风控值得放心吗?
查看>>
ios和android的发展前景比较
查看>>
Android DrawerLayout 高仿QQ5.2双向侧滑菜单
查看>>
mysql排序关于英文字母abcd..xyz排序。
查看>>
[转载]SpringMVC的Model参数绑定方式
查看>>
Python学习第一天 -- 简单的属性、 语法学习
查看>>
Linux socket多进程服务器框架三
查看>>
Debug.print的用法
查看>>
mx51 IPU 透明处理
查看>>
常用名词
查看>>
计算机硬件常识
查看>>
第一百三十四节,JavaScript,封装库--遮罩锁屏
查看>>
【转】cookie如何共享到各个浏览器
查看>>
自制基于HMM的python中文分词器
查看>>
如何在Root的手机上开启ViewServer,使得HierachyViewer能够连接
查看>>
TCP/IP协议族(一) HTTP简介、请求方法与响应状态码
查看>>
MVC View显示详解(RenderBody,RenderPage,RenderSection,Partial)
查看>>