diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-27 22:36:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:17 -0500 |
commit | 6e2edd67a8a742cd1a45d6dc6b64bf3d153db608 (patch) | |
tree | 7a8ec973131f1845a4c13c269ceb2e7f88fbbfab | |
parent | c72131926d5eea9bd3b6aac0089aecb01285221c (diff) | |
download | samba-6e2edd67a8a742cd1a45d6dc6b64bf3d153db608.tar.gz samba-6e2edd67a8a742cd1a45d6dc6b64bf3d153db608.tar.bz2 samba-6e2edd67a8a742cd1a45d6dc6b64bf3d153db608.zip |
r5049: updated howto.txt with new provisioning instructions
(This used to be commit 82e331db5ffe3f5f96b734d84476119792a1b927)
-rw-r--r-- | howto.txt | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -62,10 +62,11 @@ The "provision" step sets up a basic user database. cd source ./script/provision.pl --realm=YOUR.REALM --domain=YOURDOM --adminpass=SOMEPASSWORD -This will create a file called newsam.ldb. You need to copy this to -sam.ldb in the "private" subdirectory of your install. For example: +This will create a number of new 'ldb' database files in a directory +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 |