github / github/github-ldap

Add support for handling Active Directory member attribute with Range suffix

Aperta
#98 0 commenti 4 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Ruby
Stelle
158
Fork
28
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

Inizia in lib/github/ldap/filter.rb intorno alla riga 9, dove i filtri LDAP gestiscono attualmente l'attributo member. Riproduci o ispeziona le risposte che contengono un suffisso member;Range e determina come devono essere impaginati i risultati con intervallo. Il lavoro è completato quando è possibile cercare i gruppi che superano MaxValRange di Active Directory e vengono trovati tutti gli utenti applicabili.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
ruby
Ambito
authentication
Tipo di issue
Funzionalità
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
35/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.