Bruno P. Kinoshita

Results 595 comments of Bruno P. Kinoshita

We are using Vue.js with Lumino, which brings some challenges as Vue.js components work with the Virtual-DOM, but Lumino widgets interact directly with the DOM. We got an example that...

Thanks @blink1073 ! Done: https://github.com/jupyterlab/lumino/pull/59

Hi @Kent1 That's quite common I think. I worked in two telecoms, both used different policies in their AD for which field to allow to use for log in, and...

I think that might be the problem Julian. In my case I was getting an error due to this line ![image](https://user-images.githubusercontent.com/304786/86983866-1b6aae00-c1e1-11ea-912f-113a1c71eaf6.png) Once I changed my settings to use `c.LDAPAuthenticator.lookup_dn_user_dn_attribute =...

Strange, that worked for me. My group name is `dn: cn=admin (2),ou=roles,dc=wimpi,dc=net`. My settings have: ``` c.LDAPAuthenticator.allowed_groups = [ "cn=admin (2),ou=roles,dc=wimpi,dc=net" ] ``` And when I debug the authenticator, it's...

+1, had the same issue. I'm using a Docker image, which gives you something similar to OpenLDAP tree and schema, with `member` in the schema for groups. As the search...

Had a look at the manual installation process, but that would take a long time. The `arvbox` looked good, but I couldn't easily find a way to start it with...

Thanks @tetron , I started re-reading the docs today (found a few improvements for contributing.md #153 :tada: ), but then got stuck running Arvados again :disappointed_relieved: I've downloaded the `arvbox`...

In case that happens too, I'm on Ubuntu LTS 20.04, and the output of `arvbox status`: ```bash $ arvbox status Container: arvbox Cluster id: x3hzu Status: running Container IP: 172.17.0.2...