]> git.proxmox.com Git - pve-access-control.git/blobdiff - PVE/API2/Domains.pm
allow to write builtin auth domains
[pve-access-control.git] / PVE / API2 / Domains.pm
index fff3734a5969e2a3cd17f0f772cb8bde8076c1fc..f78acbd13a0548f5d1e307905446d2793661db55 100644 (file)
@@ -142,9 +142,6 @@ __PACKAGE__->register_method ({
 
                my $realm = extract_param($param, 'realm');
 
-               die "unable to modify bultin domain '$realm'\n"
-                   if ($realm eq 'pam' || $realm eq 'pve');
-
                die "domain '$realm' does not exist\n" 
                    if !$ids->{$realm};