mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
10 lines
264 B
Perl
10 lines
264 B
Perl
#!/usr/local/bin/perl
|
|
# Show access control settings from config
|
|
|
|
require './ldap-server-lib.pl';
|
|
&local_ldap_server() == 1 || &error($text{'slapd_elocal'});
|
|
$access{'acl'} || &error($text{'acl_ecannot'});
|
|
&ui_print_header(undef, $text{'acl_title'}, "", "acl");
|
|
|
|
|