r5425: Convert function tables to new structure (with description)
[samba.git] / howto.txt
index 7071fdfbc1ec11cf44b33929ba38752db589751c..6e318696566955f52e897f33fef44099cfa1a2fb 100644 (file)
--- a/howto.txt
+++ b/howto.txt
@@ -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
@@ -146,7 +147,7 @@ the following 4 commands as root:
   setfattr -n user.test -v test test.txt
   setfattr -n security.test -v test2 test.txt
   getfattr -d test.txt
-  getfattr -d system.txt
+  getfattr -n security.test -d test.txt
 
 You should see output like this: