n-rodrig

Results 11 comments of n-rodrig

As I make my enhancements, I'll submit a new pull request with new LDAP connectivity capability. Maybe you'd rather hold off on making any revisions.

> Hello @n-rodrig , first thanks for your work! It was extremelly useful for my situation. I've added some suggestions which I've came to in my setup ! Hope it's...

@sebo-b I checked and it works, I just did some corrections on name of LDAP values and type for LDAP configuration. I update Readme as well to include changes, Ready...

Hi, great job on group mapping and refactor. I have checked, but unfortunately, it does not work for me as DN specification schema is too strict. I will make a...

Hi! I have found just minimal problems. I have already solved the problems and, as well, changed the way the user is queried by not using a fixed user DN...

Hi. Checked and auth works but goups mapping fails with: ___File "/usr/local/lib/python3.10/site-packages/warp/auth_ldap.py", line 112, in ldapGetUserMetadata for ldapGroup,warpGroup in ldapGroupMap:_ ValueError: not enough values to unpack (expected 2, got 1)__...

Hi: I have checked,and t works if I remove **"** in arrays definition Isntead of _WARP_LDAP_GROUP_MAP = "[ ['CN=warp_allowed,CN=Users,DC=samdom,DC=example,DC=com',"AD users"], [null,'Everyone'] ]"_ I use: _WARP_LDAP_GROUP_MAP=[ ['CN=warp_allowed,CN=Users,DC=samdom,DC=example,DC=com',"AD users"], [null,'Everyone'] ]_

Thanks, for your answer. I have try to se the URL properly. But still failling (It does not matter if y put "https://my-server/" or "https://my-server") . Here is an image...