diff options
author | Dan McDonald <danmcd@mnx.io> | 2022-10-05 09:56:04 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@mnx.io> | 2022-10-05 09:56:04 -0400 |
commit | 714b0bb56eb9690c26e204fd05fadb02bf82e0b7 (patch) | |
tree | 3eef8de17f16dc256e3746dba1229a8840278a5e /usr/src/man | |
parent | dc7fbcdec802782cc3823f98d733c8adc489465b (diff) | |
parent | 857c33c4a4bcde4bcde111ad59066aff44fb3f51 (diff) | |
download | illumos-joyent-release-20221005.tar.gz |
[illumos-gate merge]release-20221006release-20221005
commit 857c33c4a4bcde4bcde111ad59066aff44fb3f51
15030 AD join should allow specifying container OU
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man8/smbadm.8 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/usr/src/man/man8/smbadm.8 b/usr/src/man/man8/smbadm.8 index 407958c072..8628cbefb4 100644 --- a/usr/src/man/man8/smbadm.8 +++ b/usr/src/man/man8/smbadm.8 @@ -17,8 +17,9 @@ .\" .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved. .\" Copyright 2019 Nexenta by DDN, Inc. All rights reserved. +.\" Copyright 2021 RackTop Systems, Inc. .\" -.Dd June 6, 2019 +.Dd Oct 15, 2021 .Dt SMBADM 8 .Os .Sh NAME @@ -69,6 +70,7 @@ membership .Nm .Cm join .Op Fl y +.Op Fl c Ar container .Fl u Ar username .Ar domain .Nm @@ -349,6 +351,7 @@ module has been added to the system's PAM configuration. .It Xo .Cm join .Op Fl y +.Op Fl c Ar container .Fl u Ar username .Ar domain .Xc @@ -378,6 +381,16 @@ username@domain .Ar domain can be the NetBIOS or DNS domain name. .Pp +The optional +.Ar container +string specifies the Relative Distinguished Name (RDN) of the +Active Directory Container in which the machine trust account +should be created. +If unspecified, the RDN used is: +.Bd -literal -offset indent +CN=Computers +.Ed +.Pp If a machine trust account for the system already exists on a domain controller, any authenticated user account can be used when joining the domain. However, if the machine trust account does |