Commit 3b57b87b authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Fixes: #642 in functions.inc the sambaMachineAccountRDN should be ou=computers

Showing with 1 addition and 1 deletion
+1 -1
......@@ -1491,7 +1491,7 @@ function get_ou($name)
"printerRDN" => "ou=printers,ou=systems,",
"phoneRDN" => "ou=phones,ou=systems,",
"componentRDN" => "ou=netdevices,ou=systems,",
"sambaMachineAccountRDN" => "ou=winstation,",
"sambaMachineAccountRDN" => "ou=computers,",
"faxBlocklistRDN" => "ou=gofax,ou=systems,",
"systemIncomingRDN" => "ou=incoming,",
......
  • bmortier @bmortier

    mentioned in issue #242 (closed)

    By bmortier on 2017-09-02T14:41:02 (imported from GitLab)

    ·

    mentioned in issue #242 (closed)

    By bmortier on 2017-09-02T14:41:02 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment