From: Jim McDonough Date: Tue, 12 Dec 2006 19:21:31 +0000 (+0000) Subject: Also update the HOWTO with the createcomputer information for net ads X-Git-Tag: samba-4.0.0alpha6~801^2~1864 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df5695c05e9fa8d32cf433bccb28c8b3765d7d51;p=thirdparty%2Fsamba.git Also update the HOWTO with the createcomputer information for net ads join (This used to be commit 2ebf6130fab3afbe000513f0e99f202f0e30791a) --- diff --git a/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml b/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml index eef5e46732a..05e51625bd7 100644 --- a/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml +++ b/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml @@ -1112,7 +1112,7 @@ may want to create the machine trust account within a particular organizational this to be done using the following syntax: &rootprompt; kinit Administrator@your.kerberos.REALM -&rootprompt; net ads join "organizational_unit" +&rootprompt; net ads join createcomputer="organizational_unit" Your ADS manager will be able to advise what should be specified for the "organizational_unit" parameter. @@ -1123,13 +1123,15 @@ Your ADS manager will be able to advise what should be specified for the "organi container ADS For example, you may want to create the machine trust account in a container called Servers -under the organizational directory Computers\BusinessUnit\Department, like this: +under the organizational directory Computers/BusinessUnit/Department, like this: -&rootprompt; net ads join "Computers\BusinessUnit\Department\Servers" +&rootprompt; net ads join "Computers/BusinessUnit/Department/Servers" This command will place the Samba server machine trust account in the container -Computers\BusinessUnit\Department\Servers. The container should exist in the ADS directory -before executing this command. +Computers/BusinessUnit/Department/Servers. The container should exist in the ADS directory +before executing this command. Please note that forward slashes must be used, because backslashes are both +valid characters in an OU name and used as escapes for other characters. If you need a backslash in an OU +name, it may need to be quadrupled to pass through the shell escape and ldap escape.