Displaying 20 results from an estimated 6000 matches similar to: "Problem using passwd-file authentication: does not read UID, GID"
2010 Dec 25
1
passwd, gid and uid
I forgot the answer for this: in
http://wiki.dovecot.org/AuthDatabase/PasswdFile, we have the passwd file
defined as
user:password:uid:gid:(gecos):home:(shell):extra_fields
What should the uid and gid be associated with? In my setup I told
postfix to use Dovecot LDA's deliver, which then is saving files as
uid:gid of 1500:1500. How would that affect the uid:gid used in the
passwd file?
2017 Dec 01
0
getent passwd does not show correct UID.GID
On Fri, 01 Dec 2017 02:33:45 -0500
Mark Foley via samba <samba at lists.samba.org> wrote:
> I've moved a user from being in /etc/passwd to being a proper domain
> user. I've added the user with RSAT with UID.GID 10005.10000. I've
> removed the user from /etc/passwd. However, getent continues to show
> the user with his old UID:
>
> # getent passwd mpress
>
2005 Aug 30
0
Re: dovecot Digest, Vol 28, Issue 61
Can you guys fixed that bug. WE know is a bug in the .c file. 2cents.
-----------------------------------------------------------------------------------------------------------------------
Lisandro Grullon
New York City College of Technology
Division of Continuing Education
Director of Network Operations
Lisandro Office: 1718-552-1178
Lisandro E-mail: lgrullon at citytech.cuny.edu
2014 Jan 14
1
getent passwd & getent group returning UID and GID using Winbind 4.1.x series samba
Just to make sure that I'm on the right path to get this working the way I would like.
I have a linux file server that has used LDAP the user and group information in the past. I would like to migrate (recreate) the same users and groups in the samba4 AD DC, adding the UID and GID attributes. So that I don't have to change the UID and GID permissions on the file servers.
The migration
2017 Dec 01
2
getent passwd does not show correct UID.GID
I've moved a user from being in /etc/passwd to being a proper domain user. I've added the user
with RSAT with UID.GID 10005.10000. I've removed the user from /etc/passwd. However, getent
continues to show the user with his old UID:
# getent passwd mpress
HPRS\mpress:*:3000031:10000:Mike Press:/home/HPRS/mpress:/bin/bash
in ldbsearch it shows the correct UID:GID:
# record 281
dn:
2017 Dec 01
2
getent passwd does not show correct UID.GID
On Fri, 1 Dec 2017 08:11:04 +0000 Rowland Penny via samba <samba at lists.samba.org> wrote:
> On Fri, 01 Dec 2017 02:33:45 -0500
> Mark Foley via samba <samba at lists.samba.org> wrote:
>
> > I've moved a user from being in /etc/passwd to being a proper domain
> > user. I've added the user with RSAT with UID.GID 10005.10000. I've
> > removed the
2005 Apr 08
3
Outlook express confusion
Hi,
This may be a problem with my config file but I am finding that
customers (and more importantly my boss) that are using outlook express
when using test66/67 (upgraded from test60 + from address patch) are
having message reappear after being fully deleted (not just marked) but
are unreadable, sometimes blank headers appear too but again no message.
Since it is affecting my boss he has told me
2019 Nov 28
3
Instcombine and bitcast of vector. Wrong CHECKs in cast.ll, miscompile in instcombine?
Hi,
In
llvm/test/Transforms/InstCombine/cast.ll
there is a test like this:
target datalayout = "E-p:64:64:64-p1:32:32:32-p2:64:64:64-p3:64:64:64-
a0:0:8-f32:32:32-f64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-
v64:64:64-v128:128:128-n8:16:32:64"
[...]
define <3 x i32> @test60(<4 x i32> %call4) {
; CHECK-LABEL: @test60(
; CHECK-NEXT: [[P10:%.*]] = shufflevector
2005 Jan 13
2
Test 57 -> Test 60
I just tried upgrading one of our mail cluster servers to test60 from
test57. We have dovecot connecting to 3 different MySQL tables in 3 sql
conf files. The error seems to stem from this:
Jan 13 14:57:59 svr21 dovecot: auth(sql8): file
auth-client-connection.c: line 31 (auth_client_send): assertion failed:
(conn->refcount > 1)
After this the auth process gets killed with signal 6.
2015 Oct 13
2
iterate users with passwd-file passdb?
Eric Abrahamsen writes:
> Simply: Is it possible to iterate over users if I'm using the
> passwd-file passdb driver? Do I need a SQL-based driver if I want to
> iterate?
What do you mean by "iterate"? If you mean whether you can look up a
password entry in a multi-entry file, then yes, definitely. If you
mean to sequentially go through it and do a first/last/best match,
2004 Mar 26
1
Rsync doesn't log properly when in standalone daemon mode
I'm trying to get over an exasperating problem with rsync 2.5.7, but
I'm not making any headway. The nut of the problem is that the
rsync daemon seemingly ignores the "syslog facility" configuration
when running in standalone daemon mode, as opposed to being started
with inetd.
So, for example, if I have my configuration file with
[global]
pid file = /etc/rsync/rsyncd.pid
2005 Aug 29
0
Re: dovecot Digest, Vol 28, Issue 61
On Sun, 28 Aug 2005 dovecot-request at dovecot.org wrote:
> Date: Sun, 28 Aug 2005 21:01:55 +0300
> From: Timo Sirainen <tss at iki.fi>
> Subject: Re: [Dovecot] Installation error on "make"
>
> On Sun, 2005-08-21 at 04:34 -0400, Lisandro Grullon wrote:
>> /usr/include/sys/feature_tests.h:332:2: #error "Compiler or options invalid for pre-UNIX 03
2012 Mar 01
4
doveadm -A stops processing at first uid<first_valid_uid
I would like to run various doveadm commands that involves all (mail) users like
doveadm expunge -A mailbox Trash savedbefore 30d
but any doveadm command that uses "-A" to iterate through all users will
stop processing at the first account with UID<first_valid_uid.
doveadm(sysdaemon): Error: user sysdaemon: Couldn't drop
privileges: Mail access for users with GID 5551
2015 Oct 13
2
iterate users with passwd-file passdb?
On 14 Oct 2015, at 00:01, Eric Abrahamsen <eric at ericabrahamsen.net> wrote:
>
> Joseph Tam <jtam.home at gmail.com> writes:
>
>> Eric Abrahamsen writes:
>>
>>> Simply: Is it possible to iterate over users if I'm using the
>>> passwd-file passdb driver? Do I need a SQL-based driver if I want to
>>> iterate?
>>
>> What
2004 Dec 14
2
IMAP crashes with signal 10 (SIGBUS)
Any idea on what's causing this?
Description:
imap process crashed with SIGBUS.
Versions:
OS: Solaris 8, 9
Dovecot: 1.0-test57
Gcc: 3.2
Configure options:
env CC=gcc CFLAGS="-O -g" ./configure \
--prefix=/var/dovecot \
--disable-ipv6 \
--with-ssl=openssl \
--with-ssldir=/etc/ssl \
--with-passwd-file \
--without-bsdauth \
--without-checkpassword \
2015 Oct 13
0
iterate users with passwd-file passdb?
Joseph Tam <jtam.home at gmail.com> writes:
> Eric Abrahamsen writes:
>
>> Simply: Is it possible to iterate over users if I'm using the
>> passwd-file passdb driver? Do I need a SQL-based driver if I want to
>> iterate?
>
> What do you mean by "iterate"? If you mean whether you can look up a
> password entry in a multi-entry file, then yes,
2015 Oct 13
0
iterate users with passwd-file passdb?
Eric Abrahamsen <eric at ericabrahamsen.net> writes:
>>> Simply: Is it possible to iterate over users if I'm using the
>>> passwd-file passdb driver? Do I need a SQL-based driver if I want to
>>> iterate?
>>
>> What do you mean by "iterate"? If you mean whether you can look up a
>> password entry in a multi-entry file, then yes,
2004 Dec 19
1
1.0-test59
http://dovecot.org/test/
No-one had been testing 1.0-tests with Evolution? It was pretty much
completely broken with messages having attachments.
- test58's output stream code change were entirely wrong and caused bad
breakages with mbox.
- Named pipes are now treated as write-only mboxes (blocks if no-one is
reading, perhaps it should timeout in a few seconds?)
- FETCH BODY[n.xxx]
2013 Oct 08
1
sssd - ldap uid/gid does not match with uid/gids in the openLDAP DS
CentOS 6.4 (amd64) client desktop with SSSD installed+configured to do
LDAP AUTH from an openLDAP DS.
Groups in LDAP DS -- dsusers (for all users), project1, project2, ....
The objective is to give group permissions to directory trees with
users belonging to various groups; users thereby inheriting the ACL
given to respective groups.
Test case --
uid: jdoe,
gid: dsusers (primary)
On LDAP
2009 Oct 08
1
2 weeks lost in the AEC world
Hi,
my VoIP system uses speex with framesize = 160 samples(20 ms) at 8khz,
sending and receiving paquets of 1600 samples(200 ms).
When I receive a packet, I buffered it (I have also tried with
speex_echo_playback) before sending to the speaker.
When I capture from microphone, I fist remove DC offset (I saw in OPAL
sources) and then I call speex_echo_cancellation for every one of the 10