mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
Make use of smbpython clear.
Andrew Bartlett
(This used to be commit 98461d6053
)
This commit is contained in:
parent
bd95d6d5db
commit
2c8415f767
@ -78,12 +78,11 @@ Must be run as a user with permission to write to the install directory.
|
||||
::
|
||||
|
||||
# cd source
|
||||
# ./setup/provision --realm=YOUR.REALM --domain=YOURDOM \
|
||||
# bin/smbpython ./setup/provision --realm=YOUR.REALM --domain=YOURDOM \
|
||||
# --adminpass=SOMEPASSWORD --server-role='domain controller'
|
||||
|
||||
REMINDER: Add the "bin" directory of the path you installed to
|
||||
(e.g. /usr/local/samba/bin) to your path, or the provision command
|
||||
will not work.
|
||||
REMINDER: Use the path to smbpython, as the provision command
|
||||
will not work with the system python.
|
||||
|
||||
'YOURDOM' is the NT4 style domain name. 'YOUR.REALM' is your kerberos
|
||||
realm, which is typically your DNS domain name.
|
||||
|
Loading…
Reference in New Issue
Block a user