Robert Rettig
Robert Rettig
This could also be fixed with PR #1027 . @dusatvoj could you provide the version and additional log info if there is a “panic” and some stacktrace with source lines...
> bcs you are not using bind user for everything but you are using authenticated user for search I am not sure what that sentence should mean. But yes most...
With a provider like JumpCloud i cannot manage to change ldap AccessControls like `olcAccess`. JumpCloudConsole would allow only bind&search for a bind user. For normal authenticated users it is not...
> @ccuz do you have any suggestion on how to work around that? I created the user in advance also with the same LDAP password, but I have still access...
> "ldap_binddn": "CN=user,CN=Users,DC=my,DC=domain,DC=org", > "ldap_bindpassword": "password", > "ldap_server": ":389", This looks like incorrect `DN` for `ldap_binddn`. Can you ensure `ldapwhoami` works? ```shell ldapwhoami\ -H ldap://:389\ -D "CN=user,CN=Users,DC=my,DC=domain,DC=org"\ -x\ -W ```...
> ``` > "ldap_binddn": "CN=svc-ldapuser,OU=Service Accounts,OU=Servers,OU=User Groups,DC=pc,DC=factset,DC=com", > "ldap_bindpassword": "password", > "ldap_server": "ldap.com:389", > ``` Please use `ldapwhoami` tool and check if your binddn works. ```shell ldapwhoami\ -H ldap://ldap.com:389\ -D...
what about a 2d-fallback mode like: https://www.youtube.com/watch?v=TgWibgp2NwM ?
@dgolovin thx i know such workarround but it is not applicable for all use cases, because in this case even vscode + extensions use it and hence things do not...
`oc` supports it see the description. I tested it. Hence i understand that this extension will not support it if it is not base on `oc`.
> @flybyray this issue [#1925534](https://bugzilla.redhat.com/show_bug.cgi?id=1925534) describes what I see locally. ok now i understand. than it is only possible to have `oc` invocation modification to add https_proxy environmentvariable to the...