Arthur de Jong

Results 65 comments of Arthur de Jong

The KvK has [an API](https://www.kvk.nl/producten-bestellen/koppeling-handelsregister/kvk-api/) but to get an API key your used to have to provide a letter in writing on company letterhead. I know there is also https://openkvk.nl/...

nslcd has debug logging that should provide some insight into what is exactly going on. See the troubleshooting section of https://arthurdejong.org/nss-pam-ldapd/setup Also note that the `ignorecase` option in `nslcd.conf` only...

Thanks for providing the NetBSD support! > The CI failed because it was denied install of /lib/libnss_ldap.so.2 but it is not obvious to me that this is related to my...

I don't think there is a way currently to do that. Only attributes that are in the entry are available so unless the entry has a `$ou` attribute it will...

Thanks for looking into this. The problem with objectSid is that it is not mixed with normal attribute expansion. The passwd gidNumber would probably be the only case where this...

There is not a straightforward way to do that. The problem is that have to take the second element from the home,user,domain triple. Even if you could make an attribute...

Hi @harryparmar, Thanks for pointing this out. If you're talking about the search at https://www.uid.admin.ch/ it seems to do weird things with spaces in general. It most likely also expects...

According to the documentation in https://dam-api.bfs.admin.ch/hub/api/dam/assets/11007266/master the SOAP interface expects the vatNumber parameter to be without the "MWST" suffix. There might be some confusion between the difference of a UID...

A problem with this is that the module currently still supports Python 2.7 (most of it should also still work with Python 2.6). In which Python version is this included?

Hi @tsaarni, Thanks for your suggestion. A PR for this would be very welcome. I don't know about the limitations of using gettext in a PAM module. Also, this should...