chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:12:17 +08:00
commit cf8edb9f21
44281 changed files with 1655134 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/usr/local/bin/perl
# Link PAM LDAP file to NSS file
require './ldap-client-lib.pl';
&ReadParse();
if ($in{'ignore'}) {
# Don't show message anymore
$config{'nofixpam'} = 1;
&save_module_config();
}
else {
# Fix up
&unlink_logged($config{'pam_ldap'});
&symlink_logged(&get_ldap_config_file(), $config{'pam_ldap'});
&webmin_log("fixpam");
}
&redirect("");