github / github/github-ldap

Add support for handling Active Directory member attribute with Range suffix

Aberta
#98 0 comentários 4 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Ruby
Estrelas
158
Forks
28
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

[Depending on a `MaxValRange` setting on an Active Directory server](https://support.microsoft.com/ja-jp/kb/2009267), the server can return the `member;Range=[low]-[high]` (e.g. `member;Range=0-1499`) attribute including certain number of users instead of the `member` attribute including all users when a number of users in a group exceeds the `MaxValRange` value.

Since the filters in the [lib/github/ldap/filter.rb](https://github.com/github/github-ldap/blob/b75ef743fd68c8df51194a56a44db5c009831261/lib/github/ldap/filter.rb#L9) don't care the `member` attribute with the `Range` suffix, no users can be found.

The filter should be able to handle the `member` attribute with the `Range` suffix and also it needs to support pagination if the `Range` suffix exists.

Guia de contribuição

Abrir o guia de contribuição

Direção de pesquisa

Comece em lib/github/ldap/filter.rb, por volta da linha 9, onde os filtros LDAP atualmente lidam com o atributo member. Reproduza ou inspecione respostas que contenham um sufixo member;Range e determine como os resultados com intervalo devem ser paginados. Está concluído quando grupos que excedem o MaxValRange do Active Directory podem ser pesquisados e todos os usuários aplicáveis são encontrados.

Escrita pelo modelo de indexação a partir do texto da issue.

Avaliação

Stack de tecnologia
ruby
Domínio
authentication
Tipo de issue
Funcionalidade
Dificuldade
4/5
Tempo estimado
3-5 dias
Status de atividade
Estagnada
Clareza
Razoavelmente clara
Facilidade para iniciantes
35/100

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.