X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Finclude%2Fclass_ldap.inc;h=6af377218add9ef4562a5ccf76858426a92b4d81;hb=e7d6908869b80f28daea77c5cb5f2977df7fdada;hp=7ff9cb8ac683143b11af81e96b243da7c28c44be;hpb=407e1a6e82733c7eafbe180bd4be9f2b5940f13b;p=gosa.git diff --git a/gosa-core/include/class_ldap.inc b/gosa-core/include/class_ldap.inc index 7ff9cb8ac..6af377218 100644 --- a/gosa-core/include/class_ldap.inc +++ b/gosa-core/include/class_ldap.inc @@ -451,6 +451,9 @@ class LDAP{ */ function rename_dn($source,$dest) { + $source = LDAP::fix($source); + $dest = LDAP::fix($dest); + /* Check if source and destination are the same entry */ if(strtolower($source) == strtolower($dest)){ trigger_error("Source and destination can't be the same entry.");