summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7bc83f3)
raw | patch | inline | side by side (parent: 7bc83f3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Sep 2010 08:46:46 +0000 (08:46 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Sep 2010 08:46:46 +0000 (08:46 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19522 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/generic/class_user.inc | patch | blob | history |
diff --git a/gosa-core/plugins/personal/generic/class_user.inc b/gosa-core/plugins/personal/generic/class_user.inc
index 45b0e081eaa031ea0391b8a886514a58a071a0ea..3e60bf625257a365208cdbbd6e1d4ddb48e3c370 100644 (file)
}
-# /* This only gets called when user is renaming himself */
-# $ldap= $this->config->get_ldap_link();
-# if ($this->dn != $this->new_dn){
-#
-# /* Write entry on new 'dn' */
-# $this->update_acls($this->dn,$this->new_dn);
-# $this->move($this->dn, $this->new_dn);
-#
-# /* Happen to use the new one */
-# change_ui_dn($this->dn, $this->new_dn);
-# $this->dn= $this->new_dn;
-# }
-
-
/* Save data. Using 'modify' implies that the entry is already present, use 'add' for
new entries. So do a check first... */
$ldap= $this->config->get_ldap_link();