search for: loginuser

Displaying 9 results from an estimated 9 matches for "loginuser".

Did you mean: login_user
2002 Feb 13
2
Problem with using both pam_listfile to deny logins and pubkey authentication
Hi, I'm trying to use pam_listfile.so to deny logins from all others but few users (names in /etc/loginusers). With password authentication it works fine, but with public key authentication OpenSSH lets in users whose names arent't in /etc/loginusers. AllowUsers in sshd_config does what one would expect. I'm using OpenSSH-3.0.2p1 on Debian testing (package version 1:3.0.2p1-6) and tried this...
2010 Aug 15
3
Master User Features I'd like to see
...args = /etc/dovecot/dovecot-sql-master.conf.ext master = yes pass = yes } passdb { driver = sql args = /etc/dovecot/dovecot-sql.conf.ext } userdb { driver = sql args = /etc/dovecot/dovecot-sql.conf.ext } Login looks like this: # telnet localhost 143 * OK Dovecot ready. 1 login loginuser*masteruser masterpass 1 OK Logged in. I'm assuming that the masteruser and masterpass is passed to the master passdb and when doing so the variable %u is the master user. I assume that %n and %d also represent the name and domain part of the master user. What I need is to also be able to...
2015 May 29
1
Enabling Master User for migration
hello, in which way do you login ? loginuser*masteruser or just masteruser? You have to do the login with loginuser*masteruser masterpass greetings dominik Am Freitag, den 29.05.2015, 10:14 -0400 schrieb Charles Marcus: > Apologies - maybe doveconf -n shows a hint at the problem? > > Maybe it has to do with I'm using the defa...
2014 Oct 22
2
special "what's my ip" pop account
Hello, I like to enable the allow_nets Feature (http://wiki2.dovecot.org/PasswordDatabase/ExtraFields/AllowNets) for my customers. To help them knowing there own IP I imagine a special mailbox/loginuser at the pop3 server. That user could give a valid pop3 answer from a dummy pop3 server or simply throw a login error with customised answer containing the IP information. Has anybody done something similar or ideas to build such a system? Thanks for ideas Andreas
2011 May 02
12
[Bug 1898] New: possible unreasonable behaviour when using ProxyCommand with multiple IdentityFile(s)
...rity: P2 Component: Miscellaneous AssignedTo: unassigned-bugs at mindrot.org ReportedBy: calestyo at scientia.net Hi. Maybe the following is an issue. Consider the following scenario and ~/.ssh/config snippet: ------------------------- Host login.example.org User loginUser ProxyCommand none Host *.example.org User root IdentityFile ~/.ssh/internal_example_org_key.id_rsa ProxyCommand ssh login.example.org nc %h %p ------------------------- The idea is that access to all nodes (but the login node) of example.org is only possible via lo...
2015 May 29
2
Enabling Master User for migration
On 5/29/2015 9:25 AM, Dominik Breu <dominik at dominikbreu.de> wrote: > Hello Charles, > > the bare minimum ist just the first passdb entry > auth_master_user_separator = * > passdb { > driver = passwd-file > args = /etc/dovecot/passwd.masterusers > master = yes > pass = yes > } > > this will do the trick. Ok, this isn't working, I'm
2008 Mar 09
1
Telephone systems and Dovecot
Hi folks, We're looking to integrate our telephone system with our email system. The telephone system will use IMAP4 to store WAV files in a users mailbox and then retrieve them for playing if necessary. This is usually called "unified messaging". The manufacturers are claiming full integration with Microsoft Exchange and Lotus Notes using IMAP4 and a single username and
2013 Jun 26
0
CentOS 6 and XDMCP
Hi all, I am trying to use XDMCP from a Mac (OSX Lion, XQuartz) to an updated CentOS 6 64Bit host. I am tunneling through SSH, so I use XDMCP on the remote host locally via Xnest like this: > ssh -X -C -l $LOGINUSER $HOST -n "Xnest :1 -ac -geometry 1440x850 > -once -query localhost I get a black screen without any login window or desktop background. My /etc/gdm/custom.conf looks like this: > # GDM configuration storage > [daemon] > [security] > DisallowTCP=false > AllowRemoteRoot=true...
2005 Dec 29
4
Any switchers from mod_perl
...ll-tested methodology when using CGI::App''s run modes (along with Data::FormValidator). RoR also seems to make a lot of DBI calls when creating (& populating) ActiveRecord objects. And that seems to be compounded when multiple components are called in one request cycle. Eg. if I have a LoginUser object; it seems to get re-created when I redirect from one page/component to another. Any comments or pointers to documentation for switchers would be greatly appreciated. I have looked at alternative languages many times over the years, and I''ve never gotten even close to switching from...