summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 05d4a90)
raw | patch | inline | side by side (parent: 05d4a90)
| author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
| Tue, 8 May 2007 09:33:20 +0000 (09:33 +0000) | ||
| committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
| Tue, 8 May 2007 09:33:20 +0000 (09:33 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6296 594d385d-05f5-0310-b6e9-bd551577e9d8
| setup/class_setupStep_Schema.inc | patch | blob | history |
index 25d6d68c0df2f9b3087117b9fe07b4c312dce3b0..8fe111673b09a2d9e2f5461c1b441809d2703301 100644 (file)
if($rfc2307bis && isset($tmp['posixGroup']['STRUCTURAL'])){
$checks['posixGroup']['STATUS'] = FALSE;
$checks['posixGroup']['MSG'] = _("You have enabled the rfc2307bis option on the 'ldap setup' step, but your schema configuration do not support this option.");
- $checks['posixGroup']['INFO'] = _("In order to use rfc2307bis corform groups the objectClass 'posixGroup' must be AUXILIARY");
+ $checks['posixGroup']['INFO'] = _("In order to use rfc2307bis conform groups the objectClass 'posixGroup' must be AUXILIARY");
}
if(!$rfc2307bis && !isset($tmp['posixGroup']['STRUCTURAL'])){
$checks['posixGroup']['STATUS'] = FALSE;