Displaying 20 results from an estimated 10000 matches similar to: "passwd-file - lower limit for username?"
2011 Jan 11
1
Samba4 with python2.7 and python3
Hi all,
Arch Linux (a rolling release distro) has updated to python3 a while
back. python2 is still installed in parallel, but part of the
ramifications of this move is the following:-0
1. /usr/bin/python points to /usr/bin/python3 instead of /usr/bin/python2
2. /usr/bin/python-config points to /usr/bin/python3-config instead of
/usr/bin/python2-config
I'm having problems with make for
2017 Jun 28
2
Per-user quota (passwd)
On 28.06.2017 12:36, Aki Tuomi wrote:
> On 28.06.2017 12:25, Evgeniy Korneechev wrote:
>> Hello!
>> We have passwd=pam, userdb=passwd.
>> passdb {
>> driver = pam #server was entered domain Active Directory
>> }
>> userdb {
>> driver = passwd
>> override_fields = home=/var/vmail/glu_vrem/%u
>> }
>>
>> How can i use per-user
2017 Jun 29
2
Per-user quota (passwd)
or use, as I indicated before, auth_username_format = %Ln
Aki
On 29.06.2017 13:58, Evgeniy Korneechev wrote:
> Hi!
> workaround:
> administrator:*:95400500:95400513:Administrator:/home/DOM/administrator:/bin/bash::userdb_quota_rule=*:bytes=10G userdb_mail=maildir:/var/vmail/glu_vrem/administrator/Maildir
> administrator at
2017 Jun 29
2
Per-user quota (passwd)
Yes.
Aki
On 29.06.2017 14:07, Evgeniy Korneechev wrote:
> And if such a user:
> email (from AD) = ivanov.ia at example.com
> login (from AD), %n = iivanov
> %d = DOM
> %u = iivanov at DOM
>
> ?
>
> ----- ???????? ????????? -----
>> ??: "Aki Tuomi" <aki.tuomi at dovecot.fi>
>> ????: "dovecot" <dovecot at dovecot.org>
>>
2011 Mar 18
2
Request - please uncomment !include_try /etc/dovecot/local.conf in example config
Hi, could I request that the example config in
doc/dovecot/example-config/dovecot.conf be slightly altered to uncomment
the last line?
The point of include_try is that it only includes if such a file exists,
and doesn't break anything if the file does not exist.
My distro (Arch) has a policy not to apply non-essential patches, rather
asking users to forward requests upstream, hence this
2017 Jun 29
2
Per-user quota (passwd)
Oh you have multiple db's, I missed that.
Remove auth_username_format, and instead
userdb {
args = /etc/imap.passwd username_format=%Ln
driver = passwd-file
override_fields = home=/var/vmail/glu_vrem/%u
}
On 29.06.2017 14:35, Evgeniy Korneechev wrote:
> with auth_username_format = %Ln:
>
> Jun 28 14:43:41 auth: Debug: master in: USER 1 iivanov.ia at example.com
2017 Sep 11
1
Per-user quota (passwd)
Hi.
But there is one problem...
protocol lda {
mail_plugins = " quota autocreate sieve quota"
plugin {
quota = dict:user::file:/var/vmail/glu_vrem/%u/.quotausage
}
}
protocol imap {
mail_plugins = " quota autocreate autocreate imap_quota"
plugin {
autocreate = INBOX
autocreate2 = Sent
autocreate3 = Trash
autocreate4 = Drafts
autocreate5 =
2017 Jun 28
2
Per-user quota (passwd)
Hello!
We have passwd=pam, userdb=passwd.
passdb {
driver = pam #server was entered domain Active Directory
}
userdb {
driver = passwd
override_fields = home=/var/vmail/glu_vrem/%u
}
How can i use per-user quota? Only passwd-file?
I tried:
userdb {
args = /etc/imap.passwd
driver = passwd-file
override_fields = home=/var/vmail/glu_vrem/%u
}
/etc/imap.passwd:
2009 Jul 24
1
Maildir from offlineimap, INBOX folder created
Hi, I'm using dovecot to serve up a Maildir created/served by
offlineimap. The layout is typical (as far as I know) of maildirs, with
the root folder having cur, tmp, new, and subfolders being a folder
within the root folder. Since I'd previously used Evolution to access
this maildir, my subfolders were actual subfolders (separator /).
Anyway, it all works spiffingly well, except that I
2007 May 24
1
all users prompted for username and passwd
Hi there,
I've recently configured a new server on our network...still having some
(newbie) samba issues:
Whenever anyone tries to access the new share they get prompted for a
username and password (these would smb users and passwords and not the
windows AD details, right?). I want the share to be accessed by anyone
with the correct group permissions without this prompt...
I did
2008 May 16
3
Trim trailing whitespace from username
Recently we changed Postfix to use Dovecot for our SASL authentication
and we ran into trouble with some of our clients having extraneous
spaces at the end of their usernames. The quick fix was to add a space
to username_chars. The slightly longer fix was a pretty simple patch to
Dovecot. I put the trimming in auth_request_fix_username. I didn't think
it warranted a full strfuncs
2005 Jan 05
1
imap client library.
Dear Dovecot developers,
I have several question about imap client:
- Is there any difference if we want to create imap client
that connect to Imap server with user mail format
Mailbox or Maildir?
Dovecot support both of them, are we need to create
different imap client to support both of them?
- Does anyone have imap client library other than
UW's c-client?
thanks for your
2017 Sep 05
2
pam authentication
thanks Aki, but with all your advices I've same problem: in the logs
always I see the authentication with user and domain name, so dovecot
doesn't accept it
any idea?
thanks!
Pol
On 2017-09-05 10:58, Aki Tuomi wrote:
> Oh right, you need to do it like this...
>
> after the passwd-file drivers add
>
> passdb {
> driver = static
> args = username=%n
2017 Oct 13
2
Core Dumps with dovecot-2.2 -git as of 2.2.devel (eaf276b33)
Sure.? Here you go:
Oct 13 23:45:01 thunderstorm.reub.net dovecot: imap-login: Login:
user=<reuben>, auth-method=PLAIN, remote=2001:44b8:x:x,
local=2001:44b8:31d4:x:x, TLSv1.2 with cipher
ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
Oct 13 23:45:03 thunderstorm.reub.net dovecot: doveadm: Error: ==16947==
Syscall param epoll_pwait(sigmask) points to unaddressable byte(s)
Oct 13 23:45:03
2008 Mar 31
1
Username case mangling: Linux username is mixed-case, Samba returns lower-case
I have a problem that I first observed when I upgraded from
3.0.24 to 3.0.28 and is, I believe, related to the introduction
of the "printjob username" configuration parameter.
I print via CUPS and the Cups-PDF driver wants to know the
Linux username (so it can put the PDF in the proper location).
The problem is that "printjob username = %U" results in
a lowercase username
2009 Jan 18
0
getent passwd/getent passwd username inconsistencies
I've came across what appears to be a bug, but I wanted to get some feedback
on the list before reporting it to make sure I'm not doing something
stupid. I'm using 3.2.7.
I see that when I do "getent passwd", I get an entry like this:
testuser:*:1000:20:Test User:/home/poo/testuser:/bin/bash
But when I do "getent passwd testuser", I get this:
2019 May 14
2
"getent passwd" works, "getent passwd username" does not
Domain member server (Debian stretch with 4.8 from the Van Belle repo)
getent passwd| grep nprice
GIBB\nprice:*:1001104:1000513::/home/GIBB/nprice:/bin/false
getent passwd GIBB\\nprice
(returns nothing)
getent passwd 1001104 also returns nothing
wbinfo -u works fine
wbinfo --uid-info 1001104
GIBB\nprice:*:1001104:1000513::/home/GIBB/nprice:/bin/false
wbinfo -i GIBB\\nprice
2019 May 15
2
"getent passwd" works, "getent passwd username" does not
On 2019/05/14 21:30, Rowland penny via samba wrote:
>
>> getent passwd GIBB\\nprice
>>
>> (returns nothing)
>
>
> Now that is weird, it is usually 'getent password' returns nothing ;-)
>
> Just one thought, because '\n' is a linefeed, it might just be that,
> so try <getent password 'GIBB\nprice'>
>
Nothing. I think maybe a
2019 May 15
2
"getent passwd" works, "getent passwd username" does not
On 2019/05/15 09:52, Rowland penny via samba wrote:
>
>
> Can the user login, or connect to a share ?
>
No. Just gets a password prompt
> if root creates a file, can its ownership be changed with 'chown' ?
No. Not to a domain user or group
>
>
> I would be a lot more concerned if this was happening with every user,
> you could also try upgrading Samba to 4.9.x
2006 Oct 31
0
6225117 passwd -r nisplus -e username will corrupt the users passwd
Author: ssdevi
Repository: /hg/zfs-crypto/gate
Revision: beb304dd81e3e3a75557bf40881662b31ae6c5d2
Log message:
6225117 passwd -r nisplus -e username will corrupt the users passwd
Files:
update: usr/src/cmd/rpcsvc/nis/rpc.nispasswdd/npd_svc.c