From 39aa6381e11f5b3c68a9dd0c14c76e8eecd157d6 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Tue, 12 Dec 2006 16:52:26 +0000 Subject: Add ads-only options for net ads join (This used to be commit 761b27140ff691415fdb256240f2bd5a7e113650) --- docs/manpages-3/net.8.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/manpages-3/net.8.xml b/docs/manpages-3/net.8.xml index 39641c2f46..cd0278178e 100644 --- a/docs/manpages-3/net.8.xml +++ b/docs/manpages-3/net.8.xml @@ -181,7 +181,7 @@ the remote server using /bin/date. -[RPC|ADS] JOIN [TYPE] [-U username[%password]] [options] +[RPC|ADS] JOIN [TYPE] [-U username[%password]] [createupn=UPN] [createcomputer=OU] [options] Join a domain. If the account already exists on the server, and @@ -194,6 +194,19 @@ be created. [TYPE] may be PDC, BDC or MEMBER to specify the type of server joining the domain. + + +[UPN] (ADS only) set the principalname attribute during the join. The default +format is host/netbiosname@REALM. + + + +[OU] (ADS only) Precreate the computer account in a specific OU. The +OU string reads from top to bottom without RDNs, and is delimited by +a '/'. Please note that '\' is used for escape by both the shell +and ldap, so it may need to be doubled or quadrupled to pass through, +and it is not used as a delimiter. + -- cgit