diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-04-21 14:19:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:20 -0500 |
commit | ee0588bb6fbfbb250f5f2a3373556b100f2eb399 (patch) | |
tree | 48bc2955b05ef720db1288bd40c526cf850a7f08 /source4/ntvfs/config.m4 | |
parent | 7feebcb33a615c77d8885d625cfc70c501760233 (diff) | |
download | samba-ee0588bb6fbfbb250f5f2a3373556b100f2eb399.tar.gz samba-ee0588bb6fbfbb250f5f2a3373556b100f2eb399.tar.bz2 samba-ee0588bb6fbfbb250f5f2a3373556b100f2eb399.zip |
r312: let ntvfs posix backend return NT_STATUS_ACCESS_DENIED in the connect hook
and print out an error message to the debug log which say:
use 'cifs' or 'simple' as ntvfs handler
this also warns about 'root' fileaccess in the 'simple' module
the 'default' ntvfs handler is now registered by the posix backend
metze
(This used to be commit 84b3589daa60cfdd2c868d9468192b0a6e1eebae)
Diffstat (limited to 'source4/ntvfs/config.m4')
-rw-r--r-- | source4/ntvfs/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/config.m4 b/source4/ntvfs/config.m4 index a0b07ffd1b..420c3ec62a 100644 --- a/source4/ntvfs/config.m4 +++ b/source4/ntvfs/config.m4 @@ -240,7 +240,7 @@ SMB_MODULE(ntvfs_print, NTVFS, STATIC, [ntvfs/print/vfs_print.o]) SMB_MODULE(ntvfs_ipc, NTVFS, STATIC, [ntvfs/ipc/vfs_ipc.o]) -SMB_MODULE(ntvfs_posix, NTVFS, NOT, [ntvfs/posix/vfs_posix.o]) +SMB_MODULE(ntvfs_posix, NTVFS, STATIC, [ntvfs/posix/vfs_posix.o]) SMB_MODULE(ntvfs_nbench, NTVFS, STATIC, [ntvfs/nbench/vfs_nbench.o]) |