Code

Set default winstation RDN to ou=winstations,ou=systems,
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 28 May 2010 09:39:34 +0000 (09:39 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 28 May 2010 09:39:34 +0000 (09:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18784 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc

index fdbed0983bb379a57489c8f7c9565961d14835b4..1d537005f02b200699ef6a2ff0154227a4dfad34 100644 (file)
@@ -314,7 +314,7 @@ class wingeneric extends plugin
                       array(
                           "name"          => "sambaMachineAccountRDN",
                           "type"          => "rdn",
-                          "default"       => "ou=winstation,",
+                          "default"       => "ou=winstations,ou=systems,",
                           "description"   => _("The 'sambaMachineAccountRDN' statement defines the location where new windows workstations will be created. The default is 'ou=winstation,'."),
                           "check"         => "gosaProperty::isRdn",
                           "migrate"       => "migrate_sambaMachineAccountRDN",