diff options
author | John Terpstra <jht@samba.org> | 2004-11-23 16:25:57 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:07 -0500 |
commit | b6fa8c3702332eee57f29faff6ca1912ab7df3a5 (patch) | |
tree | e076e5552df8106eee56bbdaa7a8862963279a5f /docs | |
parent | 998f01a4e3c8553fdb4b87ac18bd7b720e828379 (diff) | |
download | samba-b6fa8c3702332eee57f29faff6ca1912ab7df3a5.tar.gz samba-b6fa8c3702332eee57f29faff6ca1912ab7df3a5.tar.bz2 samba-b6fa8c3702332eee57f29faff6ca1912ab7df3a5.zip |
Fix for bug report #1716
(This used to be commit 5e818cefb47fb74b57f73b0151ff972fdba3905d)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Samba-HOWTO-Collection/upgrading-to-3.0.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Samba-HOWTO-Collection/upgrading-to-3.0.xml b/docs/Samba-HOWTO-Collection/upgrading-to-3.0.xml index b238038858..cea113d923 100644 --- a/docs/Samba-HOWTO-Collection/upgrading-to-3.0.xml +++ b/docs/Samba-HOWTO-Collection/upgrading-to-3.0.xml @@ -500,6 +500,13 @@ complete descriptions of new or modified parameters. </para> <para> + Under Samba-2.x the Domain SID can be obtained by executing: +<screen> +&prompt;<userinput>smbpasswd -S 'Domain_Name'</userinput> +</screen> + </para> + + <para> The old sambaAccount schema may still be used by specifying the <parameter>ldapsam_compat</parameter> passdb backend. However, the sambaAccount and associated attributes have been moved to the historical section of |