Displaying 20 results from an estimated 1200 matches similar to: "samba4 domain and powershell"
2015 Nov 24
2
samba4 ldap high load and port queue overflow
Thanks for answer. I am very sad to see that.
I had examined samba behavior with tracer and had seen too many poll,
fcntl and stat system calls by samba task[ldapsrv] process
Elapsed Times for PID 1423,
SYSCALL TIME (ns)
dup 2653
flock 5811
lseek 33513
geteuid 42747
2019 Mar 12
3
Using Samba for Powershell queries
Does anyone know if it’s possible to run Powershell cmdlets such as
Get-ADUser
or Set-ADUser against a Samba server?
The reason I’m asking is for the purpose of developing Powershell scripts.
When
my laptop is offline it would be very useful to still be able to run that
kind
of cmdlets without installing a full Windows Server VM.
Best regards,
Carl
2019 Mar 12
1
Using Samba for Powershell queries
Work on this has been started, but currently only to a proof of concept
stage pending further resources becoming available.
There are details here:
https://bugzilla.samba.org/show_bug.cgi?id=11231
Andrew Bartlett
On Tue, 2019-03-12 at 09:12 -0700, Luke Barone via samba wrote:
> Doesn't work in my testing. The PowerShell commandlets need Active
> Directory Web Services running to
2015 Dec 16
2
samba4 schema for openldap
On Wed, Dec 16, 2015 at 12:40 PM, Таболин Юрий <tabolin at speechpro.com>
wrote:
> 16.12.2015 22:47, Rowland penny пишет:
>
>> On 16/12/15 19:35, Rowland penny wrote:
>>
>>> On 16/12/15 19:02, Таболин Юрий wrote:
>>>
>>>> Hi all.
>>>>
>>>> I have samba 4.2.3 on freebsd 10.1 server. There are three DC and about
2015 Nov 25
0
samba4 ldap high load and port queue overflow
On Tue, 2015-11-24 at 17:48 +0300, Yuriy Tabolin wrote:
> Thanks for answer. I am very sad to see that.
> I had examined samba behavior with tracer and had seen too many poll,
> fcntl and stat system calls by samba task[ldapsrv] process
>
> Elapsed Times for PID 1423,
>
> SYSCALL TIME (ns)
> dup 2653
> flock
2019 Apr 25
1
Re: [PATCH v2v v2 1/2] v2v: windows: Add a helper function for installing Powershell firstboot scripts.
On Tuesday, 16 April 2019 10:55:39 CEST Richard W.M. Jones wrote:
> +(* Unfortunately Powershell scripts cannot be directly executed
> + * (unless some system config changes are made which for other
> + * reasons we don't want to do) and so we have to run this via
> + * a regular batch file.
> + *)
> +let install_firstboot_powershell g { Types.i_windows_systemroot; i_root }
2007 Nov 28
4
Can''t write to "Windows PowerShell" source with win32-eventlog
Hi all,
Tim Uckun reported, and I''ve confirmed, that you can''t write to the
Windows PowerShell event source for some reason.
Tim thought it might be because of the space in the name, but my attempt
to quote it did not seem to help.
In order to follow along, install PowerShell, create the foo.dll using
the foo.mc file in the ''test'' directory, and try the
2014 Nov 18
0
userdb-nss crash
Hi All. I have a some problem with dovecot, when I try to use nss in
auth userdb. nss was setup to resolve users and group by winbind. nss
and winbind works well, command "id user" shows remote user's info. I
would like to use nss userdb, but dovecot crashes on start. Is this a
bug or incorrect settings? Thank you for any help.
dovecot log
Nov 18 14:58:36 mail dovecot: auth:
2015 Aug 19
3
Internal DNS and recursion
ah yes..
that are the "limitation", but know limitations ( for us )
Rowland, this is something to add on the wiki.
(here : https://wiki.samba.org/index.php/DNS_Administration )
;-)
Greetz,
Louis
>-----Oorspronkelijk bericht-----
>Van: samba [mailto:samba-bounces at lists.samba.org] Namens Yuriy Tabolin
>Verzonden: woensdag 19 augustus 2015 11:35
>Aan: samba at
2015 May 05
1
Trouble Connecting Windows 8.1 RSAT to Samba Domain
Andrey, I don't believe that's correct.
https://wiki.samba.org/index.php/Installing_RSAT_on_Windows_for_AD_Management.
RSAT is the server manager.
On May 4, 2015 6:05 PM, "Andrey Repin" <anrdaemon at yandex.ru> wrote:
> Greetings, Mike!
>
> > 2. GOLD!! I have been scouring materials trying to figure out whether
> the
> > server manager is
2015 Dec 16
3
samba4 schema for openldap
On 16/12/15 19:35, Rowland penny wrote:
> On 16/12/15 19:02, Таболин Юрий wrote:
>> Hi all.
>>
>> I have samba 4.2.3 on freebsd 10.1 server. There are three DC and
>> about 350 PC on domain. I wrote earlier that samba4 ldap performance
>> is not enough for me. Now I want to try a server in the middle with
>> openldap pcache - ldap cache proxy function. But
2015 Nov 26
2
samba4 ldap high load and port queue overflow
25.11.2015 10:21, Andrew Bartlett пишет:
> On Mon, 2015-11-23 at 16:50 +0300, Yuriy Tabolin wrote:
>> Hi all.
>> I have samba 4.2.3 on freebsd 10.1 server. There are three DC and
>> about
>> 350 PC on domain. DCs have 3 CPU and 3GB RAM. Some servers with
>> services
>> like apache, exim, dovecot, etc use samba4 ldap (port 389) for user
>>
2013 Jul 22
11
chocolatey, windows, powershell and fault bucket
Hi,
I configured puppet open source with the chocolatey module and one windows
client.
When the puppet agent run as a service (not the interactive version) I can
see in the windows event log some errors like
Fault bucket 1734820220, type 5
Event name: PowerShell
Fault bucket , type 0
Event name: PowerShell
I tried to google it but I did not find anything relevant apart from some
2019 Apr 15
2
[PATCH v2v 1/2] v2v: windows: Add a helper function for installing Powershell firstboot scripts.
---
v2v/windows.ml | 24 ++++++++++++++++++++++++
v2v/windows.mli | 6 ++++++
2 files changed, 30 insertions(+)
diff --git a/v2v/windows.ml b/v2v/windows.ml
index 23d589b00..dde64e677 100644
--- a/v2v/windows.ml
+++ b/v2v/windows.ml
@@ -19,6 +19,7 @@
open Printf
open Common_gettext.Gettext
+open Std_utils
open Tools_utils
open Utils
@@ -45,3 +46,26 @@ and check_app { Guestfs.app2_name
2015 Nov 23
2
samba4 ldap high load and port queue overflow
Hi all.
I have samba 4.2.3 on freebsd 10.1 server. There are three DC and about
350 PC on domain. DCs have 3 CPU and 3GB RAM. Some servers with services
like apache, exim, dovecot, etc use samba4 ldap (port 389) for user
authentication. Some times ago after adding some services to use ldap I
found, that samba4 cannot serve all ldap requests. Every 10-30 minutes I
see in DCs logs:
dc1 kernel:
2015 Dec 16
3
samba4 schema for openldap
Hi all.
I have samba 4.2.3 on freebsd 10.1 server. There are three DC and about
350 PC on domain. I wrote earlier that samba4 ldap performance is not
enough for me. Now I want to try a server in the middle with openldap
pcache - ldap cache proxy function. But it only works with appropriate
openldap schema. Where I can find samba4 openldap schema? I'm going to
cache simple queries such as
2015 Dec 16
0
samba4 schema for openldap
Assuming the DNS for the site is setup correctly, the srv records should be
evenly spreading the load among the servers on the site that the client is
on.
With Windows based domain the answer to this question is either fix your
ldap client to use the SRV records and not use only the DC with the PDC
Emulator role, or add more DCs to the site. I would assume the answer is
the same for a Samba
2015 Dec 16
2
samba4 schema for openldap
On 16/12/15 20:40, Таболин Юрий wrote:
> 16.12.2015 22:47, Rowland penny пишет:
>> On 16/12/15 19:35, Rowland penny wrote:
>>> On 16/12/15 19:02, Таболин Юрий wrote:
>>>> Hi all.
>>>>
>>>> I have samba 4.2.3 on freebsd 10.1 server. There are three DC and
>>>> about 350 PC on domain. I wrote earlier that samba4 ldap
2019 Apr 16
0
[PATCH v2v v2 1/2] v2v: windows: Add a helper function for installing Powershell firstboot scripts.
---
v2v/Makefile.am | 1 +
v2v/windows.ml | 24 ++++++++++++++++++++++++
v2v/windows.mli | 6 ++++++
3 files changed, 31 insertions(+)
diff --git a/v2v/Makefile.am b/v2v/Makefile.am
index 147ada4dd..e7f543a06 100644
--- a/v2v/Makefile.am
+++ b/v2v/Makefile.am
@@ -667,6 +667,7 @@ check_PROGRAMS += v2v_unit_tests var_expander_tests
endif
v2v_unit_tests_BOBJECTS = \
+
2011 Apr 19
1
PowerShell V2
Hello,
I'm looking for a solution to run PowerShell scripts on linux. I have to provide a POC with all functionalities of a branch Windows Server. Actually it's not possible to write all this scripts in bash or in another language because of the high amount of work in order to have fully scripts on linux. Engineers has developped a great tool with PowerShell to allow remote requests,