svn commit: samba r4245 - in branches/SAMBA_4_0: .

tridge at samba.org tridge at samba.org
Fri Dec 17 06:32:04 GMT 2004


Author: tridge
Date: 2004-12-17 06:32:04 +0000 (Fri, 17 Dec 2004)
New Revision: 4245

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4245

Log:
add a note about using a tdb to store xattr information, so you can
have all Samba4 features on a plain posix filesystem.

Modified:
   branches/SAMBA_4_0/howto.txt


Changeset:
Modified: branches/SAMBA_4_0/howto.txt
===================================================================
--- branches/SAMBA_4_0/howto.txt	2004-12-17 05:03:57 UTC (rev 4244)
+++ branches/SAMBA_4_0/howto.txt	2004-12-17 06:32:04 UTC (rev 4245)
@@ -107,12 +107,18 @@
 
       smbclient //localhost/test -Uadministrator%SOMEPASSWORD
     or
-     ./script/tests/test_posix.sh //localhost/test administrator
-    SOMEPASSWORD
+     ./script/tests/test_posix.sh //localhost/test administrator SOMEPASSWORD
 
 Note that to pass all the tests you would need to be using a
 filesystem with user_xattr support. On many Linux systems with an ext3
 filesystem this means mounting with the "-o user_xattr"
 option. Consult your filesystem and kernel docs for more details.
 
+If you don't have a filesystem with xattr support, then you can
+simulate it by using the option:
 
+   posix:eadb = /usr/local/samba/eadb.tdb
+
+that will place all extra file attributes (NT ACLs, DOS EAs, streams
+etc), in that tdb. It is not efficient, and doesn't scale well, but at
+least it gives you a choice when you don't have a modern filesystem.



More information about the samba-cvs mailing list