From 6f8abe9ce58a5ebecb4d495721239c0cb716543a Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 26 Jan 2012 18:08:22 +0000 Subject: [PATCH] no copy confirmation (fixes DN moving) --- lam/templates/3rdParty/pla/config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lam/templates/3rdParty/pla/config/config.php b/lam/templates/3rdParty/pla/config/config.php index 9d341bfb..d7a3cea1 100644 --- a/lam/templates/3rdParty/pla/config/config.php +++ b/lam/templates/3rdParty/pla/config/config.php @@ -70,4 +70,5 @@ if (!checkIfWriteAccessIsAllowed()) { $servers->setValue('unique','attrs',array()); $servers->setValue('server','custom_sys_attrs', array('creatorsName', 'createTimestamp', 'modifiersName', 'modifyTimestamp', 'hasSubordinates', 'pwdChangedTime')); +$config->custom->confirm['copy'] = false; ?>