Download List

Projeto Descrição

Ruby/LDAP is an extension module for Ruby that provides the interface to LDAP libraries such as OpenLDAP, UMich LDAP, Netscape SDK, and Active Directory. It supports libraries that comply with the common API for application development described in RFC1823.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-08-09 14:20
0.9.7

Exclusão e as operações de substituição que não funcionam corretamente em sistemas Win32 foram corrigidos.
Tags: Major bugfixes
Deletion and replacement operations that did not work properly on Win32 systems were fixed.

2006-08-02 12:58
0.9.6

A segfault no FreeBSD ao utilizar AMD64 foi fixado para esta versão. As únicas mudanças são outros esclarecimentos menor da documentação.
Tags: Minor bugfixes
A segfault on FreeBSD when using AMD64 was fixed
for this release. The only other changes are
minor clarifications of the documentation.

2006-04-20 23:19
0.9.5

A compilação do Windows agora está acreditado para trabalhar em linha reta fora da caixa, pelo menos no Windows XP SP2 compilação com SVC C + + 6,0.
Tags: Minor bugfixes
The Windows build is now believed to work straight out of the box, at least on Windows XP SP2 compiling with SVC C++ 6.0.

2006-03-08 17:23
0.9.4

Conn pesquisa #, Conn # search2, Conn search_ext # e Conn # search_ext2 foram modificadas para tratar LDAP_SIZELIMIT_EXCEEDED como sucesso. Depois de usar qualquer um desses métodos, o usuário deve verificar se LDAP:: Conn # err == LDAP:: LDAP_SIZELIMIT_EXCEEDED. Se for verdade, o conjunto de resultados foi truncada pelo servidor. Anteriormente, LDAP_SIZELIMIT_EXCEEDED levantaria uma exceção e não houve resultados seriam devolvidos, o que não é o comportamento desejado se o usuário tiver deliberadamente colocar um limite no número de resultados. Algum código duplicado foi reformulado. Falta de documentação RDoc foi adicionado para LDAP:: Conn # errar.
Tags: Minor feature enhancements
Conn#search, Conn#search2, Conn#search_ext, and Conn#search_ext2 were modified to treat LDAP_SIZELIMIT_EXCEEDED as success. After using any of these methods, the user should check whether LDAP::Conn#err == LDAP::LDAP_SIZELIMIT_EXCEEDED. If true, the results set has been truncated by the server. Previously, LDAP_SIZELIMIT_EXCEEDED would raise an exception and no results would be returned, which is not the desired behavior if the user has deliberately put a limit on the number of results. Some duplicate code has been refactored. Missing RDoc documentation has been added for LDAP::Conn#err.

2006-02-18 13:08
0.9.3

Nomes LDAP:: Schema # e LDAP:: Schema attr # permitirá agora que nomes com hífens e / ou sublinhados. Um aviso sobre @ sasl_quiet quando executado em modo de depuração foi silenciada. Uninitialised estruturas de dados no LDAP:: SSLConn # bind e LDAP:: SSLConn simple_bind # foram corrigidos. A biblioteca agora constrói corretamente com OpenLDAP 2.3. - With-ldap incdir-e - with-ldap-libdir construir opções de tempo foram substituídos por - with-ldap-incluir e - with-ldap-lib. Esta é uma consequência de fazer extconf.rb mais padrão. A compilação do Windows foi melhorado, de modo que agora deve, pelo menos, construir sem erro.
Tags: Minor bugfixes
LDAP::Schema#names and LDAP::Schema#attr will now allow names with hyphens and/or underscores. A warning about @sasl_quiet when run in debug mode has been silenced. Uninitialised data structures in LDAP::SSLConn#bind and LDAP::SSLConn#simple_bind have been fixed. The library now builds properly with OpenLDAP 2.3. The --with-ldap-incdir and --with-ldap-libdir build-time options were replaced by --with-ldap-include and --with-ldap-lib. This is a consequence of making extconf.rb more standard. The Windows build has been improved, so that it should now at least build without error.

Project Resources