ansible_windows_working_group
LOGS
20:00:00 <nitzmahone> #startmeeting Ansible Windows Working Group
20:00:00 <zodbot> Meeting started Tue Jan 31 20:00:00 2023 UTC.
20:00:00 <zodbot> This meeting is logged and archived in a public location.
20:00:00 <zodbot> The chair is nitzmahone. Information about MeetBot at https://fedoraproject.org/wiki/Zodbot#Meeting_Functions.
20:00:00 <zodbot> Useful Commands: #action #agreed #halp #info #idea #link #topic.
20:00:00 <zodbot> The meeting name has been set to 'ansible_windows_working_group'
20:00:05 <nitzmahone> booya
20:00:08 <nitzmahone> #chair jborean93
20:00:08 <zodbot> Current chairs: jborean93 nitzmahone
20:00:15 <nitzmahone> #info agenda https://github.com/ansible/community/issues/682
20:00:20 <nitzmahone> Nothing new, so
20:00:24 <nitzmahone> #topic open floor
20:00:25 <jborean93> howdy
20:00:28 <nitzmahone> hey hey
20:02:34 <jborean93> Only thing to share is https://github.com/jborean93/sansldap. I ended up writing my own LDAP stuff. The basics is mostly there just need to do some tests and fill out the example a bit more
20:02:50 <jborean93> It covers the search operations which is what would be needed for the ldap inventory plugin
20:03:28 <nitzmahone> heh, I wondered if you were going to cave on that :D
20:03:49 <jborean93> I can't resist a good side project :)
20:04:31 <jborean93> Except for the ASN.1 goodness, LDAP is a pretty simple protocol.
20:04:36 <briantist> hey folks
20:04:43 <nitzmahone> hey briantist!
20:04:51 <jborean93> Actually interpreting the output data it gives you can be annoying though
20:04:53 <jborean93> hey
20:05:39 <briantist> what does "sans I/O" mean in this case?
20:06:18 <jborean93> The code doesn't include any of the IO stuff like the connection. That's for the caller to implement
20:06:54 <jborean93> https://sans-io.readthedocs.io/ - so if someone wants to have an asyncio/trio implementation they can implement that themselves and leave the LDAP protocol logic to sansldap
20:07:06 <nitzmahone> that ought to cut down on the lookyloos that want to use it for $things ;)
20:07:24 <briantist> I see, thanks!
20:08:54 <nitzmahone> Well, if nothing else for today, we can close out til next week...
20:09:18 <briantist> sgtm
20:09:44 <jborean93> +1
20:10:28 <nitzmahone> Thanks all, til next week!
20:10:30 <nitzmahone> #endmeeting