From: cajus Date: Mon, 5 Oct 2009 13:26:13 +0000 (+0000) Subject: Remove comments X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0d820990879be7df60dabdf46e66d7b064b82ed9;p=gosa.git Remove comments git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14518 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/posix/class_posixAccount.inc b/gosa-core/plugins/personal/posix/class_posixAccount.inc index ccb54c03e..661eea5ca 100644 --- a/gosa-core/plugins/personal/posix/class_posixAccount.inc +++ b/gosa-core/plugins/personal/posix/class_posixAccount.inc @@ -1525,9 +1525,7 @@ class posixAccount extends plugin /* Avoid using the same gid/uid number as source user empty numbers to enforce new ones. */ -# $this->savedUidNumber = $get_next_id("uidNumber", $this->dn); $this->savedUidNumber = ""; -# $this->savedGidNumber = $get_next_id("gidNumber", $this->dn); $this->savedGidNumber = ""; /* Get group membership */