Displaying 20 results from an estimated 44 matches for "decker".
Did you mean:
becker
2017 Aug 21
2
Setup of Samba with Solaris 11.3 to provide Unix File Shares to Windows Users
Dear Rowland,
our windows admin assured me that they have set uidNumber and gidNumber in
the range. I have requested screenshots for confirmation.
Now we are one step further: "getent passwd | grep mdecker" now lists the
AD account.
mdecker:*:13667:7142:Decker, Martin:/home/MYDOM/mdecker:/bin/false
With "getent passwd mdecker" however, it shows "NT_STATUS_NO_SUCH_USER".
getent passwd mdecker
winbindd_getpwnam: My domain -- rejecting getpwnam() for MYDOM\mdecker.
Could not...
2017 Aug 18
2
Setup of Samba with Solaris 11.3 to provide Unix File Shares to Windows Users
...n = yes
idmap config * : range = 1000000-1999999
idmap config MYDOM : range = 100-999999
Regards,
Martin
2017-08-18 15:00 GMT+02:00 Rowland Penny via samba <samba at lists.samba.org>:
>
> See inline comments:
>
> On Fri, 18 Aug 2017 14:40:54 +0200
> Martin Decker via samba <samba at lists.samba.org> wrote:
>
> > Dear List,
> >
> > I am trying to set up Samba 3.6.25 (solaris 11.3 packaged) to
> > provide unix file shares to windows users.
> >
> > I can successfully list groups and users with wbinfo -u...
2017 Aug 22
2
Setup of Samba with Solaris 11.3 to provide Unix File Shares to Windows Users
Thanks Rowland and Louis,
after changing from ad to rid, i get all users listed with "getent passwd",
not just the ones with uidNumber - which is good. But "getent passwd
MYDOM\\mdecker" still does not resolve. In addition, no groups are listed
with "getent group". Looking at winbindd debug, it seems that after trying
getgrsid on the very first group "Exchange All Hosted Organizations", it
stops to retrieve other groups.
out: struct wbint_QueryGro...
2018 Jun 25
2
doveadm: problem listing shared mailboxes using a wildcard
* Thore B?decker <me at foxxx0.de>:
> You might need to quote that last argument, otherwise it can get
> interpreted by the shell as globbing, which obviously is not what you
> want.
>
> I've been using wildcard arguments enclosed within '' and "" for
> various doveadm...
2017 Aug 22
1
Setup of Samba with Solaris 11.3 to provide Unix File Shares to Windows Users
Does mdecker exist in AD ?
=> Yes
root at solaris1:~# getent passwd "MYDOM.ADS\\mdecker"
mdecker:*:13767:613::/home/mdecker:/bin/bash
winbind log:
getpwnam MYDOM.ADS\mdecker
wb_request_done[24254:GETPWNAM]: NT_STATUS_OK
Does 'getent passwd mdecker' work ?
=> No
getent passwd mdeck...
2017 Aug 21
0
Setup of Samba with Solaris 11.3 to provide Unix File Shares to Windows Users
On Mon, 21 Aug 2017 17:25:31 +0200
Martin Decker via samba <samba at lists.samba.org> wrote:
> Dear Rowland,
>
> our windows admin assured me that they have set uidNumber and
> gidNumber in the range. I have requested screenshots for confirmation.
>
> Now we are one step further: "getent passwd | grep mdecker"...
2017 Aug 21
0
Setup of Samba with Solaris 11.3 to provide Unix File Shares to Windows Users
...lush
and restart samba/winbind to be sure.
maybe configure template homdir and shell also?
for rid a must.
Greetz
Louis
> Op 21 aug. 2017 om 18:16 heeft Rowland Penny via samba <samba at lists.samba.org> het volgende geschreven:
>
> On Mon, 21 Aug 2017 17:25:31 +0200
> Martin Decker via samba <samba at lists.samba.org> wrote:
>
>> Dear Rowland,
>>
>> our windows admin assured me that they have set uidNumber and
>> gidNumber in the range. I have requested screenshots for confirmation.
>>
>> Now we are one step further: "geten...
2018 Jun 13
1
2.3.1 Replication is throwing scary errors
...everyone to try out 2.3.1 again with these 3
patches to make sure it is rock-solid so that we might get a proper
and stable 2.3.2 release soon-ish :)
PS: For the Arch Linux users among you the dovecot-2.3.1-5 package in
the official repo contains said three patches :)
Cheers,
Thore
--
Thore B?decker
GPG ID: 0xD622431AF8DB80F3
GPG FP: 0F96 559D 3556 24FC 2226 A864 D622 431A F8DB 80F3
-------------- next part --------------
commit 890883f12e8d8dd3309743eb95cf0b04f6e39ea0
Author: Aki Tuomi <aki.tuomi at dovecot.fi>
Date: Mon Mar 19 18:39:27 2018 +0200
dsync: Revert to /tmp if home...
2008 Feb 11
1
Multiple homedir entries in smb.conf ?
...________________
Raiffeisen Waren-Zentrale Rhein-Main eG
50668 Koeln, Altenberger Str. 1a
Tel: 0221/1638-0
Fax: 0221/1638-254
Sitz: Koeln
Amtsgericht Koeln, GnR 728
Geschaeftsfuehrender Vorstand:
Hans-Josef Hilgers (Sprecher)
Markus Stuettgen
Dr. Karl-Heinrich Suemmermann
Vorstand:
Friedhelm Decker (Vorsitzender)
Ingo Steitz
Vorsitzender des Aufsichtsrates:
Peter Bleser (MdB)
St.Nr.: 215/5938/0152
Bankverbindung:
WGZ Bank AG, Duesseldorf
(BLZ 300 600 10) Konto-Nr.: 300 011
2017 Aug 18
2
Setup of Samba with Solaris 11.3 to provide Unix File Shares to Windows Users
...y list groups and users with wbinfo -u / wbinfo -g,
but I do not get any data with "getent group" or "getent passwd". In AD, we
have set "gidNumber" Attribute for Group "Domain Users" to a value in the
specified range (100-999999). Also, for my account "mdecker", we have set
uidNumber in AD to a value in the range.
e.g.:
wbinfo -u | grep mdecker
mdecker
wbinfo -g |grep -i "dom"
domänencomputer
domänen-benutzer
..
For getent commands, when I enable debug level for winbindd, I can see:
getent passwd &q...
2018 Sep 09
2
Confusion about linear prediction within flac
...tion order since you need the previous samples to predict the
next sample of which only the residual is known. For the next values
the residual is used to retrieve the original value which is fed into
the predction model to further reconstruct the time series. Is this
correct?
Kind Regards,
Robin Decker
2002 Feb 08
3
SCP Problem with OpenSSH 3.0.2p1 linux->solaris
Hello,
i am experiencing scp hangs. This command is executed:
system("/usr/bin/scp -v -v -v -C
root\@$ip:$LOG_DIR_CLIENT$SYSTEM_LOG"."_transfer $LOG_DIR_SERVER$SYSTEM_LOG-$ip >$SSH_STEP3_LOG 2>&1");
from within a perl script.
2008 Jan 09
14
My Development Environment is WAY too slow (blame Vista)
I''ve broken away -- partially at least -- from the dark side. I''m a
long-time MS dev. I heard about Ruby and RR from Scott Hanselman
(http://www.hanselman.com/blog/). He''s a great blogger on things in
the MS world but he''s always provided a broader perspective. And he
found great beauty in Ruby and RR and said as much.
I had the opportunity to try out
2018 Jun 07
0
2.3.1 Replication is throwing scary errors
Aaaaand I forgot to CC the list, sorry for that, it's way too early in
the morning :P
On 07.06.18 - 07:39, Thore B?decker wrote:
> What does the output of these two commands show after that error has
> been logged?
>
> doveadm replicator status
>
> doveadm replicator dsync-status
>
> If there are *waiting failed* requests, that never make it "through"
> (after being temporarily...
2018 Jun 25
0
doveadm: problem listing shared mailboxes using a wildcard
Please provide doveconf -n
---Aki TuomiDovecot oy
-------- Original message --------From: Patrick Ben Koetter <p at sys4.de> Date: 25/06/2018 17:21 (GMT+02:00) To: dovecot at dovecot.org Cc: Thore B?decker <me at foxxx0.de> Subject: Re: doveadm: problem listing shared mailboxes using a wildcard
* Thore B?decker <me at foxxx0.de>:
> You might need to quote that last argument, otherwise it can get
> interpreted by the shell as globbing, which obviously is not what you
> want.
>...
2005 Oct 20
3
how to set environment variables?
...ariable (either by commandline or in
R.app for Mac)? Sorry if this sounds like a very basic question, but
I could not find the answer anywhere else.
Many thanks
Andreas
--
--------------------------
Andreas Zankl, MD
Division of Molecular Pediatrics
Clinique Infantile 02/50
CHUV
Avenue Pierre Decker 2
CH-1011 Lausanne
Switzerland
Phone: +41-21-3143778
Fax: +41-21-3143546
Email: andreas.zankl at gmail.com
2018 Jun 06
7
2.3.1 Replication is throwing scary errors
Should be fixed by https://github.com/dovecot/core/commit/a952e178943a5944255cb7c053d970f8e6d49336 <https://github.com/dovecot/core/commit/a952e178943a5944255cb7c053d970f8e6d49336>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20180606/996cfe38/attachment.html>
2018 Jun 25
3
doveadm: problem listing shared mailboxes using a wildcard
I'm setting up a dovecot server with private and shared namespaces. My test
setup has these mailboxes:
# /bin/doveadm mailbox list -u fdl01 at spike.test
INBOX/sub01
shared
shared/sammel01 at spike.test
shared/sammel02 at spike.test
INBOX
In order to do some post-login scripting foo I'd like to get a list of shared
mailboxes the user is currently subscribed to. The doveadm-mailbox man
2018 May 06
2
2.3.1 Replication is throwing scary errors
...rong there.
As stated multiple times in the #dovecot irc channel I'm happy to test
any patches for the 2.3 series in my setup and provide further details
if required.
Thanks to all who are participating in this thread and finally these
issues get some attention :)
Cheers,
Thore
--
Thore B?decker
GPG ID: 0xD622431AF8DB80F3
GPG FP: 0F96 559D 3556 24FC 2226 A864 D622 431A F8DB 80F3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://dovecot.org/pipermail/dovecot...
2018 Aug 08
1
Reproducible SIGSEGV when Dovecot 2.3 compiled against glibc-2.28
On 8/08/2018 5:29 pm, Thore B?decker wrote:
> Hey,
>
> you mentioned that dovecot builds fine, but does "make check" also
> complete successfully with a glibc-2.28 build on a glibc-2.28 system?
>
> We have been seeing segfaults during "make check" and it seems the following
> patch was able t...