similar to: POP3 authentication using virtual user table instead of unix userids

Displaying 20 results from an estimated 30000 matches similar to: "POP3 authentication using virtual user table instead of unix userids"

2008 Oct 12
2
Can I translate the userid to match the UW-POP3 server?
OK, I have been running the UW-POP3 server which currently translates all login ids as lowercase (i.e. Anthony becomes anthony). Now the Dovecot server is very flexible and currently I have not found how to translate the upper case characters to lowercase. What configuration setting will translate the userids to lowercase? -- Albert E. Whale, CHS CISA CISSP Sr. Security, Network, Risk
2005 Aug 05
2
samba with NTLM *and* kerberos authentication
We have an existing samba server with many userids, using NTLM authentication (stored in OpenLDAP). We would like to add many other userids, which will authenticate against an existing MIT kerberos server. Each of our customers will have either an NTLM-based userid/password, or a kerberos-based userid/password, but never both. We would like both kinds of userids to work with the same samba
2004 Apr 14
0
Authentication problem using userid@mydomain.com format
I've just upgraded to Samba 3.0.2a from 2.2.8a, and I've run into a problem. We have an automated build process for our Windows PCs where first a Windows XP Pro image is copied onto the machine, then after a reboot the local administrator is autologged on and a drive is mapped from the Samba server using Active Directory domain credentials. At this point the new machine hasn't
2007 Jan 11
0
Intermittent Windows user authentication problem
Hi, Samba 3.0.8 installed on Debian Linux server and setup to authenticate with Windows 2000 ADS. The samba config as follows. [global] workgroup = TEST_NT_DOMAIN realm = TEST-NT.ORG server string = TEST SAMBA security = ADS obey pam restrictions = Yes password server = 10.10.20.253 10.10.20.227 passwd program = /usr/bin/passwd %u
2008 Sep 11
2
database table merging tips with R
I have not devoted time to setting up ROracle since binaries are not available and it seems to require some effort to compile (see http://cran.r-project.org/web/packages/ROracle/index.html). On the other hand, RODBC worked more or less magically once I set up the data sources. What is your success using ROracle and why would it be preferable to RODBC ? -Avram On Thursday, September 11,
2013 Aug 30
0
ddply for comparing simulation results
This might do it: > lhs=c('a','a','a','b') > rhs=c('a','b','b','b') > > > # function to determine differences > f_diff <- function(l, r){ + t_l <- table(l) + t_r <- table(r) + # compare 'l' to 'r' + sapply(names(t_l), function(x){ + if (is.na(t_r[x])) return(t_l[x])
2010 May 14
1
Strange behavior when plotting with ggplot2 and lattice
Hi all, I have the following script,which won't plot (tried in RGUI and also in Eclipse StatET): library(ggplot2) # for plotting results userids <- c(1,2,3) for (userid in userids){ qplot(c(1:10), c(1:20)) } print ("end") No plot shows up. If I run the following: library(ggplot2) # for plotting results userids <- c(1,2,3) for (userid in userids){ blabla))) qplot(c(1:10),
2008 Jan 21
4
Virtual Users and permission denied on POP3 Authentication - cur directory
Hi, I've been working on configuring a new Postfix+Dovecot+Cyrus-SASL +Postgres server to perform multi-domain virtual hosting with non-unix accounts. I believe I have everything working correctly and have tested both the SASL portion and POP authentication through telnet and all works as expected, with one exception. When I authenticate using POP3: # telnet mail.host 110 Trying
2006 Mar 24
2
RoR, pg_connections, and pg_users
In a RoR application, is it possible to have individual userids associated with particular sessions employed to establish their related connections to the postgresql DBMS backend and, if so, is this design desireable? What are the implications for performance and future deployment limitations? The idea behind this question is that in our application certain tables require that the last
2007 May 18
1
3.0.25 smbclient problem
I updated all my servers to 3.0.25 early this morning. Everything seems 100% A-OK except for the most surprising thing, all my Windows and Macintosh clients, no problems. But I'm having severe difficulty with the 3.0.25 smbclient. If I use smbclient from 3.0.24 it too can connect to my 3.0.25 servers without issue. Its bizarre. Before I go into it let me say, I've got some 3.0.25
2017 Sep 06
2
login case sensitivity
On 09/05/2017 06:01 PM, Yves Bellefeuille wrote: > FHDATA wrote: > >> some users' login fails since they type upper >> case for their user ids ,etc ... > Wouldn't it be better to explain to the users that the userid is case > sensitive? You probably don't want a system where Fhdata, FHData and > FHDATA are all possible and are different users. >
2015 Apr 20
0
user authentication issue
On 15:14:40 wrote Itamar Gal: > Hey Samba list, > > First a brief comment regarding my background and situation. This is > my first time posting to this list. I've been asked to resolve a > Samba authentication issue, but I have next to no experience using > Samba. Unfortunately no one else here knows how to use it either; > we're operating with an inherited
2007 Dec 14
1
imap+unix users and pop3+virtual users
This should be simple, but I'm missing something. My virtual users cannot access their mail. I would like Unix users to get their mail via imap which is deposited in /var/spool/mail/username. (This works.) I would like virtual users to get their mail via pop3 which is deposited in /var/spool/mail/vhosts/example.com/auser/mail/inbox (postfix does in fact put the mail there). Those users
2003 Oct 07
1
[URGENT! PLZ HELP!] Problems when moving a Samba installation from one Linux box to another
Hello all, We just bought a new server to migrate our Samba installation, but we are facing some problems with it. Both machines run Samba 2.2.7 configured as PDC for our domain. When migrating, I copied /etc/samba/smb.conf and smbpasswd, and adjusted smb.conf to listen to the new server's IP address. Now all users can log on to the domain and access the Samba shares, but no-one can
2017 May 02
0
Problem with Userid
On 2017-05-02 17:15, Luciano Mannucci wrote: > I have a problem with a physical user that was removed and recreated > whith same name and different uid. The home dir, the mailbox file and > the index directory where removed and recreated with the new uid/gid. > > I can feed the mailbox via procmail, though dovecot-lda complains that > userids do not match: > > May 02
2007 Dec 19
0
Users module
Puppeteers, One of the more ... interesting components of our configuration has been how we''re handling users. We don''t have an LDAP solution (yet), so we''re using Puppet to handle users. This isn''t overly complex, at least at first glance. We have three types of users. * System admins * Web developers * R&D developer The system admins have userids on all
2002 Apr 12
1
scp.c::okname() problem
Why does the local scp determine what characters are valid in a remote host userid? A friend of mine just had his ISP convert him to using a userid of the form 'user#isp-acct' (eg, "ssh -l 'joe#foo.org' foo.org" is used to login). The OpenSSH ssh and sftp commands both allow this form of userid. However, it seems that scp has its very own idea of what characters are
2017 May 02
2
Problem with Userid
I have a problem with a physical user that was removed and recreated whith same name and different uid. The home dir, the mailbox file and the index directory where removed and recreated with the new uid/gid. I can feed the mailbox via procmail, though dovecot-lda complains that userids do not match: May 02 15:27:33 lda(alessandro_cmr): Error: stat(/var/spool/mailboxes/alessandro_cmr/INBOX)
2001 Nov 21
0
Password Chat Fails To Update Unix Password - Case sensitivity problem
I am stumped with several issues regarding password chat and changing a domain password on a Win98 machine. When I use the Password program under Windows control panel, it tells me I have an incorrect password. When I turn on tracing within Samba, I notice that Win98 is not sending a userid with this dialogue. Samba then assumes it's a guest account. Guess account is set to nobody in my
2001 Nov 21
0
FW: Password Chat Fails To Update Unix Password - Case sensitivity problem
See below. -----Original Message----- From: Peter J. Krawetzky [mailto:krawetzky1@earthlink.net] Sent: Wednesday, November 21, 2001 12:52 To: samba@lists.samba.org Subject: Password Chat Fails To Update Unix Password - Case sensitivity problem I am stumped with several issues regarding password chat and changing a domain password on a Win98 machine. When I use the Password program under