similar to: Virtual User Home Directory, and APOP Clear Text Passwords

Displaying 20 results from an estimated 2000 matches similar to: "Virtual User Home Directory, and APOP Clear Text Passwords"

2007 Jul 15
1
PLAIN.B64 Password Scheme Patch Missing in Dovecot 1.0.2
Dear all, Hi. This is imacat from Taiwan. I've just downloaded the newly-released Dovecot 1.0.2, but found that the PLAIN.B64 password scheme patch seems to be missing. http://www.dovecot.org/list/dovecot/2007-May/022610.html Is there any reason for this? Thank you very much. -- Best regards, imacat ^_*' <imacat at mail.imacat.idv.tw> PGP Key:
2008 Aug 22
1
Samba 3.2 and MS Client 3.11 for DOS
Dear all, Sorry that this question might seem to be stupid. Can MS Client 3.11 for DOS connect to Samba 3.2, and connect the network drive? It worked before, but not now. Thank you very much in advance. -- Best regards, imacat ^_*' <imacat@mail.imacat.idv.tw> PGP Key: http://www.imacat.idv.tw/me/pgpkey.asc <<Woman's Voice>> News: http://www.wov.idv.tw/ Tavern
2006 Jul 13
1
namecache_shutdown: Couldn't close namecache on top of gencache.
Dear all, Hi. I'm a Samba user from Taiwan. I'm running Samba 3.0.23, Debian GNU/Linux 3.1r2, Linux kernel 2.6.16.14, gcc 3.4.4. I encounter the following strange message when using smbmount: imacat@rinse ~/tmp % smbmount //cotton/share ~/tmp/cotton added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0 Got a positive name query response from 127.0.0.1 (
2007 May 17
1
Samba 3.0.25 Password Expiration, Disk Mapping and Winbindd Warning
Dear all, Hi. This is imacat from Taiwan. We have just upgraded from Samba 3.0.24 to Samba 3.0.25, as the samba-announce suggeseted ("... is the version that servers should be run for ..."). We are running Samba as our PDC and only server in our domain. My environment is: x86_64, Debian 4.0 r0 Etch, kernel 2.6.18, gcc 4.1.2, glibc 2.3.6. Before upgrade I have read the
2002 Jul 21
3
password case sensitivity
Dear all, I have a problem regarding to password case sensitivity. Our company's servers are configured to use plain text passwords with PAM due to historical reasons. My collegues encountered a long delay each time they boot their PC and map the network shared disks. They sometimes even failed connection. The server always says: Jul 18 17:54:37 atlas PAM_pwdb[30192]:
2008 Jul 03
2
POP3 Mails Not Deleted
Dear all, Hi. This is imacat from Taiwan. We are running Dovecot 1.1.1. I received complaints from one of my colleagues. She checks her mails both from home and from office, so she left her mails in the server for 3 days. This morning she got lots of received mails again. I tracked the syslog, and found the following records: ============ Jul 2 18:39:59 odin dovecot: POP3(mindyw):
2006 Jan 15
1
undefined reference to `swrap_close'
Hi, This is imacat from Taiwan. I tried to compile samba 3.0.21a, but failed. I searched the Google with no return. (Strange. Nobody encounter this same problem before?) Could anyone help? Thank you. My build environment is: Debian 3.1r1 Sarge, Linux 2.6.14.5, gcc 4.0.2, glibc 2.3.5. Please tell me if more information is required. imacat@rinse samba-3.0.21a/source % ./configure
2003 Mar 19
2
Agent Socket Directory
Dear All, Is it possible to move agent sockets to directories other than /tmp? For ex., move to /var/run/ssh? I don't know if anyone has asked for this before. I'm asking this because according to the current FHS 2.2 (http://www.pathname.com/fhs/), PID files and sockets should always go to /var/run. I understand that it is not possible for an ordinary user to write to /var/run,
2007 May 13
0
cmp: /usr/local/src/openssh-4.6p1/regress/ls.copy: No such file or directory
Dear all, Hi. This is imacat from Taiwan. I'm new to this list. I encountered the following failures when running "make tests" on machines that haven't install OpenSSH yet. It seems to fail at regress/multiplex.sh. It seems to specific to machines that haven't install OpenSSH yet. Once I have installed OpenSSH, the failure is gone. Might it be the case
2012 Sep 27
0
Error Connecting to Printer (0x00000003)
Dear all, I have a problem connecting to the printer on my Samba server, with error umber 0x00000003. My client is Windows 7 Home Premium, Traditional Chinese (multilingual version I suppose), on my Toshiba M900 notebook. The server is Samba 3.6.6, Debian Linux 6.0.5 Squeeze. The printer is HP LaserJet 2200 connecting to Samba server's LPT1. It is managed with CUPS. Since this is
2011 May 10
1
Saving multiple 3x3 TIFF graphics inside a loop
Dear Friends, I have been trying to save multiple 3x3 (mfrow=c(3,3) graphics inside a loop using tiff figure format (not using PDF or savePlot functions) with no success. Could you please help? Here is a simplified example code: dat=data.frame (ID=rep(1:10,each=10),IDV=rep(seq(1:10),times=10)) dat$DV <- with(dat, 50+15*IDV) dat=dat[order(dat$ID,dat$IDV),] for(i in 1:10){ dt1 =
2006 Feb 14
1
SASL und APOP
Hi, all! I configured Dovecot to use many protocols. To do this, I wrote: mechanisms = plain digest-md5 cram-md5 apop ntlm Very strange, if I ask the capability, I get: CAPA TOP UIDL RESP-CODES PIPELINING STLS USER SASL PLAIN DIGEST-MD5 CRAM-MD5 NTLM . I can't understand why APOP is not written (but I can use it!) and why I can see SASL, that I didn't configure... How can I change
2011 Dec 20
1
APOP and AuthDatabase/SQL
Hi, We're running dovecot 1.2.15 and use SQL authentication. We'd like to be able to support APOP, but can't see how this would fit in with SQL auth. Currently we have: password_query = SELECT email as user, password FROM virtual_users WHERE email='%u' or (email LIKE '%n@%%' AND unhashed='%w') It seems that in order to auth APOP logins, we'd need to
2005 Feb 20
1
APOP
I want to turn off POP3 and use POP3S in its place. So far, it's working well for Outlook and Thunderbird. But I'm running into problems with Agent: It supports APOP but not POP3S. Is there a way to have Dovecot support APOP authentication on a normal POP3 connection? I'm running 0.99.13 on Fedora Core 3. -- Steve
2008 Feb 07
3
Can't get apop to work.
Hi Folks, I'm fairly new to linux so this message may reflect that. dovecot info (running on CentOS 5.0): protocols: pop3s listen: ssl_cert_file: /etc/pki/dovecot/certs/dovecot.pem ssl_key_file: /etc/pki/dovecot/private/dovecot.pem login_dir: /usr/local/var/run/dovecot/login login_executable: /usr/local/libexec/dovecot/pop3-login mail_executable:
2004 Jul 01
3
[PATCH, RFC] add APOP authentication mechanism
Hello all, this patch add APOP authentication mechanism to dovecot 1.0-test23. Please take a look. Best regards. -- Andrey Panin | Linux and UNIX system administrator pazke at donpac.ru | PGP key: wwwkeys.pgp.net -------------- next part -------------- diff -udrpN -X /usr/share/dontdiff -x Makefile dovecot-1.0-test23.vanilla/src/auth/Makefile.am dovecot-1.0-test23/src/auth/Makefile.am ---
2010 Aug 18
1
Disable APOP challenge in POP3 login greeting
Timo, It looks like Dovecot 2.0 appends an APOP challenge to the POP3 greeting even if APOP is not an enabled auth mechanism. Is there any way to disable this? We don't support APOP, and the challenge includes the private hostname of the server, which we'd rather not have in the banner. It looks like get_apop_challenge in 1.2 returns NULL if APOP isn't supported, which causes
2006 Jul 10
1
Oops, forgot about apop...
How does one go about generating a local password database for apop authentication? Or can it simply run against /etc/passwd, using a PAM entry? (I forgot to append this to my last message... sorry...). Thanks much. -=-=-=-=-=-=-=-=-=-=-=- Bruce Lane, Owner & Head Hardware Heavy, Blue Feather Technologies -- http://www.bluefeathertech.com kyrrin (at) bluefeathertech do/t c=o=m "If
2005 Sep 28
3
A Couple Of Issues (APOP Causes Auth SIGSEGV, Umask Setting Ineffective)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm very happy with Dovecot and wish the best for its continued development. It's a true testament to brilliant componentised design and Unix philosophy. Configuration made easy because of the way the file is parsed and a single point of startup make it ridiculously straightforward (and lovely) to administer. But of course, we all
1999 Sep 20
1
POP secure access??
Hi, I'm looking for a solution to access pop mails (sendmail in linux) securely. Most of the access would be from window clients (outlook express etc). Is there a way to encrypt the password (like ssh2) when authenticating with sendmail? Any info is greatly appereceiated. Thx. Regards, Wong.