diff options
author | Jim McDonough <jmcd@samba.org> | 2006-12-12 19:21:31 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:23 -0500 |
commit | df5695c05e9fa8d32cf433bccb28c8b3765d7d51 (patch) | |
tree | e1165ea2626464b1935408a144729288407167e0 /docs/Samba3-HOWTO/TOSHARG-DomainMember.xml | |
parent | 39aa6381e11f5b3c68a9dd0c14c76e8eecd157d6 (diff) | |
download | samba-df5695c05e9fa8d32cf433bccb28c8b3765d7d51.tar.gz samba-df5695c05e9fa8d32cf433bccb28c8b3765d7d51.tar.bz2 samba-df5695c05e9fa8d32cf433bccb28c8b3765d7d51.zip |
Also update the HOWTO with the createcomputer information for net ads
join
(This used to be commit 2ebf6130fab3afbe000513f0e99f202f0e30791a)
Diffstat (limited to 'docs/Samba3-HOWTO/TOSHARG-DomainMember.xml')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-DomainMember.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml b/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml index eef5e46732..05e51625bd 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: <screen> &rootprompt; <userinput>kinit Administrator@your.kerberos.REALM</userinput> -&rootprompt; <userinput>net ads join "organizational_unit"</userinput> +&rootprompt; <userinput>net ads join createcomputer="organizational_unit"</userinput> </screen> Your ADS manager will be able to advise what should be specified for the "organizational_unit" parameter. </para> @@ -1123,13 +1123,15 @@ Your ADS manager will be able to advise what should be specified for the "organi <indexterm><primary>container</primary></indexterm> <indexterm><primary>ADS</primary></indexterm> For example, you may want to create the machine trust account in a container called <quote>Servers</quote> -under the organizational directory <quote>Computers\BusinessUnit\Department,</quote> like this: +under the organizational directory <quote>Computers/BusinessUnit/Department,</quote> like this: <screen> -&rootprompt; <userinput>net ads join "Computers\BusinessUnit\Department\Servers"</userinput> +&rootprompt; <userinput>net ads join "Computers/BusinessUnit/Department/Servers"</userinput> </screen> This command will place the Samba server machine trust account in the container -<literal>Computers\BusinessUnit\Department\Servers</literal>. The container should exist in the ADS directory -before executing this command. +<literal>Computers/BusinessUnit/Department/Servers</literal>. 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. </para> <sect3> |