Displaying 5 results from an estimated 5 matches for "check_domain_match".
2001 Apr 20
0
Fudging domain support - samba 2.2.0
...l: Ian_MacPhedran@engr.USask.CA
-------------- next part --------------
*** orig/samba-2.2.0/source/smbd/reply.c Thu Apr 12 22:09:39 2001
--- samba-2.2.0/source/smbd/reply.c Wed Apr 18 15:59:55 2001
***************
*** 616,623 ****
if(lp_security() != SEC_DOMAIN)
return False;
! if (!check_domain_match(orig_user, domain))
! return False;
ret = domain_client_validate(orig_user, domain,
smb_apasswd, smb_apasslen,
--- 616,625 ----
if(lp_security() != SEC_DOMAIN)
return False;
! if (!check_domain_match(orig_user, domain)) {
! DEBUG(0,(...
2008 Nov 21
0
Accessing shares from 2 domains
...or the past 2 weeks and haven't found very many links that have been helpful.
We have set up interdomain trusts on the Windows side.
When I try to access a samba share from a windows box on DOMAINA to a samba share on DOMAINB I get this in the samba log:
[2008/11/20 09:53:18, 1] auth/auth.c:check_domain_match(172)
check_domain_match: Attempt to connect as user username from domain DOMAINA denied
When I do a wbinfo -m both domains are listed.
wbinfo -m
DOMAINA
DOMAINB
wbinfo --sequence
DOMAINA : DISCONNECTED
DOMAINB : 82408
smb.conf
workgroup = DOMAINB
security = ads
realm = DOMAINB.COM
allo...
2020 Sep 05
2
Cross-domain share access via same user+password doesn't work anymore
...ecking password for unmapped user
[WG1]\[USER]@[winbox] with the new password interface
[2020/09/05 17:19:36.046648, 3]
../source3/auth/auth.c:192(auth_check_ntlm_password)
check_ntlm_password: mapped user is: [WG1]\[USER]@[winbox]
[2020/09/05 17:19:36.046726, 1]
../source3/auth/auth.c:128(check_domain_match)
check_domain_match: Attempt to connect as user USER from domain WG1
denied.
[2020/09/05 17:19:36.046802, 2]
../source3/auth/auth.c:334(auth_check_ntlm_password)
check_ntlm_password: Authentication for user [USER] -> [USER] FAILED
with error NT_STATUS_LOGON_FAILURE, authoritative=1
[2...
2020 Sep 03
2
Cross-domain share access via same user+password doesn't work anymore
I having the same issue like:
https://forge.univention.org/bugzilla/show_bug.cgi?id=47314
I have 2 samba servers running with nearly identical configs:
ii samba 2:3.6.6-6+deb7u15
ii samba-common 2:4.9.5+dfsg-5+deb10u1
The problem is that for old os-es like Win9X the username cannot be
changed, it will just use USERNAME or WORKGROUP\USERNAME
2009 Aug 19
1
How to get users from a second AD domain recognized by samba?
...k_ntlm_password: Checking password for unmapped user
[STUDENT]\[lian_dai]@[UML-4F0C88A99EB] with the new password interface
[2009/08/14 15:57:05, 3] auth/auth.c:check_ntlm_password(223)
check_ntlm_password: mapped user is: [STUDENT]\[lian_dai]@[UML-4F0C88A99EB]
[2009/08/14 15:57:05, 1] auth/auth.c:check_domain_match(171)
check_domain_match: Attempt to connect as user lian_dai from domain
STUDENT denied.
[2009/08/14 15:57:05, 3] smbd/error.c:error_packet_set(61)
error packet at smbd/sesssetup.c(127) cmd=115 (SMBsesssetupX)
NT_STATUS_LOGON_FAILURE
[2009/08/14 15:57:05, 3] smbd/process.c:smbd_process(2035)
rece...