Displaying 20 results from an estimated 5000 matches similar to: "Auto creations AD computers accounts."
2017 Jun 22
5
wbinfo --group-info not listed users inside the group
Hello colleagues,
After upgrading Debian 8 to the latest version 9 (stretch).
Command
wbinfo --group-info LOCAL\\db_g - doesn't return list of all users inside
the group, I have only:
LOCAL\db_g:x:1000:
and before it was:
LOCAL\db_g:x:1000:user1, user2, user3, user4, ........
smb.conf:
----------------------------------------------------------
# Global parameters
[global]
realm =
2017 Feb 05
0
Auto creations AD computers accounts.
On Sun, 5 Feb 2017 09:19:18 +0200
Dmitriy Merzlov <rxwrxrx at gmail.com> wrote:
> So do you have any suggestions, How can I prevent creating this
> folders computer accounts with owner domain_computers,
> Or I need to set up daily script in crontab to remove folders with
> mask hostname* as workaround?:
As I said, Samba isn't directly creating the home dirs, your OS is.
2017 Jun 23
0
wbinfo --group-info not listed users inside the group
On Fri, 23 Jun 2017 13:01:38 +0300
Dmitriy Merzlov <rxwrxrx at gmail.com> wrote:
>
> With this log level I do not see any big problems.
>
No, I don't either
> > On Fri, 23 Jun 2017 10:35:00 +0300
> > Dmitriy Merzlov <rxwrxrx at gmail.com> wrote:
> >
> > > Hello Rowland,
> > >
> > > I changed configuration as you suggested,
2017 Jun 22
0
wbinfo --group-info not listed users inside the group
On Thu, 22 Jun 2017 17:44:52 +0300
Dmitriy Merzlov <rxwrxrx at gmail.com> wrote:
> Hi Rowland,
>
> I already crosschecked all configuration, according samba wiki,
> recently. This server connected to AD as domain member.
>
> LOCAL\db_g -- group and other groups are stored in AD
>
> For example:
>
> wbinfo --group-info "LOCAL\Field_G"
>
2017 Jun 22
0
wbinfo --group-info not listed users inside the group
On Thu, 22 Jun 2017 15:26:29 +0300
Dmitriy Merzlov <rxwrxrx at gmail.com> wrote:
> Hello Rowland,
>
> Thanks for the fast response!
>
> I changed configuration, like you proposed, but output is the same:
>
> LOCAL\db_g:x:1000:
Where is the group 'db_g' stored, is it in /etc/group or in AD ?
Or even worse, have you somehow managed to get it into both ?
I ask
2017 Aug 11
3
Help to create bugzilla account
Hi mailing list and R-core. Could someone from R-core please help me to
create account in bugzilla? I would like to submit issue related to gc() to
wishlist.
Related context is here -
https://stat.ethz.ch/pipermail/r-devel/2017-July/074715.html
--
Regards
Dmitriy Selivanov
[[alternative HTML version deleted]]
2018 Nov 21
3
Subsetting row in single column matrix drops names in resulting vector
Hi Rui. Thanks for answer, I'm aware of drop = FALSE option. Unfortunately
it doesn't resolve the issue - I'm expecting to get a vector, not a matrix .
??, 21 ????. 2018 ?. ? 20:54, Rui Barradas <ruipbarradas at sapo.pt>:
> Hello,
>
> Use drop = FALSE.
>
> a[1, , drop = FALSE]
> # col1
> #row1 1
>
>
> Hope this helps,
>
> Rui Barradas
2013 Feb 23
2
[LLVMdev] Assertion failed after my storeRegToStackSlot/loadFromStackSlot
Hi All.
I'm writing storeRegToStackSlot and loadFromStackSlot function for my
Target. This Target can store/load one byte (not all word) from
FrameIndex. If I need to store 16 bit register I will must to split it
to two instruction like this:
BuildMI(MBB, MI, dl, get(Z80::LD8xmr))
.addFrameIndex(FrameIndex).addImm(0)
.addReg(SrcReg, 0, Z80::subreg_lo);
BuildMI(MBB, MI, dl,
2015 Oct 05
4
does res_pjsip support ZRTP?
05.10.2015 23:24, Joshua Colp ?????:
> On 15-10-05 05:22 PM, Dmitriy Serov wrote:
>> Hello. Do I understand correctly that the current implementation
>> res_pjsip does not support ZRTP?
>> http://lists.digium.com/pipermail/asterisk-dev/2013-December/064401.html
>
> ZRTP is not supported in Asterisk itself.
>
>> Nothing has changed since 2013? P.S. I greatly
2015 Oct 02
3
Samba 4.3 Logon Error (Insufficient system resources exist to complete the requested service)
Stand contains two DC with Windows 2003 Std SP2 En:
- root domain company.local
- child domain (1) gonzo.company.local
-- site 1: Windows 2003 (FSMO)
-- site 2: Samba AD DC
- child domain (2) depth.company.local
I have CentOS 7 and Samba 4.3 in child domain (1) in dedicated active directory site (site 2 ). When I try logon from client (windows 7 workstation) I have error "Insufficient
2015 Oct 02
2
Samba 4.3 Logon Error (Insufficient system resources exist to complete the requested service)
I really forgot about .local but I don't think that the problem is related with this.
-----Original Message-----
From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Rowland Penny
Sent: Friday, October 02, 2015 3:25 PM
To: samba at lists.samba.org
Subject: Re: [Samba] Samba 4.3 Logon Error (Insufficient system resources exist to complete the requested service)
On 02/10/15
2014 Jul 21
9
[Bug 81614] New: Nouveau freezes on GeForce 580 GTX at a random time
https://bugs.freedesktop.org/show_bug.cgi?id=81614
Priority: medium
Bug ID: 81614
Assignee: nouveau at lists.freedesktop.org
Summary: Nouveau freezes on GeForce 580 GTX at a random time
Severity: blocker
Classification: Unclassified
OS: Linux (All)
Reporter: doityourselfteam at gmail.com
Hardware: x86-64
2015 Jan 29
28
[Bug 88868] New: PowerPC e5500, kernel crash, GT520, GT610
https://bugs.freedesktop.org/show_bug.cgi?id=88868
Bug ID: 88868
Summary: PowerPC e5500, kernel crash, GT520, GT610
Product: xorg
Version: unspecified
Hardware: PowerPC
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2013 Mar 04
0
[LLVMdev] Assertion failed after my storeRegToStackSlot/loadFromStackSlot
Hi Dmitriy,
As you've seen our current spill code assumes that spill/reloads are single
instructions. I think the best way to work around this is to introduce
load/store pseudo-instructions and expand these after register allocation.
Cheers,
Lang.
On Sat, Feb 23, 2013 at 12:15 AM, Dmitriy Limonov <earl at excluzive.ws> wrote:
> Hi All.
>
> I'm writing
2015 Oct 30
3
Join Samba without GC role
Hi Andrew!
I notice, when we have a lot of domain Samba replicate object from all domain - it's too long for us (GC about 16gb).
I going to use --domain-critical-only, and after join disable GC on Samba.
-----Original Message-----
From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Andrew Bartlett
Sent: Friday, October 30, 2015 6:31 AM
To: Luchko Dmitriy; samba at
2015 Nov 17
2
Samba limitations at scale (was: Re: Join Samba without GC role)
On Tue, 2015-11-17 at 12:44 +0000, Luchko Dmitriy wrote:
> Andrew, thank for answer!
>
> We understand about limitation subdomains on Samba but we suggested
> that is one cause of current problem.
We can all agree that this is a current limitation.
> May be you know why python process can hung with 100% CPU ? Does
> samba have limitation of groups or OU hierarchy?
> p.s.
2015 Dec 03
2
Disable KCC in Samba
Hi, colleges,
We have a big environment with windows domains controllers.
We know that KCC in samba doesn't work well now. How we can disable KCC in Samba and create site-link manually?
Best regards,
DMITRIY LUCHKO
2015 Oct 05
2
does res_pjsip support ZRTP?
Hello. Do I understand correctly that the current implementation
res_pjsip does not support ZRTP?
http://lists.digium.com/pipermail/asterisk-dev/2013-December/064401.html
Nothing has changed since 2013? P.S. I greatly regret that moved from
chan_sip to res_pjsip. Previously used very much lacking, and much of
the promise failed. Dmitriy Serov.
-------------- next part --------------
An HTML
2015 Apr 07
5
Asterisk Inbound calls, multiple SIP accounts, calledID
Hi Dmitriy and others and thanks for your help so far.
The option "match_auth_username=yes" seems to have had no effect. From my
reading, this option will try to match the username of the incoming SIP
account to a section heading. If that is how it must work then i can see a
big problem. I'm trying to present the receptionist with a nice display of
which line the call came in on.
2015 Mar 06
2
res_pjsip endpoint config object's 'identify_by' option needs new value "uri".
07.03.2015 0:24, Kevin Harwell ?????:
> On Fri, Mar 6, 2015 at 2:06 PM, Dmitriy Serov <serov.d.p at gmail.com
> <mailto:serov.d.p at gmail.com>> wrote:
>
> Hello.
>
> Asterisk 13.2.
> I transfer configs from chan_sip to res_pjsip.
> In chan_sip i have "match_auth_username=yes" and have nothing in
> pjsip.
>
> I have a