Displaying 4 results from an estimated 4 matches for "reqpath".
Did you mean:
relpath
2014 Mar 05
1
DFS
...log# tail -f syslog samba/samba.log | grep informatika
smbd_smb2_create: name[domainc02\dfs\informatika\desktop.ini]
parse_dfs_path: temp = |domainc02\dfs\informatika\desktop.ini| after
trimming \'s
parse_dfs_path: rest of the path: informatika/desktop.ini
dfs_path_lookup: Conn path = /home/dfs reqpath = informatika/desktop.ini
unix_convert called on file "informatika/desktop.ini"
stat_cache_lookup: lookup succeeded for name [INFORMATIKA] -> [informatika]
unix_convert begin: name = informatika/desktop.ini, dirpath = , start =
informatika/desktop.ini
is_mangled informatika/desktop.ini...
2013 May 26
3
samba4 & (domain) dfs
...t acls = true' 'dos filemode = true'
and 'force unknown acl user = true' for service dfs
[2013/05/26 20:52:46.624432, 10, pid=27834, effective(0, 20513), real(0,
0), class=msdfs] ../source3/smbd/msdfs.c:624(dfs_path_lookup)
dfs_path_lookup: Conn path = /usr/local/samba/srv/dfs reqpath =
dfs_profiles
[2013/05/26 20:52:46.624558, 5, pid=27834, effective(0, 20513), real(0,
0), class=msdfs] ../source3/smbd/msdfs.c:562(is_msdfs_link_internal)
is_msdfs_link_internal: dfs_profiles ->
msdfs:samba4-2\profiles,samba4-3\profiles
[2013/05/26 20:52:46.624630, 6, pid=27834, effective(0...
2009 Jul 01
0
Troubles with dfs-linked root shares
...3, pid=23791, effective(500, 500), real(500, 0)] smbd/vfs.c:vfs_init_custom(128)
Initialising custom vfs hooks from [/[Default VFS]/]
[2009/07/01 10:09:04, 10, pid=23791, effective(500, 500), real(500, 0)] smbd/msdfs.c:dfs_path_lookup(394)
dfs_path_lookup: Conn path = /mnt/discdata000/personal reqpath = villapla
[2009/07/01 10:09:04, 5, pid=23791, effective(500, 500), real(500, 0)] smbd/msdfs.c:is_msdfs_link(356)
is_msdfs_link: villapla -> msdfs:disc01\target
[2009/07/01 10:09:04, 6, pid=23791, effective(500, 500), real(500, 0)] smbd/msdfs.c:dfs_path_lookup(425)
dfs_path_lookup: \disc\per...
2003 Dec 01
0
No subject
...-r1.5 msdfs.h
--- include/msdfs.h 26 May 2000 17:10:38 -0000 1.5
+++ include/msdfs.h 20 Aug 2001 23:15:00 -0000
@@ -53,10 +53,9 @@
struct dfs_path
{
- pstring hostname;
- pstring servicename;
- pstring volumename;
- pstring restofthepath;
+ pstring hostname;
+ pstring servicename;
+ pstring reqpath;
};
#ifdef WITH_MSDFS
Index: msdfs/msdfs.c
===================================================================
RCS file: /data/cvs/samba/source/msdfs/msdfs.c,v
retrieving revision 1.10.4.6
diff -u -r1.10.4.6 msdfs.c
--- msdfs/msdfs.c 19 Aug 2001 17:21:02 -0000 1.10.4.6
+++ msdfs/msdfs.c 20 Aug...