Bug 5497 - documentation stale for provision
Summary: documentation stale for provision
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: x86 Windows XP
: P3 trivial (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Andrew Bartlett
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-28 09:50 UTC by mike wilkinson
Modified: 2008-05-29 00:41 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mike wilkinson 2008-05-28 09:50:07 UTC
samba: 4.0.0alpha4-GIT-ad7f05f

./howto.txt - provisioning still references smbpython:

  # bin/smbpython ./setup/provision --realm=YOUR.REALM --domain=YOURDOM \
  #  --adminpass=SOMEPASSWORD --server-role='domain controller'

should be just:

  # ./setup/provision --realm=YOUR.REALM --domain=YOURDOM \
  #  --adminpass=SOMEPASSWORD --server-role='domain controller'
Comment 1 Andrew Kroeger 2008-05-29 00:41:28 UTC
This has been fixed in Git commit b4aa957ae1b87677fbe1583eeab16936f6cd1124.

Thanks for catching this one.  This was pointed out to me on IRC last weekend.  I updated the Wiki HOWTO and made this patch, but I forgot to post the patch to the samba-technical list.