search for: _windows_

Displaying 20 results from an estimated 35 matches for "_windows_".

2020 Aug 24
4
accessing foreign AD users to NT domain
...#39;t seems to works. I have a samba3 (4.1.17-Debian) NT domain, I have a new AD domain (4.10.4) and I have a user in AD domain with the same credentials in the NT domain. I have joined a windows PC to the AD domain and when the user logon to the PC he can successfully works on all pc/server _windows_ shares joined to NT domain but can't on _samba_ shares joined to the NT domain. Please can someone help me to troubleshoot the problem? Thank you very much Piviul
2006 Jun 04
0
Re: administrator privileges
...sswd -a root` isn't relevant, both because smbpasswd is deprecated in Samba 3.x and because most Samba-LDAP systems are configured to look _only_ to LDAP for their "passdb backend" and so never see the information you tried to set up through `smbpasswd`. Some Samba operations use the _Windows_ privileges. They cannot be performed even by a Samba superuser if that user doesn't also have the right Windows privileges. Somewhere _inside_ Samba you need to define what will be the user you use for joining machines to the domain to include sambaSID <domainSID>-500 (S-1-5-21-...-500) a...
2018 Jan 24
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...h before win32.h) and drop the namespace and the conflicting names. On Tue, Jan 23, 2018 at 12:46 AM, Zachary Turner <zturner at google.com> wrote: > That's very possible that a 3rd party indirect header include is > involved. One idea might be like I suggested where you #define _WINDOWS_ > in win32.h and guarantee that it's always included first. Then those other > headers won't be able to #include <windows.h>. but it will probably > greatly expand the amount of stuff you have to add to win32.h, as you will > probably find some callers of functions that...
2018 Jan 22
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
That's very possible that a 3rd party indirect header include is involved. One idea might be like I suggested where you #define _WINDOWS_ in win32.h and guarantee that it's always included first. Then those other headers won't be able to #include <windows.h>. but it will probably greatly expand the amount of stuff you have to add to win32.h, as you will probably find some callers of functions that aren't yet in yo...
2018 Jan 22
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...d that you never intentionally import win32.h and > windows.h from the same translation unit. But then in this example you > did. I wonder if you could enforce that by doing this: > > // win32.h > #pragma once > > // Error if windows.h was included before us. > #if defined(_WINDOWS_) > #error "You're including win32.h after having already included windows.h. > Don't do this!" > #endif > > // And also make sure windows.h can't get included after us > #define _WINDOWS_ > > For the record, I tried the test case you linked when windows...
2018 Jan 25
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...space and the > conflicting names. > > > On Tue, Jan 23, 2018 at 12:46 AM, Zachary Turner <zturner at google.com> > wrote: > >> That's very possible that a 3rd party indirect header include is >> involved. One idea might be like I suggested where you #define _WINDOWS_ >> in win32.h and guarantee that it's always included first. Then those other >> headers won't be able to #include <windows.h>. but it will probably >> greatly expand the amount of stuff you have to add to win32.h, as you will >> probably find some callers of...
2018 Jan 25
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...ng names. >> >> >> On Tue, Jan 23, 2018 at 12:46 AM, Zachary Turner <zturner at google.com> >> wrote: >> >>> That's very possible that a 3rd party indirect header include is >>> involved. One idea might be like I suggested where you #define _WINDOWS_ >>> in win32.h and guarantee that it's always included first. Then those other >>> headers won't be able to #include <windows.h>. but it will probably >>> greatly expand the amount of stuff you have to add to win32.h, as you will >>> probably find...
2018 Jan 25
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...> On Tue, Jan 23, 2018 at 12:46 AM, Zachary Turner <zturner at google.com> >>>> wrote: >>>> >>>>> That's very possible that a 3rd party indirect header include is >>>>> involved. One idea might be like I suggested where you #define _WINDOWS_ >>>>> in win32.h and guarantee that it's always included first. Then those other >>>>> headers won't be able to #include <windows.h>. but it will probably >>>>> greatly expand the amount of stuff you have to add to win32.h, as you will &g...
2018 Jan 25
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...gt;> >>> On Tue, Jan 23, 2018 at 12:46 AM, Zachary Turner <zturner at google.com> >>> wrote: >>> >>>> That's very possible that a 3rd party indirect header include is >>>> involved. One idea might be like I suggested where you #define _WINDOWS_ >>>> in win32.h and guarantee that it's always included first. Then those other >>>> headers won't be able to #include <windows.h>. but it will probably >>>> greatly expand the amount of stuff you have to add to win32.h, as you will >>>&g...
2018 Jan 25
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...46 AM, Zachary Turner <zturner at google.com> >>>>>> wrote: >>>>>> >>>>>>> That's very possible that a 3rd party indirect header include is >>>>>>> involved. One idea might be like I suggested where you #define _WINDOWS_ >>>>>>> in win32.h and guarantee that it's always included first. Then those other >>>>>>> headers won't be able to #include <windows.h>. but it will probably >>>>>>> greatly expand the amount of stuff you have to add to...
2018 Jan 25
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...23, 2018 at 12:46 AM, Zachary Turner <zturner at google.com> >>>>> wrote: >>>>> >>>>>> That's very possible that a 3rd party indirect header include is >>>>>> involved. One idea might be like I suggested where you #define _WINDOWS_ >>>>>> in win32.h and guarantee that it's always included first. Then those other >>>>>> headers won't be able to #include <windows.h>. but it will probably >>>>>> greatly expand the amount of stuff you have to add to win32.h, as...
2020 Aug 24
0
accessing foreign AD users to NT domain
...gt; I have a samba3 (4.1.17-Debian) NT domain, I have a new AD domain > (4.10.4) and I have a user in AD domain with the same credentials in > the NT domain. I have joined a? windows PC to the AD domain and when > the user logon to the PC he can successfully works on all pc/server > _windows_ shares joined to NT domain but can't on _samba_ shares > joined to the NT domain. Just because they use the same password does not make them the same user. > > Please can someone help me to troubleshoot the problem? Yes, stop listening to spurious people who have never done the upgra...
2018 Jan 25
3
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...t;>>>>>> zturner at google.com> wrote: >>>>>>>> >>>>>>>>> That's very possible that a 3rd party indirect header include is >>>>>>>>> involved. One idea might be like I suggested where you #define _WINDOWS_ >>>>>>>>> in win32.h and guarantee that it's always included first. Then those other >>>>>>>>> headers won't be able to #include <windows.h>. but it will probably >>>>>>>>> greatly expand the amount of...
2018 Jan 25
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...rner <zturner at google.com >>>>>>> > wrote: >>>>>>> >>>>>>>> That's very possible that a 3rd party indirect header include is >>>>>>>> involved. One idea might be like I suggested where you #define _WINDOWS_ >>>>>>>> in win32.h and guarantee that it's always included first. Then those other >>>>>>>> headers won't be able to #include <windows.h>. but it will probably >>>>>>>> greatly expand the amount of stuff you ha...
2002 Nov 17
0
NT_STATUS_ACCESS_DENIED with smbclient
Hi, the problem is that when doing smbclient -L user I'm getting NT_STATUS_ACCESS_DENIED. ,,user'' is using win xp and I can view his shares from other _windows_ computer but not with smbclient. Any ideas why? [misiek@arm ~]$ smbclient -L lookas -d4 Serverzone is -3600 Initialising global parameters params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" Processing section "[global]" doing parameter netbios name = AR...
2001 Nov 06
3
wine seems to be trying
Wine seems to be trying to run MS programs. 'wine /windows/Programs/access/office/msaccess.exe' starts 'access'. Then a error message says, FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock
2018 Jan 25
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...t;>>> zturner at google.com> wrote: >>>>>>>>> >>>>>>>>>> That's very possible that a 3rd party indirect header include is >>>>>>>>>> involved. One idea might be like I suggested where you #define _WINDOWS_ >>>>>>>>>> in win32.h and guarantee that it's always included first. Then those other >>>>>>>>>> headers won't be able to #include <windows.h>. but it will probably >>>>>>>>>> greatly expand th...
2018 Jan 25
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...t; zturner at google.com> wrote: >>>>>>>>>> >>>>>>>>>>> That's very possible that a 3rd party indirect header include is >>>>>>>>>>> involved. One idea might be like I suggested where you #define _WINDOWS_ >>>>>>>>>>> in win32.h and guarantee that it's always included first. Then those other >>>>>>>>>>> headers won't be able to #include <windows.h>. but it will probably >>>>>>>>>>> great...
2018 Jan 22
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...he windows header. You said at the end that you never intentionally import win32.h and windows.h from the same translation unit. But then in this example you did. I wonder if you could enforce that by doing this: // win32.h #pragma once // Error if windows.h was included before us. #if defined(_WINDOWS_) #error "You're including win32.h after having already included windows.h. Don't do this!" #endif // And also make sure windows.h can't get included after us #define _WINDOWS_ For the record, I tried the test case you linked when windows.h is not included in main.cpp and it...
2018 Jan 25
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...gt;>>>> >>>>>>>>>>>> That's very possible that a 3rd party indirect header include >>>>>>>>>>>> is involved. One idea might be like I suggested where you #define >>>>>>>>>>>> _WINDOWS_ in win32.h and guarantee that it's always included first. Then >>>>>>>>>>>> those other headers won't be able to #include <windows.h>. but it will >>>>>>>>>>>> probably greatly expand the amount of stuff you hav...