Displaying 20 results from an estimated 6000 matches similar to: "idmap rid finds deleted groups for some users"
2014 Oct 20
1
winbind/idmap issue on samba4 member server
Hello list,
I'm stuck since 2 days and I have no clue how to troubleshoot and solve that problem. Any help really really appreciated.
Scenario:
=========
I am using Samba 4.1.12/sernet on DC1 (172.19.100.1) and DC2 (172.19.100.2) with default [netlogon] and [sysvol] share only.
I installed an additional samba4 server with fileserving role which is called MEMBERSRV1 (172.19.100.3), which is
2017 Jan 27
2
winbind BUILTIN config
All,
We have a samba3 domain which provides logon services for Windows clients, and several cifs shares, some for Windows clients and some for linux servers to mount. I am testing samba 4.5.4 in a lab to understand all that needs to happen for a migration to AD on samba4.
During testing we bumped up against winbind config for linux member servers. Since we want users to authenticate against AD,
2018 Apr 06
2
User idmap lost
Back on February 28, 2018, I started a thread "User permissions of
profile/home directory lost" describing a problem occurring with my
wife's user account. Since that time the random problem has persisted so
I turned on some debugging. I have been able to determine that somehow
her account idmap is broken. Here is the entry for my wife's SID as
found in the idmap.ldb file
2020 Jun 25
2
Compiling WMIC/Accessing WMI
Background:
As of Windows 10 version 2004, the wmic client no longer works. It gets
the following error -
[wmi/wmic.c:196:main()] ERROR: Login to remote object.
NTSTATUS: NT code 0x80010111 - NT code 0x80010111
This seems to be an RPC header error. Presumably Microsoft changed
something that broke wmic.
Since I found wmic.c in the samba source I thought that it might be able
to be compiled as
2009 Sep 06
1
"net sam provision" and samba 3.4.0
Dear list,
i had some problems with "net sam provision" using samba 3.4.0
I followed the instructions described on http://wiki.samba.org/index.php/Ldapsam_Editposix and those published by iX 4-6/2008 (www.ix.de)
but the result of "net sam provision" was always :
# bin/net sam provision
Checking for Domain Users group.
Adding the Domain Users group.
Unable to allocate a new
2018 Feb 21
2
how to build wmic
I see that the Samba sources include the WMI client (wmic), but I have not
succeeded in getting the configure/make to build it. Does anyone know if
this feature is supported in current (4.7.4) Samba, and, if so, how to
build it?
Steve Koehler
2015 Jul 06
5
Migration Samba3 -> Samba4: Accessing domain member server is not working
Good morning Rowland and samba list ...
Rowland Penny wrote on 03.07.2015 18:36:32:
> From: Rowland Penny <rowlandpenny241155 at gmail.com>
> To: samba at lists.samba.org,
> Date: 03.07.2015 18:40
> Subject: Re: [Samba] Migration Samba3 -> Samba4: Accessing domain
> member server is not working
> Sent by: samba-bounces at lists.samba.org
>
> On 03/07/15
2018 Feb 21
1
how to build wmic
Thanks for the pointer. I will take a look.
Steve Koehler
On Wed, Feb 21, 2018 at 2:44 PM, Andrew Bartlett <abartlet at samba.org> wrote:
> On Wed, 2018-02-21 at 14:05 -0600, Stephen Koehler wrote:
> > Andrew,
> >
> > Thanks very much. After sending my question, I discovered that the DCOM
> area was disabled in the build as of 8 years ago, so it became clear
2013 Jul 07
1
UTF-8 output for wmic
Hi,
I have a question on wmic, the linux wmi client, which uses samba. Is this mailing list the right place to ask? or there is a better forum or mailing list to ask?
Basically, I want to ask if wmic supports UTF-8 for its output or not. If yes, how to turn it on? By default, it doesn't return UTF-8 for extended ascii characters. I tried to put "unix charset?=?UTF8" in a config
2017 Jun 29
2
4.4.14 on solaris, using ads, can't read/write as user
On Thu, Jun 29, 2017 at 3:48 PM, Rowland Penny via samba <
samba at lists.samba.org> wrote:
>
>
> Well, no it isn't actually on that page, you need to follow an
> hyperlink to this page:
>
> https://wiki.samba.org/index.php/Idmap_config_rid
>
>
It is really confusing. rid or tdb. I don't know what it wants because
the second link has both.
Here is the
2016 Aug 08
2
why does add_local_groups come up in only one system's logs?
On Mon, Aug 8, 2016 at 10:54 AM, Rowland Penny <rpenny at samba.org> wrote:
> On Mon, 8 Aug 2016 10:24:03 -0300
> francis picabia <fpicabia at gmail.com> wrote:
>
> > I have a couple of Debian 8.5 systems set up in similar manner.
> > Samba is version 4.2.10-Debian
> >
> > Here is the essential config...
> >
> > # testparm
2018 Aug 29
2
Get Logical processor count correctly whether NUMA is enabled or disabled
Dear Tomas, thank you very much. I installed r-devel r75201 and tested.
The machine with 88 cores has NUMA disabled. It therefore has 2 processor groups with 64 and 24 processors each.
require(parallel)
detectCores()
# [1] 88
This is great!
Then I went on to test with a simple 'foreach()' loop. I started with 64 processors (max limit of 1 processor group). I ran with a simple function
2017 Nov 13
3
winbind finds all domain users except Administrator
Hi,
I have a samba 4.7 DC (Red Hat) and a Solaris 10 Member (also 4.7.0). I
started winbindd and can get all users in my domain via "getent passwd"
except MYDOM\Administrator. I can get it via wbinfo however:
# wbinfo -n "MYDOM\Administrator"
S-1-5-21-.......-500 SID_USER (1)
In the winbind log with log level = 10, when I do getent passwd
"MYDOM\Administrator I always
2018 Aug 21
2
Get Logical processor count correctly whether NUMA is enabled or disabled
Dear Tomas, thank you for looking into this. Here's the output:
# number of logical processors - what detectCores() should return
out <- system("wmic cpu get numberoflogicalprocessors", intern=TRUE)
[1] "NumberOfLogicalProcessors \r" "22 \r" "22 \r"
[4] "20 \r"
2018 Aug 17
2
Get Logical processor count correctly whether NUMA is enabled or disabled
Dear R-devel list,
R's detectCores() function internally calls "ncpus" function to get the total number of logical processors. However, this doesnot seem to take NUMA into account on Windows machines.
On a machine having 48 processors (24 cores) in total and windows server 2012 installed, if NUMA is enabled and has 2 nodes (node 0 and node 1 each having 24 CPUs), then R's
2017 Jun 30
2
4.4.14 on solaris, using ads, can't read/write as user
On Thu, Jun 29, 2017 at 4:46 PM, Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Thu, 29 Jun 2017 16:28:38 -0300
> francis picabia via samba <samba at lists.samba.org> wrote:
>
> > On Thu, Jun 29, 2017 at 3:48 PM, Rowland Penny via samba <
> > samba at lists.samba.org> wrote:
> >
> > >
> > >
> > > Well, no it
2009 Jun 25
1
Problems resolving most users with winbind and AD/SFU
Hello all,
I'm having a problem with Winbind resolving some users from AD on a W2KSP4
server running SFU 3.5 [8.0.1969.1]. All users and groups in the AD domain
have been assigned UIDs and GIDs via SFU. The Linux fileserver is running
CentOS 5.3 with Samba 3.0.33-3.7.el5. The fileserver has been joined to the
domain using authconfig with proper modifications made to nsswitch and pam.
2006 Aug 15
3
update or alter cart
I want to modify and update the items in the Depot - "display_cart".
Since the cart is in a session, its a little hard to get at the data.
I just want to create a way to change quantities, prices and
recalculate.
Has someone done this, and could you point me to the right direction.
Thanks
Chas
--
Posted via http://www.ruby-forum.com/.
2017 Aug 10
1
member server idmap config (auto)rid
Your 4.6.5.
Still getting some inconsistent results. Think its yet another windows
DC causing it because password server = (known good DC) seems to fix it.
Still testing.
On 10/08/2017 14:53, L.P.H. van Belle via samba wrote:
> Hai Neil,
>
> Great, thanks for the feedback..
> But what what your solution? Which version are you running now?
> That helps others.
>
>
>
2020 Feb 10
3
New DNS-Records not aviable
hi again.
after some tests, (on my operational domain and on a new testdomain) i
detected this behavior:
on samba 4.11.6 sometimes the new DNS-records finisches on a wrong dns
zone.
the problem occurs, if more then 5 records are created with the same
name in more then one domain zone
for example:
testa1.jupiter.mydom.org
testa2.jupiter.mydom.org
testa3.jupiter.mydom.org