github / github/github-ldap

Add support for handling Active Directory member attribute with Range suffix

Abierto
#98 0 comentarios 4 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Ruby
Estrellas
158
Forks
28
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

[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.

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Comienza en lib/github/ldap/filter.rb, alrededor de la línea 9, donde los filtros LDAP gestionan actualmente el atributo member. Reproduce o inspecciona respuestas que contengan un sufijo member;Range y determina cómo se deberían paginar los resultados con rangos. Se considera terminado cuando se pueden buscar grupos que superen MaxValRange de Active Directory y se encuentran todos los usuarios aplicables.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
ruby
Área
authentication
Tipo de issue
Nueva funcionalidad
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
35/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.