Displaying 8 results from an estimated 8 matches for "_netr_logonsamlogon".
Did you mean:
netr_logonsamlogon
2009 Dec 18
2
new user can't log
...e the user is trying to log, i have the
following info:
[2009/12/18 16:47:29, 2] auth/auth.c:check_ntlm_password(308)
check_ntlm_password: authentication for user [dsribeiro] ->
[dsribeiro] -> [dsribeiro] succeeded
[2009/12/18 16:47:29, 1]
rpc_server/srv_netlog_nt.c:_netr_LogonSamLogon(1060)
_netr_LogonSamLogon: user DOMINIO\dsribeiro has user sid
S-1-5-21-4161212321-1980848047-2820993626-3468
but group sid S-1-5-21-874179082-3571801642-3889913597-513.
The conflicting domain portions are not supported for NETLOGON calls
Can anyone point me to how to solve...
2012 Jul 02
2
A device attached to the system is not functioning
...7 and Windows XP machines.
Then I have got this error:
"A device attached to the system is not functioning"
I checked SAMBA logs and found this:
==> /var/log/samba/xp-8a995003b537.log <==
[2012/07/02 17:38:28.626582, 1]
rpc_server/srv_pipe_hnd.c:1602(serverinfo_to_SamInfo_base)
_netr_LogonSamLogon: user MYDOMAINE.COM\alex has user sid
S-1-5-21-2139989288-483860436-2398042574-3228
but group sid S-1-5-21-3745118107-2241246581-749181168-513-513.
The conflicting domain portions are not supported for NETLOGON calls
I guess it's happens because some problems with SID. I did check SID for...
2011 Nov 08
1
Problem while log on: Windows Server 2008 R2 in samba domain
...18(pop_sec_ctx)
pop_sec_ctx (999, 514) - sec_ctx_stack_ndx = 0
[2011/11/07 16:37:15, 5] auth/auth.c:274(check_ntlm_password)
check_ntlm_password: sam authentication for user [foedisch] FAILED with error NT_STATUS_WRONG_PASSWORD
[....]
[2011/11/07 16:37:15, 5] rpc_server/srv_netlog_nt.c:1041(_netr_LogonSamLogon)
_netr_LogonSamLogon: check_password returned status NT_STATUS_WRONG_PASSWORD
[2011/11/07 16:37:15, 1] ../librpc/ndr/ndr.c:251(ndr_print_function_debug)
netr_LogonSamLogon: struct netr_LogonSamLogon
out: struct netr_LogonSamLogon
return_authenticator : *...
2010 Feb 18
0
Can one user use the same credentials to log into multiple domains, and how do I do it?
...server set up with a different domain name and it appears to be working, but now users from the old domain setup can't log in. It looks like it's an SID problem, as the log messages are similar to:
--snip--
[2010/02/18 09:53:46, 1] rpc_client/init_netlogon.c:237(serverinfo_to_SamInfo3)
_netr_LogonSamLogon: user DOMAINNAME\username has user sid S-*-*-**-**********-*********-**********-*****
but group sid S-*-*-**-**********-*********-**********-*****.
The conflicting domain portions are not supported for NETLOGON calls
--/snip--
Sure enough, the *'d out SID's are different, the first is...
2012 Feb 08
1
Incorrect domain SID when creating new users
...,
I created a new user on our Samba domain master yesterday but the user
was unable to login from WinXP to the domain. I think they got an
error that a device connected to the system wasn't working. The user
was created using smbldap-useradd.
The logs showed this for the user workstation:
_netr_LogonSamLogon: user FOO\efields has user sid
S-1-5-21-908662176-1457135431-1537874043-3288
but group sid S-1-5-21-1979685110-1467996072-351907979-513.
The conflicting domain portions are not supported for NETLOGON calls
I used the phpadmin interface to change the domain part of the SID so
it matched the do...
2010 Sep 09
3
winbind authentification trouble
A Debian/Lenny-Server is connected to a PDC (using samba) and tries to
authenticate logins via pam_winbind. User mapping and everything else
needed works fine (i.e. especially getent shows all the accounts),
however remote logins of domain users fail. I have:
| gatekeeper:~# cat /etc/pam.d/common-auth
| [...]
| auth sufficient pam_unix.so nullok_secure
| auth required
2010 Sep 27
1
Fwd: Re: Problem with Samba - Openldap and domain autentication of Windows XP
Wait, you are using samba with openldap backend.
Why are you using useradd ??? with this backend you need smbldap instead.
like this:
passdb backend = ldapsam:ldap://your ldap server
ldap passwd sync = yes
ldap delete dn = Yes
ldap admin dn = cn=root,dc=domain,dc=com,dc=br
ldap suffix = dc=domain,dc=com,dc=br
ldap machine suffix =
2010 May 08
4
Failed login with some of the accounts
...session_info)
> secrets_store_schannel_session_info: stored schannel info with key
> SECRETS/SCHANNEL/CLIENT1
> [2010/05/08 17:57:06, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
> pop_sec_ctx (99, 99) - sec_ctx_stack_ndx = 0
> [2010/05/08 17:57:06, 3]
> rpc_server/srv_netlog_nt.c:945(_netr_LogonSamLogon)
> SAM Logon (Interactive). Domain:[OFFICE_DOMAIN]. User:[guest2 at CLIENT1]
> Requested Domain:[OFFICE_DOMAIN]
> [2010/05/08 17:57:06, 3] auth/auth.c:222(check_ntlm_password)
> check_ntlm_password: Checking password for unmapped user
> [OFFICE_DOMAIN]\[guest2]@[CLIENT1] with...