Displaying 20 results from an estimated 187 matches for "auth_user".
2003 Sep 03
4
Samba 3 - ntlm_auth ntlmssp failing
...oplocks = No
level2 oplocks = No
guest account = nobody
load printers = no
Here is a squid/ntlm_auth log of the transaction. Should I file a bug
report or is there some setting that needs to be made on the PDC?
2003/09/03 08:15:40| authenticateValidateUser: Validating Auth_user
request '(nil)'.
2003/09/03 08:15:40| authenticateValidateUser: Auth_user_request was
NULL!
2003/09/03 08:15:40| authenticateFixHeader: headertype:34 authuser:(nil)
2003/09/03 08:15:40| authenticateNTLMFixErrorHeader: Sending type:34
header: 'NTLM'
2003/09/03 08:15:40| authenticateF...
2015 Aug 05
3
question on autch cache parameters
...###################
and use this group in a global ACL file.
I discovered this only works on first NOT-cached login
environment in imap-postlogin script on first login:
AUTH_TOKEN=e96b5a32ceb2cafc4460c210ad2e92e3d7ab388c
MASTER_USER=master at uma
SPUSER=private/pdf
LOCAL_IP=127.0.0.1
USER=pdf
AUTH_USER=master at uma
PWD=/var/run/dovecot
USERDB_KEYS=ACL_GROUPS HOME SPUSER MASTER_USER AUTH_TOKEN AUTH_USER
SHLVL=1
HOME=/var/data/vmail/private/pdf
ACL_GROUPS=umareadmaster
IP=127.0.0.1
_=/usr/bin/env
on the second cached login it looks like this
AUTH_TOKEN=12703b11932f233520f6d4b33559c33aeb1cfc7f...
2014 Feb 25
0
AUTH_USER variable has invalid value in checkpassword Script
Dear dovecot experts:
We are using client certificates to authenthicate against a
Dovecot server. Our certificates contain a x500UniqueIdentifier.
I'm absolutely sure that the value of the x500UniqueIdentifier
was stored into the AUTH_USER when I tested my setup
last year.
This has somehow changed and now AUTH_USER always
contains the username. This has fatal consequences as now
every owner of a valid certificate can logon as any user.
Here are some more details of our setup:
We are using a checkpassword-Script that does the follo...
2016 Feb 05
2
ACL user
How would I go, If I wanted ACL processing to
start with %{auth_user} instead of %{user}
when determining rights?
--
peter
2007 Feb 21
1
auth_user setting?
Hi all,
I've installed rc23 in a new testing machine, and i've had some permission
problems related to dovecot-master.conf. As I have my master passwords in
that file, I don't want it to be world readable.
dovecot -n shows that auth_user is nobody, so setting the permissions to
nobody.whatever 640 solves the problem.
Anyway, I've tried to change the auth_user setting with no effect. Is it
configurable?
Aaaaaaaaaagur.
--
Joseba Torre. CIDIR Bizkaia.
2010 May 10
0
configuration user= or auth_user=
...s shadow files, which also
# requires roots. Note that this user is NOT used to access mails.
# That user is specified by userdb above.
user = root
# Directory where to chroot the process. Most authentication backends
don't
# work if this is set, and there's no point chrooting if auth_user is
root.
# Note that valid_chroot_dirs isn't needed to use this setting.
#chroot =
So is the variable for the authentication process user supposed to be "user"
or "auth_user"? It would make more sense to be "auth_user". Is it just
"user" for legacy...
2010 May 15
1
Setting up a 'rootless' server - user and auth_user cannot be the same
...http://wiki.dovecot.org/HowTo/Rootless to set up
a personal dovecot server that does not use 'root' and does not need
to change uids/gids. I'm trying to set it up on a Cygwin personal
system.
The problem I'm running into though, the directions say to set "user"
and "auth_user" to be the same in this setup. However when you do
this, Dovecot compains and will refuse to start up. Did I miss
something?
$ ./dovecot --version
1.2.11
$ ./dovecot -n
# 1.2.11: /usr/local/etc/dovecot.conf
Error: login_user cyg_server (uid 1005) must not be same as auth_user
Fatal: Invalid...
2015 Aug 06
3
question on autch cache parameters
...-cached login
>>
>>
>>
>> environment in imap-postlogin script on first login:
>>
>>
>> AUTH_TOKEN=e96b5a32ceb2cafc4460c210ad2e92e3d7ab388c
>> MASTER_USER=master at uma
>> SPUSER=private/pdf
>> LOCAL_IP=127.0.0.1
>> USER=pdf
>> AUTH_USER=master at uma
>> PWD=/var/run/dovecot
>> USERDB_KEYS=ACL_GROUPS HOME SPUSER MASTER_USER AUTH_TOKEN AUTH_USER
>> SHLVL=1
>> HOME=/var/data/vmail/private/pdf
>> ACL_GROUPS=umareadmaster
>> IP=127.0.0.1
>> _=/usr/bin/env
>>
>>
>> on the secon...
2003 Jun 26
1
Dovecot and file permissions
...use for the login process. The user must belong to a group where
# only it has access, it's used to control access for authentication process
# named sockets
login_user=postfix
# User to use for the process. Only shadow and pam authentication requires
# roots, so use something else if possible
auth_user=postfix
It seems to me that all files created and used by Dovecot as long as they
were created by the postfix user, they would be accesible. Right? My maildir
shows as this:
drw------- 6 postfix postdrop 65 Jun 26 09:40 Maildir
so I guess postfix has full access to the maildir. Wouldn&...
2010 Apr 05
0
Bug in icecast 2.3.2 (not in stable release but a little later and in trunk) : Null pointer in auth_remove_listener
...rsion that was taken from a tag
icecast2-svn-20090324.tar.gz) and it looks that it also affects the last
version in the trunk.
We studied a core dump generated by icecast.
We found that the crash occurred in the following icecast code:
static void auth_remove_listener (auth_t *auth, auth_client *auth_user)
{
client_t *client = auth_user->client;
if (client->auth->release_listener)
client->auth->release_listener (auth_user);
auth_release (client->auth);
client->auth = NULL;
/* client is going, so auth is not an issue at this point */
client->a...
2006 Apr 27
2
Login Generator
Im using the login generator and I want to make it so that only users
that are in a DB table called auth_users can access /auth_user. Is there
a way to do this without making another login generator?
--
Posted via http://www.ruby-forum.com/.
2015 Aug 05
0
question on autch cache parameters
...; I discovered this only works on first NOT-cached login
>
>
>
> environment in imap-postlogin script on first login:
>
>
> AUTH_TOKEN=e96b5a32ceb2cafc4460c210ad2e92e3d7ab388c
> MASTER_USER=master at uma
> SPUSER=private/pdf
> LOCAL_IP=127.0.0.1
> USER=pdf
> AUTH_USER=master at uma
> PWD=/var/run/dovecot
> USERDB_KEYS=ACL_GROUPS HOME SPUSER MASTER_USER AUTH_TOKEN AUTH_USER
> SHLVL=1
> HOME=/var/data/vmail/private/pdf
> ACL_GROUPS=umareadmaster
> IP=127.0.0.1
> _=/usr/bin/env
>
>
> on the second cached login it looks like this
>...
2004 Aug 11
3
permission denied?
I configured dovecot with Postfix with mysql
Now I have directory /home/mail/virtual
User/group postfix.postfix
I added one domain, and one user.
I login is successful but it gets interupted because of this.
pop3(xx at private-projects.net): Aug 11 00:48:53 Error:
lstat(/home/mail/virtual/private-projects.net/xx at private-projects.net/cur)
failed: Permission denied
pop3(xx
2015 Aug 27
0
question on autch cache parameters
...>
>>> environment in imap-postlogin script on first login:
>>>
>>>
>>> AUTH_TOKEN=e96b5a32ceb2cafc4460c210ad2e92e3d7ab388c
>>> MASTER_USER=master at uma
>>> SPUSER=private/pdf
>>> LOCAL_IP=127.0.0.1
>>> USER=pdf
>>> AUTH_USER=master at uma
>>> PWD=/var/run/dovecot
>>> USERDB_KEYS=ACL_GROUPS HOME SPUSER MASTER_USER AUTH_TOKEN AUTH_USER
>>> SHLVL=1
>>> HOME=/var/data/vmail/private/pdf
>>> ACL_GROUPS=umareadmaster
>>> IP=127.0.0.1
>>> _=/usr/bin/env
>>>...
2005 Apr 02
2
We couldn't drop root group privileges
..._user = dovecot
login = pop3
verbose_proctitle = yes
first_valid_gid = 0
valid_chroot_dirs = /var/mail
default_mail_env = maildir:~/Maildir
client_workarounds = oe6-fetch-no-newmail outlook-idle
outlook-pop3-no-nuls
maildir_copy_with_hardlinks = yes
auth = default
auth_mechanisms = plain
auth_userdb = passwd
auth_passdb = passwd
auth_user = root
auth_verbose = yes
If I understand the dovecot.conf wright, the is the user root required
for running dovecot "auth_user = root". That's why I don't understand
the erros message.
By the way, through the installation there was...
2003 Jul 11
1
FreeBSD /etc/passwd errors
...client system I am using Outlook Express 6 and the password dialog box keeps on comming up.
Im sure its somthing to do with my conf file not being configured right, here are the main bits:
default_mail_env = mbox:/var/mail/%u
client_workarounds = oe6-fetch-no-newmail outlook-idle
auth = default
auth_userdb = passwd
auth_passdb = passwd
auth_user = dovecot-auth
auth_username_chars =
If its somthing simple please point me in the right direction as I feel increadbly dumb because im sure its something to do with the passwd file but just carnt get pass the last hurdle!
Many thanks in advanced.
James...
2005 Aug 18
1
Dovecot 1.0 and ldap; does this combination works?
Hi!
After upgrading from dovecot 0.9.14 to 1.0 crashes immediately after
starting when using ldap as userdb and passdb. You can find more
information here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=320388
I'm confused with two users: login_user and auth_user. Witch of them has
to be in ldap?
If anyone here has a working dovecot+ldap configuration, could he show
me his configuration?
Regards
Vedran
2011 Nov 28
0
RFC: [PATCH] Add TCP congestion control and Diffserv options
...| 8 ++++++++
options.c | 8 ++++++++
socket.c | 38 ++++++++++++++++++++++++++++++++++++++
3 files changed, 54 insertions(+), 0 deletions(-)
diff --git a/loadparm.c b/loadparm.c
index 965b771..51b1b06 100644
--- a/loadparm.c
+++ b/loadparm.c
@@ -109,6 +109,7 @@ typedef struct {
char *auth_users;
char *charset;
char *comment;
+ char *congestion_alg;
char *dont_compress;
char *exclude;
char *exclude_from;
@@ -138,6 +139,7 @@ typedef struct {
int max_verbosity;
int syslog_facility;
int timeout;
+ int diffserv;
BOOL fake_super;
BOOL forward_lookup;
@@ -185,6 +187,7 @@ s...
2006 Oct 20
2
Rails & IIS
...be pre Rails 1.0.
Can single sign on via Active Directory Services be accomplished
through mod_NTLM for Apache, so users won''t have ot log into the
intranet site after already having logged into their machine? If it
is possible then I may not need to use IIS, as I know mod_NTLM makes
the AUTH_USER available as a server environment variable similar to
the way in which IIS does.
Does anyone know of a good recent writeup of how to setup Rails to be
served purely by IIS, or a maybe book explaining it?
When Rails is served by IIS then it automatically has SSO, and access
to request.env['...
2006 Jul 02
0
Help with Icecast core dump
...ibc_psr.so.1...done.
Loaded symbols for /usr/platform/SUNW,Ultra-2/lib/libc_psr.so.1
Reading symbols from /usr/lib/libthread.so.1...done.
Loaded symbols for /usr/lib/libthread.so.1
Reading symbols from /usr/lib/nss_files.so.1...done.
Loaded symbols for /usr/lib/nss_files.so.1
#0 auth_new_listener (auth_user=0x63148) at auth.c:158
158 if (client->auth->authenticate (auth_user) != AUTH_OK)
(gdb) bt
#0 auth_new_listener (auth_user=0x63148) at auth.c:158
#1 0x000278ec in auth_run_thread (arg=0x44c00) at auth.c:203
#2 0x0002b234 in _start_routine (arg=0x63148) at thread.c:655
(gdb)...