summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 51d6a25)
raw | patch | inline | side by side (parent: 51d6a25)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 3 Nov 2006 06:44:58 +0000 (06:44 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 3 Nov 2006 06:44:58 +0000 (06:44 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5002 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 2cd2d147b1c882980ce0a4440c24afc1eab3f9e5..552f59a36958e94ad2e8574f72cbd94deb6dc9fb 100644 (file)
$ids[]= 65534;
/* get the ranges */
- $tmp = array('0'=> 1000)
+ $tmp = array('0'=> 1000);
if (preg_match('/posixAccount/', $oc) && isset($this->config->current['UIDBASE'])) {
$tmp= split('-',$this->config->current['UIDBASE']);
} elseif(isset($this->config->current['UIDBASE'])) {