summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8a291b6)
raw | patch | inline | side by side (parent: 8a291b6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 3 Nov 2006 06:43:57 +0000 (06:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 3 Nov 2006 06:43:57 +0000 (06:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5001 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/posix/class_posixAccount.inc | patch | blob | history |
diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc
index 502a5466370ca6f48708ffcc1644f404fde06dde..2cd2d147b1c882980ce0a4440c24afc1eab3f9e5 100644 (file)
}
} else {
if ($_SESSION['js']){
-#FIXME: whats up here. remove acl?
- if($this->acl != "#none#")
- $smarty->assign("forceMode", "disabled");
+ $smarty->assign("forceMode", "disabled");
}
$smarty->assign("force_ids", "");
}
$ids[]= 65534;
/* get the ranges */
- if (preg_match('/posixAccount/', $oc)) {
+ $tmp = array('0'=> 1000)
+ if (preg_match('/posixAccount/', $oc) && isset($this->config->current['UIDBASE'])) {
$tmp= split('-',$this->config->current['UIDBASE']);
- } else {
+ } elseif(isset($this->config->current['UIDBASE'])) {
$tmp= split('-',$this->config->current['GIDBASE']);
}