Fix catching InsufficientAccessException when creating new entries

This commit is contained in:
2025-04-21 17:18:22 +10:00
parent b7ca768cc6
commit ccff36361f
2 changed files with 3 additions and 1 deletions

View File

@@ -379,7 +379,7 @@ class HomeController extends Controller
if ($key['dn']) {
$o = config('server')->fetch($key['dn']);
foreach (collect(old())->except(['key','dn','step','_token','userpassword_hash']) as $attr => $value)
foreach (collect(old())->except(['key','dn','step','_token','userpassword_hash','rdn','rdn_value']) as $attr => $value)
$o->{$attr} = $value;
}