Ilya Lukyanov

Results 11 comments of Ilya Lukyanov

> I am unsure of the final effect of having twice the same attribute defined It seems that value from last mapper setting the specified attribute preserves, but order is...

Huh, it seems that we can't trivially add this attribute because it would not be saved within KeyCloak, hence we can't retrieve its value to local state (if there is...

Ah, that does not make much sense since keycloak_ldap_user_federation already has properties {username,rdn,uuid}_ldap_attribute, and KeyCloak tries to [make some sensible mappers](https://github.com/keycloak/keycloak/blob/ba8e2fef6b0a47727f03d58f4fe2809d6e65c017/federation/ldap/src/main/java/org/keycloak/storage/ldap/LDAPStorageProviderFactory.java#L303-L413) based on that. Probably better solution would be to...

There is no default reviewers policy and I can't assign reviewers, so tagging @nbrownus @wadey

Hey guys! Sorry about the delay, I've been pretty busy with other stuff lately. I rebased my branch onto master, and fixed the issue with sending packets from IPv4-only nodes...

> I'm afraid your patch still isn't working as a v6-less lighthouse now doesn't throw an error anymore but still doesn't answer handshakes. What's the value of `listen.host` in configs?...

Huh, interesting. I'll try to reproduce the issue on my setup.

Hey @danielb42, thanks for your investigation! AFAIU, `PrepareRawMessages` always return zeroed `names` (it only creates new arrays, not fills them), so your check will always fail to IPv4. However, we...

Rebased onto latest master

I'm having a similar issue, and was able to debug it: The error says that something is not a directory. The command `git ls-files . --others` is called only in...