Matthew Gyurgyik
Matthew Gyurgyik
We have enough optional options for repo config stanza that these options should be documented.
Package metadata creation fails when `JSS_URL` contains a trailing slash (`https://acme.jamfcloud.com/`). Removing the trailing slash from `JSS_URL` allow the package metadata to be created successfully. I've had a trailing slash...
Specifying a socketaddr is unnecessary when writing packets to a raw socket. According to packet(7) the supplied buffer should contain a physical-layer header. The `sockaddr_ll` is used for `SOCK_DGRAM`. >...
This allows the interface to subscribe to a link-layer multicast address. I've written a small program to proxy eap packets from one interface to another. EAP (802.1x Auth) packets are...
From what I can tell ppc is not a valid architecture. ppc should be change to ppc64 I have tested this with 6Server, 5Server, and 4AS. ``` $ /tmp/gensystemid -a...
goal: apply an ldap filter to restrict which users can authenticate Many web applications support adding a ldap filter to restrict which users can authenticate. ``` diff --- authn_ldap.py 2014-12-11...
After careful consideration, I’ve made the decision to discontinue the service previously available at https://feed.pyther.net/, effective immediately. This was a fun project I started to fill the gap of a...
Enable support for the optional initgroups and netgroup NSS hooks so that SSSD (and other consumers) can resolve supplementary groups and netgroup entries directly from altfiles data.
The help output for `--datadir` previously showed `${prefix}/lib` as the default, but the code (compat.h) actually uses a hardcoded `/lib` value. This updates the help message to reflect the true...
The glibc-2.39 bump (commit 8ba6d9) accidentally replaced the DATAFILE definition in files-XXX.c with a hardcoded “/etc/” prefix. This patch restores the intended behavior of using ALTFILES_DATADIR.