[2206] in Moira Commits
[ops/moira] d01531: More updates for rhel9:
daemon@ATHENA.MIT.EDU (aswayze)
Tue Jul 15 07:05:44 2025
Date: Tue, 15 Jul 2025 07:05:38 -0400
From: aswayze <noreply@mit.edu>
To: moira-commits@mit.edu
Message-ID: <ops/moira/push/refs/heads/rhel9/5224d5-d01531@github.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
Branch: refs/heads/rhel9
Home: https://github.mit.edu/ops/moira
Commit: d0153105a4dee73e334c0949e96c970085f82549
https://github.mit.edu/ops/moira/commit/d0153105a4dee73e334c0949e96c970085f82549
Author: Andrew Swayze <aswayze@mit.edu>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M .gitignore
M moira/Makefile.in
M moira/configure
M moira/configure.ac
M moira/include/moira_site.h
M moira/incremental/Makefile.in
M moira/incremental/afs/afs.c
M moira/incremental/dns/Makefile.in
A moira/incremental/dns/dns.incr
M moira/incremental/ldap/winad.c
M moira/incremental/roles/roles.incr
A moira/incremental/sap/Makefile.in
A moira/incremental/sap/sap.incr
A moira/perl5lib/MIT/DNS/Nameserver.pm
A moira/perl5lib/MIT/IP.pm
A moira/perl5lib/Makefile.in
M moira/server/mr_sauth.c
Log Message:
-----------
More updates for rhel9:
- update .gitignore for m4 and automate.cache and compile.log
- update moira/Makefile.in for new perl5lib directory
- update moira/configure.ac to include perl5lib, dns incr, and sap incr in SERVER_OUTPUT_FILES
- in moira_site.h add #define USRBIN_DIR to avoid having to symlink perl in /moira/bin
- add sap and dns entries to moira/incremental/Makefile.in
- in afs.c, use newly defined USRBIN_DIR to call correct PATH to perl
- add the perl version of the dns.incr and related Makefile.in
- in ldap/winad.c, safely move email_isvalid() back to where it was before
- in roles.incr, update PATH to perl
- add the perl version of the sap.incr and related Makefile.in
- add perl5lib and related Makefile.in
- in mr_sauth.c, correctly set krb5_auth_con_setflags() to allow local client krb5 auth