mirror of
https://github.com/samba-team/samba.git
synced 2025-09-16 01:44:21 +03:00
r5049: updated howto.txt with new provisioning instructions
(This used to be commit 82e331db5f
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
c72131926d
commit
6e2edd67a8
@@ -62,10 +62,11 @@ The "provision" step sets up a basic user database.
|
|||||||
cd source
|
cd source
|
||||||
./script/provision.pl --realm=YOUR.REALM --domain=YOURDOM --adminpass=SOMEPASSWORD
|
./script/provision.pl --realm=YOUR.REALM --domain=YOURDOM --adminpass=SOMEPASSWORD
|
||||||
|
|
||||||
This will create a file called newsam.ldb. You need to copy this to
|
This will create a number of new 'ldb' database files in a directory
|
||||||
sam.ldb in the "private" subdirectory of your install. For example:
|
newdb.XXX. You need to move these to the "private" subdirectory of
|
||||||
|
your install. For example:
|
||||||
|
|
||||||
cp newsam.ldb /usr/local/samba/private/sam.ldb
|
mv newdb.123/*.ldb /usr/local/samba/private/
|
||||||
|
|
||||||
|
|
||||||
Step 5: Create a simple smb.conf
|
Step 5: Create a simple smb.conf
|
||||||
|
Reference in New Issue
Block a user