search for: widelinks

Displaying 20 results from an estimated 30 matches for "widelinks".

2011 Jun 06
0
upgrade prob; extension conflict-workaround or fix yet? (widelinks & unix ext)
...e parameters are incompatible. Wide links will be disabled for this share. This used to work, though admittedly, I think it was because I had a 'fixed' version that removed the check in anticipation of the official switch that would allow this. I **WANT** to be able to control my 'widelinks' from my windows workstation.... My setup is that my 'windows workstation(s)' are divided in 2, with their file system being on the smb server. So me being able to manage links from my windows workstation is an ease of use issue. It's 'sad' there's no way to define /...
2015 Dec 22
6
wide links and privileges
...s a symlink outside the share path Option "wide links" is turn to "Yes", so we could access to this directory. If I set "enable privileges" to "No" in Global section, all works fine. When I read source code, I can see that check_reduced_name function check widelinks option but not check_reduced_name_with_privilege one's. Is "wide links" is inconsistent with privileges? I can't see information about this behaviour. Regards,
2016 Jan 06
1
wide links and privileges
...o the `check_name` or the `check_name_with_privilege` function. which themselves respectively redirects to the `check_reduced_name` and `check_reduced_name_with_privilege` functions: source3/smbd/vfs.c: ``` NTSTATUS check_reduced_name(connection_struct *conn, const char *fname) [...] /* Common widelinks and symlinks checks. */ if (!allow_widelinks || !allow_symlinks) { [...] if (strncmp(conn_rootdir, resolved_name, rootdir_len) != 0) { DEBUG(2, ("check_reduced_name: Bad access " "attempt: %s is a symlink outside the "...
2020 Mar 25
1
Synology NAS looses connection to Samba AD
...dfs root=no vfs objects= advanced_domain_option=yes reset on zero vc=no directory mask= syno catia=no veto files= smb2 leases=no btrfs clone=no winbind expand groups=1 rpc_daemon:mdssd=fork syno wildcard search=no enable nt4 enum=no allow insecure widelinks=no enable veto files=no disable shadow copy=no On 25. March 2020 at 11:27:22, Rowland penny via samba (samba at lists.samba.org) wrote: On 25/03/2020 10:01, Alexander Harm via samba wrote: > We have to Samba DCs and a couple of Synology NAS connected/bound to the Samba AD. On regul...
2016 Jan 06
3
wide links and privileges
...th_privilege` function. > which themselves respectively redirects to the `check_reduced_name` and > `check_reduced_name_with_privilege` functions: > > source3/smbd/vfs.c: > ``` > NTSTATUS check_reduced_name(connection_struct *conn, const char *fname) > [...] > /* Common widelinks and symlinks checks. */ > if (!allow_widelinks || !allow_symlinks) { > [...] > if (strncmp(conn_rootdir, resolved_name, > rootdir_len) != 0) { > DEBUG(2, ("check_reduced_name: Bad access " > "attempt: %s is a s...
2015 Dec 22
0
wide links and privileges
...> Option "wide links" is turn to "Yes", so we could access to this > directory. > > If I set "enable privileges" to "No" in Global section, all works fine. > > When I read source code, I can see that check_reduced_name function > check widelinks option but not check_reduced_name_with_privilege one's. > > Is "wide links" is inconsistent with privileges? I can't see information > about this behaviour. > > Regards, > > -- > To unsubscribe from this list go to the following URL and read the > ins...
2018 Mar 16
0
Random disconnects from Samba server
On Fri, 16 Mar 2018 21:43:39 +0000 "Hirayama, Pat" <phirayam at fredhutch.org> wrote: > Hi Rowland, > > Thank you. Unfortunately, I do need widelinks -- in fact, that is > the main purpose for this Samba server -- the users connect to their > home share and follow the Linux symlinks that reside there to other > (remote) file systems, rather than navigating a really long directory > path. There must be a better way of doing this, df...
2011 Oct 20
3
[Announce] Samba 3.6.1 Available for Download
...nce 3.6.0: -------------------- o Michael Adam <obnox at samba.org> * BUG 8368: Fix the fallback to the deprecated spelling idmap:script. o Jeremy Allison <jra at samba.org> * BUG 7509: smb_acl_to_posix: ACL is invalid for set (Invalid argument). * BUG 8229: Fix 'widelinks' regression. * BUG 8370: Fix vfs_chown_fsp. * BUG 8412: Fix "saving as" of MS Office 2007 (Word) documents on Samba shares with SMB2. * BUG 8422: Fix infinite loop in ACL module code. * BUG 8429: Compound SMB2 requests on an IPC connection can corrupt the r...
2011 Oct 20
3
[Announce] Samba 3.6.1 Available for Download
...nce 3.6.0: -------------------- o Michael Adam <obnox at samba.org> * BUG 8368: Fix the fallback to the deprecated spelling idmap:script. o Jeremy Allison <jra at samba.org> * BUG 7509: smb_acl_to_posix: ACL is invalid for set (Invalid argument). * BUG 8229: Fix 'widelinks' regression. * BUG 8370: Fix vfs_chown_fsp. * BUG 8412: Fix "saving as" of MS Office 2007 (Word) documents on Samba shares with SMB2. * BUG 8422: Fix infinite loop in ACL module code. * BUG 8429: Compound SMB2 requests on an IPC connection can corrupt the r...
2023 Aug 16
0
[Announce] Samba 4.18.6 Available for Download
...d appended. ?? * BUG 15446: DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed. o? Noel Power <noel.power at suse.com> ?? * BUG 15390: Python tarfile extraction needs change to avoid a warning ???? (CVE-2007-4559 mitigation). ?? * BUG 15435: Regression DFS not working with widelinks = true. o? Arvid Requate <requate at univention.de> ?? * BUG 9959: Windows client join fails if a second container CN=System exists ??? somewhere. o? Jones Syue <jonessyue at qnap.com> ?? * BUG 15441: samba-tool ntacl get segfault if aio_pthread appended. ?? * BUG 15449: mdssvc:...
2023 Aug 16
0
[Announce] Samba 4.18.6 Available for Download
...d appended. ?? * BUG 15446: DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed. o? Noel Power <noel.power at suse.com> ?? * BUG 15390: Python tarfile extraction needs change to avoid a warning ???? (CVE-2007-4559 mitigation). ?? * BUG 15435: Regression DFS not working with widelinks = true. o? Arvid Requate <requate at univention.de> ?? * BUG 9959: Windows client join fails if a second container CN=System exists ??? somewhere. o? Jones Syue <jonessyue at qnap.com> ?? * BUG 15441: samba-tool ntacl get segfault if aio_pthread appended. ?? * BUG 15449: mdssvc:...
2018 Mar 01
5
Random disconnects from Samba server
First, some background. We have a Linux server (CentOS 7.3.1611, Samba 4.4.4, sssd 1.14.0) that is providing access vis SMB to various file systems (home folders on NetApp filer, shared data stored on SwiftStack), and joined to our Active Directory. Clients connecting to it are Windows 7 or 10 (mostly Win10), or OS X Macs running ... El Capitan or Sierra or High Sierra). Our problem is that we
2023 Sep 07
0
[Announce] Samba 4.17.11 Available for Download
...eLiu <mikeliu at qnap.com> ?? * BUG 15453: File doesn't show when user doesn't have permission if ???? aio_pthread is loaded. o? Noel Power <noel.power at suse.com> ?? * BUG 15384: net ads lookup (with unspecified realm) fails ?? * BUG 15435: Regression DFS not working with widelinks = true. o? Arvid Requate <requate at univention.de> ?? * BUG 9959: Windows client join fails if a second container CN=System exists ??? somewhere. o? Martin Schwenke <mschwenke at ddn.com> ?? * BUG 15451: ctdb_killtcp fails to work with --enable-pcap and libpcap ? ???? 1.9.1. o?...
2023 Sep 07
0
[Announce] Samba 4.17.11 Available for Download
...eLiu <mikeliu at qnap.com> ?? * BUG 15453: File doesn't show when user doesn't have permission if ???? aio_pthread is loaded. o? Noel Power <noel.power at suse.com> ?? * BUG 15384: net ads lookup (with unspecified realm) fails ?? * BUG 15435: Regression DFS not working with widelinks = true. o? Arvid Requate <requate at univention.de> ?? * BUG 9959: Windows client join fails if a second container CN=System exists ??? somewhere. o? Martin Schwenke <mschwenke at ddn.com> ?? * BUG 15451: ctdb_killtcp fails to work with --enable-pcap and libpcap ? ???? 1.9.1. o?...
2002 Mar 10
0
win98 can't access directories
...l master = no # to participate on master brwoser election preferred master = no # force election guest account = nobody name resolve order = host lmhosts wins bcast ######################## Performance Options ################################## # getwd cache = yes # widelinks = false # socket options = IPTOS_LOWDELAY TCP_NODELAY #SO_SNDBUF=4096 SO_RCVBUF=4096 ######################### Printer Settings #################################### printing = bsd printer driver = HP LaserJet 4L printcap name = /etc/printcap load printers = yes ########...
2016 Jan 07
0
wide links and privileges
...ith_privilege` function. > which themselves respectively redirects to the `check_reduced_name` and > `check_reduced_name_with_privilege` functions: > > source3/smbd/vfs.c: > ``` > NTSTATUS check_reduced_name(connection_struct *conn, const char *fname) > [...] >     /* Common widelinks and symlinks checks. */ >     if (!allow_widelinks || !allow_symlinks) { > [...] >         if (strncmp(conn_rootdir, resolved_name, >                 rootdir_len) != 0) { >             DEBUG(2, ("check_reduced_name: Bad access " >                 "attempt: %s is a s...
2019 Jul 14
2
Build error due to Waf task dependency cycle in run_after
Dear all, trying to build some Heimdal-based packages for Samba AD DC under openSUSE I am facing some difficulties with the build system: During the installation which is triggered by "make install" waf complains about some task dependency cycle after leaving folder bin/default. Full log including config options can be seen unter https://build.opensuse.org/
2020 Mar 25
4
Synology NAS looses connection to Samba AD
We have to Samba DCs and a couple of Synology NAS connected/bound to the Samba AD. On regular basis the Synology NAS (I believe Samba 4.4.16) looses its connection to the AD outputting the error message, that the domain cannot be found. In the logs of the NAS I can only find the error message ?synowin: domain_test_join.c:59 net ads test join fail?. In the logs of the DC I notice that from one
2019 Aug 01
0
Build error due to Waf task dependency cycle in run_after
...dusertogroupscript.xml,administrative_share.xml,adminusers.xml,afsshare.xml,afstokenlifetime.xml,afsusernamemap.xml,aiomaxthreads.xml,aioreadsize.xml,aiowritebehind.xml,aiowritesize.xml,algorithmicridbase.xml,allocationroundupsize.xml,allowdcerpcauthlevelconnect.xml,allowdnsupdates.xml,allowinsecurewidelinks.xml,allownt4crypto.xml,allowtrusteddomains.xml,allowunsafeclusterupgrade.xml,applygrouppolicies.xml,asyncsmbechohandler.xml,autheventnotification.xml,auto_services.xml,available.xml,binddnsdir.xml,bindinterfacesonly.xml,blockinglocks.xml,blocksize.xml,browseable.xml,browselist.xml,cachedirectory.xm...
2023 Aug 08
1
[Announce] Samba 4.19.0rc2 Available for Download
...emoved CHANGES SINCE 4.19.0rc1 ======================= o? Andrew Bartlett <abartlet at samba.org> ?? * BUG 9959: Windows client join fails if a second container CN=System exists ??? somewhere. o? Noel Power <noel.power at suse.com> ?? * BUG 15435: regression DFS not working with widelinks = true. o? Arvid Requate <requate at univention.de> ?? * BUG 9959: Windows client join fails if a second container CN=System exists ??? somewhere. o? Joseph Sutton <josephsutton at catalyst.net.nz> ?? * BUG 15443: Heimdal fails to build on 32-bit FreeBSD. o? Jones Syue <joness...