similar to: Make Samba4 ignore domain prefix on share logon

Displaying 20 results from an estimated 2000 matches similar to: "Make Samba4 ignore domain prefix on share logon"

2015 Aug 16
3
Make Samba4 ignore domain prefix on share logon
Edited smb.conf to match yours and restarted both smbd and winbind. Did not work. Tried to smbclient from another server: session setup failed: NT_STATUS_LOGON_FAILURE. Our member server is also running Ubuntu 14.04 and Samba-4.1.6 (I might have mistakenly wirtten it was 4.1.7 in original email, dont remember now). Domain Users do have gid and users have uids. S pozdravom, Jakub Veselý Správca
2015 Aug 16
1
Make Samba4 ignore domain prefix on share logon
Okay so it does work from smbclient, however I still can't get windows 10 to auth without prefix. Will try tommorow (CEST) at work on windows 7 one. S pozdravom, Jakub Veselý Správca siete GJH Novohradská 3, 82109 Bratislava 02/210 28 328 2015-08-16 20:56 GMT+02:00 Jakub Veselý <happy at gjh.sk>: > Never mind I am an idiot. I have been experimenting with passwords and was >
2015 Aug 16
2
Make Samba4 ignore domain prefix on share logon
I am trying to log in with my domain credentials, that are valid, because when I prefix the login it succeeds. S pozdravom, Jakub Veselý Správca siete GJH Novohradská 3, 82109 Bratislava 02/210 28 328 2015-08-16 17:46 GMT+02:00 Rowland Penny <rowlandpenny241155 at gmail.com>: > On 16/08/15 16:38, Jakub Veselý wrote: > >> Unfortunately 'map untrusted to domain = yes'
2015 Aug 16
2
Make Samba4 ignore domain prefix on share logon
Unfortunately 'map untrusted to domain = yes' did not help, I still keep getting wrong username or password error while accessing the share. I do have 'winbind use default domain = yes' in the configuration, but seem to have no effect on windows either. I am trying it from windows 10 PC that is not joined to domain, could the os be an issue? Jakub Vesely
2015 Aug 16
0
Make Samba4 ignore domain prefix on share logon
Here is our smb.conf: [global] netbios name = SAMBA-TEST workgroup = <dom> security = ADS realm = AD.<dom>.SK encrypt passwords = yes idmap config *:backend = tdb idmap config *:range = 70001-150000 idmap config <dom>:backend = ad idmap config <dom>:schema_mode = rfc2307 idmap config <dom>:range = 2000-60000 winbind nss info = rfc2307 winbind
2015 Aug 16
0
Make Samba4 ignore domain prefix on share logon
Never mind I am an idiot. I have been experimenting with passwords and was writing the wrong one after edit. It DOES work from smb client. S pozdravom, Jakub Veselý Správca siete GJH Novohradská 3, 82109 Bratislava 02/210 28 328 2015-08-16 20:51 GMT+02:00 Jakub Veselý <happy at gjh.sk>: > Edited smb.conf to match yours and restarted both smbd and winbind. Did > not work. Tried to
2015 Aug 16
0
Make Samba4 ignore domain prefix on share logon
On 16/08/15 16:55, Jakub Veselý wrote: > I am trying to log in with my domain credentials, that are valid, > because when I prefix the login it succeeds. > > S pozdravom, > > Jakub Veselý > Správca siete GJH > Novohradská 3, 82109 Bratislava > 02/210 28 328 > > 2015-08-16 17:46 GMT+02:00 Rowland Penny <rowlandpenny241155 at gmail.com >
2020 Feb 15
2
[PATCH] D74662: libclc: cmake configure should depend on file lists
Hi Chandler, Manuel, what's the right way to request/setup something like this? (automatic subscription of the libclc ML to all patches modifying files in llvm/libclc) thank you, Jan Vesely On Sat, Feb 15, 2020 at 12:01 AM Tom Stellard via Phabricator < reviews at reviews.llvm.org> wrote: > tstellar added a comment. > > In D74662#1877571
2013 Nov 15
8
[Bug 71662] New: [nvd9 regression] 3d application hang
https://bugs.freedesktop.org/show_bug.cgi?id=71662 Priority: medium Bug ID: 71662 Assignee: nouveau at lists.freedesktop.org Summary: [nvd9 regression] 3d application hang Severity: normal Classification: Unclassified OS: All Reporter: jano.vesely at gmail.com Hardware: Other Status: NEW
2012 Oct 13
6
[Bug 55948] New: [nvd9 optimus] drm/nouveau/bios: attempt to fetch entire acpi rom image in one shot breaks module load
https://bugs.freedesktop.org/show_bug.cgi?id=55948 Priority: medium Bug ID: 55948 Assignee: nouveau at lists.freedesktop.org Summary: [nvd9 optimus] drm/nouveau/bios: attempt to fetch entire acpi rom image in one shot breaks module load QA Contact: xorg-team at lists.x.org Severity: major Classification:
2019 Feb 21
3
Preserving debug metadata across optimization
Hi, I've recently run into a problem of missing !dbg metadata after the code has been optimized (even opt -O1). The original code was generated using llvmlite python package and I've verified that all instructions have their !dbg metadata present. After optimizing the module (even opt -O1) I see that some instructions (~25%) don't have any dbg metadata. These are mostly getelementptr
2016 Mar 25
2
RFC: atomic operations on SI+
Hi Tom, Matt, I'm working on a project that needs few coherent atomic operations (HSA mode: load, store, compare-and-swap) for std::atomic_uint in HCC. the attached patch implements atomic compare and swap for SI+ (untested). I tried to stay within what was available, but there are few issues that I was unsure how to address: 1.) it currently uses v2i32 for both input and output. This
2018 Oct 18
2
Re: KVM + libvirt + nftables without iptables?
On 10/18/2018 10:14 AM, Daniel P. Berrangé wrote: > On Wed, Oct 17, 2018 at 05:57:11PM +0200, Roman Vesely wrote: >> Hi everyone, >> >> I use Debian 9.5 Stretch and NFTABLES as a firewall. >> Using NFTABLES together with IPTABLES is not recommended, >> but libvirt depends on IPTABLES. >> >> Is it safe to run libvirt + kvm + virsh without IPTABLES?
2016 Mar 28
0
RFC: atomic operations on SI+
On Fri, Mar 25, 2016 at 02:22:11PM -0400, Jan Vesely wrote: > Hi Tom, Matt, > > I'm working on a project that needs few coherent atomic operations (HSA > mode: load, store, compare-and-swap) for std::atomic_uint in HCC. > > the attached patch implements atomic compare and swap for SI+ > (untested). I tried to stay within what was available, but there are > few issues
2014 Oct 03
2
[LLVMdev] Weird problems with cos (was Re: [PATCH v3 2/3] R600: Add carry and borrow instructions. Use them to implement UADDO/USUBO)
Hi Tom, Matt, I'm running into strange issues with the cos test (piglit generated_tests/cl/builtin/math/builtin-float-cos-1.0.generated.c) I have been seeing random failures (incorrect results) for some time and tried to investigate. the weird part is that the failures are not 100% reproducible, sometimes the tests pass, or partly pass (it's usually float8 and float16 subtests that
2012 Sep 07
4
[Bug 54646] New: i2c failure on Quadro NVS 4200M (GF119 (NVD9))
https://bugs.freedesktop.org/show_bug.cgi?id=54646 Bug #: 54646 Summary: i2c failure on Quadro NVS 4200M (GF119 (NVD9)) Classification: Unclassified Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2018 Oct 17
2
KVM + libvirt + nftables without iptables?
Hi everyone, I use Debian 9.5 Stretch and NFTABLES as a firewall. Using NFTABLES together with IPTABLES is not recommended, but libvirt depends on IPTABLES. Is it safe to run libvirt + kvm + virsh without IPTABLES? By the doc https://libvirt.org/firewall.html, IPTABLES are used for settingup filtering which I do not need. Thanks, Roman
2002 Nov 26
4
how to identify the outliers
Hello R-users, Is there any more sophisticated way how to identify the dataset outliers other then seeing them in boxplot? I wanna exclude them from further analysis and I am interested in their position in my vector data. Rado -- Radoslav Bonk M.S. Dept. of Physical Geography and Geoecology Faculty of Sciences, Comenius University Mlynska Dolina 842 15, Bratislava, SLOVAKIA tel: +421 2 602
2003 Feb 04
1
test for two samples
Hi R-users, My question is more methodological one, rather than technical. I have to samples representing residuals based on two measurements techniques (resid1,resid2; n=69). I need to compare two samples, to reject one technique (the worse one), and to keep the one which gave lower residuals (better one). What to look for? What should I analyse? Means, variance, std. deviations? Based on
2004 Jan 06
2
URGENT - micronet & asterisk on h323
hello, my situation is h323gw - gatekeeper - asterisk - SIP client my problem is, that I can't make call from h323gw, when this GW is Micronet (sp5004). A ----------- CUT ----------- -- Executing Wait("H323/ip$62.152.225.18:52434/20702", "1") in new stack == Spawn extension (postel, 169, 1) exited non-zero on 'H323/ip$62.152.225.18:52434/20702' -----------