similar to: Regression: The 'net' command is now failing to login (UNKNOWN ENUM VALUE 1003?)

Displaying 20 results from an estimated 400 matches similar to: "Regression: The 'net' command is now failing to login (UNKNOWN ENUM VALUE 1003?)"

2016 May 26
2
Regression: The 'net' command is now failing to login (UNKNOWN ENUM VALUE 1003?)
This spnego stuff makes me think about "client ldap sasl wrapping = sign" to be added in some cases. There are threads related to that posted recently. Disabling spnego is, if I'm not mistaken, disabling Kerberos. Disabling Kerberos should not be what you really want with AD : ) 2016-05-26 13:23 GMT+02:00 pisymbol . <pisymbol at gmail.com>: > On Wed, May 25, 2016 at 2:38
2016 May 26
0
Regression: The 'net' command is now failing to login (UNKNOWN ENUM VALUE 1003?)
On Wed, May 25, 2016 at 2:38 PM, pisymbol . <pisymbol at gmail.com> wrote: > Hello: > > Platform: CentOS 6.7 x86-64 > > $ rpm -qa | grep samba > samba-common-3.6.23-30.el6_7.x86_64 > samba4-libs-4.2.10-6.el6_7.x86_64 > ie-samba-utils-3.6.13-7.x86_64 > samba-winbind-3.6.23-30.el6_7.x86_64 > samba-client-3.6.23-30.el6_7.x86_64 >
2018 Sep 12
2
eventlog functionality
On Wed, Sep 12, 2018 at 09:30:19AM -0700, Ray Klassen via samba wrote: > > and from the what the hell department. I did it. Comparing > > https://docs.microsoft.com/en-us/windows/desktop/api/lmshare/ns-lmshare-_session_info_1 > > > and > > https://docs.microsoft.com/en-us/windows/desktop/api/lmshare/ns-lmshare-_session_info_10 > > and > >
2018 Sep 12
1
eventlog functionality
On Wed, 2018-09-12 at 16:23 -0700, Ray Klassen via samba wrote: > On 2018-09-12 09:44 AM, Jeremy Allison via samba wrote: > > > > On Wed, Sep 12, 2018 at 09:30:19AM -0700, Ray Klassen via samba > > wrote: > > > > > > > > > and from the what the hell department. I did it. Comparing > > > > > >
2013 Aug 19
3
rpcclient netshareenum 502 causes SEGV
Hello: I have a Windows 2003 Server that is causing rpcclient to SEGV via the following command: $ rpcclient -U Administrator%foobar -c 'netshareenum 502' <server> ... type: 0x6269: SEC_DESC_OWNER_DEFAULTED SEC_DESC_DACL_DEFAULTED SEC_DESC_SACL_DEFAULTED SEC_DESC_DACL_TRUSTED SEC_DESC_SACL_AUTO_INHERIT_REQ SEC_DESC_SACL_PROTECTED SEC_DESC_RM_CONTROL_VALID SACL Segmentation fault
2015 Feb 17
2
Using rpcclient with my NetApp fails
Hello: I have a Netapp 8.2.2P1 7-Mode connected to my Active Directory domain and the following rpcclient command on CentOS 6.5 is bailing on the following error: could not obtain sid for domain QUEST error: NT_STATUS_ACCESS_DENIED I've tested this with all stable version of 3.6 etc. I have not tried the python based rpcclient command yet though. But after a bit of debugging, it seems that
2023 Jun 01
2
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
Hi, I recently upgraded a smb server from Ubuntu 18.04 to Ubuntu 20.04 which required the Samba version to be upgraded from 4.7.6 to 4.15.13. Post the upgrade, winbind authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently. The error goes away on restarting the smb service but comes back after some time. There were no isses with the setup before the upgrade. Tried clearing the
2018 Sep 12
0
eventlog functionality
On 2018-09-12 09:44 AM, Jeremy Allison via samba wrote: > On Wed, Sep 12, 2018 at 09:30:19AM -0700, Ray Klassen via samba wrote: >> >> and from the what the hell department. I did it. Comparing >> >> https://docs.microsoft.com/en-us/windows/desktop/api/lmshare/ns-lmshare-_session_info_1 >> >> >> and >> >>
2016 Mar 08
6
Fetching ACL data from extended attributes
A Samba server I've configured uses the VFS acl_xattr module to support Windows ACLs. I'd like to view the ACL data, in as raw a state as possible, but also in a human readable format. Is there an existing utility that does that? If not, and I need to write an application to accomplish it, which APIs would you recommend (and on which attributes)? Thanks,Steve Tice
2006 Jun 21
4
Yet another data structure + pack/unpack question (win32-service)
Hi all, If you take a look at the service.rb file in the win32-service repository (the new one in the toplevel repository path), I''ve got this bit of code, which succeeds, but I can''t seem to unpack the data structure properly. Did I pack it wrong to begin with? I should know this but I''m spacing out. proc_status =
2023 Jun 16
2
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
First 'winbind enum' lines, they can and do slow things down in large domains and aren't required at all, getent etc will work without them. there are some old programs that will not work without them, but when was the last time you ran 'finger' for instance ? I made this change and it makes some difference but doesn't fix the issue entirely. Earlier the auth calls used to
2009 Nov 26
6
will_paginate don't work on jruby platform
Hello all,will_paginate don''t work on jruby platform, the Model.paginate find works ok, accepts all kinds of params, this is config.gem config.gem ''will_paginate'', :version => ''2.3.11'', :source => ''http://gemcutter.org'', but <%= will_paginate @collection %> doesn''t work it always produce nil(so nothing on page).
2023 Jun 03
2
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
A couple of things possible, from 4.8.0 winbind must be running and your smb.conf is, to be blunt, rubbish. You need to set the workgroup, you need to have idmap config lines for the workgroup, the 'winbind enum' lines only slow things down and 'map untrusted to domain' has been removed. Winbind is running and the workgroup was set as well. I omitted some lines from the smb.conf
2006 Mar 30
9
Getting data from multiple controllers (Newbie question)
Hello, Assuming I have the following setup for one page: <column A><data from controller 1 /> </columnA> <column B><data from controller 2 /> </columnB> <column C><data from controller 3 /> </columnC> Assuming the page is created for Controller 2, what would be the best way(s) to gather/render the data from the other controllers? Best
2023 Jul 02
3
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
On further investigation, the error that shows up in packet capture is that the DC is returning [Fault: nca_s_fault_sec_pkg_error] for the NetrLogonSamLogonEx call. There are no error logs (or any logs) regarding the netlogon call failure in the netlogon logs even after enabling debug logs in the DC. One more interesting thing is restarting the netlogon.exe service on the DC also fixes the issue
2023 Jul 04
2
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
>>> What are the DC's ? DC is a read-write windows active directory domain controller on Windows server 2016. >>> Why are you using NTLMv2 ? what is it required for ? The smb client here is a windows server 2016 machine part of a domain and the smb server is on Ubuntu 22.04. The communication between the client and the server uses NTLMv2 while the communication between the
2023 Jul 04
2
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
>>> Why are you using a non default port for SMB ? The defaults are 139 and 445. I not aware of the complete details but we have a dependency for the smb server to support multiple domains, so we spin up a container with samba for each of the domains and a front server routes it to the appropriate container. That is the reason for having non-default ports and binding interfaces.
2018 Sep 12
2
eventlog functionality
Are you saying that it could be as simple as adding a case like this one headed up by a 'case 10:' ?                 case 1:                        werr = init_srv_sess_info_1(p,                                                     r->in.info_ctr->ctr.ctr1,                                                     r->in.resume_handle,                                                    
2002 Nov 20
1
Not able to see public shares on W2k from Linux
Hi all, I work with linux and SUSE 8.1 in a W2K PDC environment. I successfully configured Samba to be able to connect from the Wk2 computers to linux and vice versa with one exception: I'm not able to see the public shares of the window computers from linux (NetShareEnum failed, NT_STATUS_ACCESS_DENIED) unless I provide a username and password. From Windows to Windows it's no problem to
2010 May 29
1
NetShareEnum counterpart
Hello, I am searching for a Samba counterpart of the Windows API function NetShareEnum http://msdn.microsoft.com/en-us/library/bb525387%28VS.85%29.aspx - a function that lists the smb resources of a given server. It googled quite a lot and had a quick look on the libsmbclient header but did not find anything that helped. `smbclient -L' does what I look for amongst other things ... I am