similar to: Change password cheme

Displaying 20 results from an estimated 2000 matches similar to: "Change password cheme"

2014 Dec 07
1
userdb lookup not possible with only userdb prefetch
Am 07.12.2014 um 00:56 schrieb Alexander Dalloz: > You did fulfill the requzirements for prefetch to work documented in the > wiki? > > http://wiki2.dovecot.org/UserDatabase/Prefetch Ehm, this is my SQL configuration 'dovecot-sql.conf.ext': > driver = mysql > connect = host=**** user=**** password=**** dbname=**** > default_pass_scheme = PLAIN > password_query = \
2007 Jun 22
2
Quota from passdb sql
Hello folks! Is it possible to retrieve quota information from a passdb sql lookup and using static userdb? I've tried here without success, and I can't find in the wiki or forum. Some ways I configured dovecot-sql.conf: 1) password_query = SELECT email AS user, CONCAT('maildir:storage=',quota) AS quota, password FROM users WHERE email = '%u' 2) password_query = SELECT
2014 Nov 03
2
Example records for SQL AUTH
Hi, Where can I get examples for the records for the "users" table? For SHA512-CRYPT, I tried: replace into users values ('a at a.com','a.com',ENCRYPT('b', CONCAT('$6$', SUBSTRING(SHA(RAND()), -16))),'',0,0,'true'); schema is: CREATE TABLE `users` ( `username` varchar(255) NOT NULL, `domain` varchar(255) NOT NULL,
2013 Dec 13
4
Accessing plain text password from memory
Is there a way to retrieve the client's password in plain text from memory ? I don't store the password in plain text in my postgreSQL but I need it when the client is connected to make crypto computation. If I write a plugin to do the job, how could I retrieve the plain text password from master ? Thank you for your help, Regards, Stan.
2019 Aug 29
1
User / Pass SQL queries
Hi all, Is there any reason Dovecot shows the 'user' variable (ie: user at domain.tld) being obtained in the password query and not the (more logical) user query? Thanks, Michael
2010 Aug 30
1
Passdb filter question - LDAP.
dovecot 1:1.2.9-1ubuntu6.1 ---- I don't know if I can solve this problem with Dovecot, or if it's an LDAP matter. I'm authenticating users with saslauthd/LDAP, and using Dovecot LDA. ---- dovecot.conf passdb ldap { args = /etc/dovecot/dovecot-ldap-passdb.conf } userdb prefetch { } # The userdb below is used only by deliver. userdb ldap { args =
2014 Dec 06
3
userdb lookup not possible with only userdb prefetch
Hello, I am setting up a new server and migrating my Dovecot 1.2.9 config to the new 2.2.9 version. There wasn't much to keep from the old version so I had to recreate the config from scratch. Now I think I'm done but I can't login to IMAP. The log says this: > dovecot: auth: Error: prefetch(box@****.de,2001:****:7765,<bzAOP5QJXwAgAQpgEAXJAZyOMB1qBXdl>): userdb lookup not
2007 May 27
3
Stop Maildir appending to path
Dovecot is working perfectly except for one problem. I have local users and virtual users. Local users are ~/Maildir. And virtual users are /home/vmail/domain/user. The problem is, it keeps trying to fetch virtual mail at /home/vmail/domain/user/Maildir. It doesn't exist the user/ dir is the Maildir. To get around this, I have to make symlinks on each virtual email. What should I
2004 May 21
3
rsync hangs in cron (not SSH-problem)
This is the case - mounted Inetpub's windows-webserver on /mnt/web1 /mnt/web2, etc. - rsync this to local dir: rsync -av --delete /mnt/web1 /mass/kuurne/day rsync -av --delete /mnt/web2 /mass/kuurne/day etc.. - when logged in, everything works (I do see some errors about non-existing files, but rsync won't stop. When used this command in cron 00 01 * * * rsync -av --delete
2006 Aug 16
5
validation on methods that aren''t part of the database.
using the Rails Recipes book, i went through the tutorial on setting up authentication on a site. the tutorial was great, but it raises a few questions. the fields in the database are password_hash, and password_salt. the tutorial creates another method for password that takes the value it was given and hashes it and adds the 6 character salt at the end. what if i want to perform validation
2007 Dec 03
4
Xen-3.1 on Ubuntu 7.10 keeps crashing
After numerous attempts to get Xen up and running, I''m on the edge of giving up. I''m now running Xen-3.1 / Ubuntu-7.10 When trying to build a DomU I always crash. Tryied it with LVM and also the guide at: http://www.howtoforge.com/ubuntu-7.10-server-install-xen-from-ubuntu-repositories I changed memory-cards but still no results. Most of the crashes happen when doing a
2009 Sep 14
2
General question for Dovecot under OpenBSD
Hello All, First of all thanks a lot for providing a quality software such as Dovecot. I am having troubles for setting up the config files of OpenBSD's binary package of Dovecot, flavor sieve/mysql. Do you know where some documentation could be found for setting up correctly the .conf (dovecot.conf & dovecot-sql.conf) since it does not even load ("Error in configuration file
2002 Nov 20
1
"Add user script" option never running?
Hi all, I'm using the latest alpha version (the one that comes with Debian unstable) in domain mode, setting up a member file server, with domain clients authenticating to a W2k machine. I'm trying to use the "add user script" option to create new users automagically, but it never seems to run. The script in this case is a handwritten perl script, and I've added a
2008 Jan 30
2
Backup domU xen
.... seem to be a never ending story ... I''ve found the problem of my crashes (two days on a row now). I''m using lvm2 as a filesystem, and was doing backup''s like this: - take a snapshot of a running system - mount the snapshot - rsync the snapshot to my backup-partition. - umount the snapshot - remove the snaphost This resulted in a huge load, which was increased 1
2002 Jul 30
1
Trying to debug a WinXP - Win2000 ADS problem.. HELP!
Sorry for the log log file dump, but while looking at some problems mapping drives, I've run across some stuff. Below is a chunk of my log when I successfully map a network drive from a WinXP client to a Samba 3.0-alpha18 server. The thing that bothers me is that it looks like my DOMAIN\USERNAME combination isn't being honored and I'm getting in based on a check to the locally
2010 Jan 06
1
Dovecot(MYSQL)/Lda/Postfix/Postfixadmin and Quota limit per user
================== DOVECOT.CONF ===================== # 1.2.8: /usr/local/etc/dovecot.conf # OS: FreeBSD 8.0-STABLE i386 ufs log_path: /var/log/dovecot-error.log info_log_path: /var/log/dovecot.log protocols: imap imaps pop3 pop3s ssl_cert_file: /etc/ssl/dovecot/cert.pem ssl_key_file: /etc/ssl/dovecot/key.pem disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable(default):
2002 Jul 31
16
Trying to debug a WinXP - Win2000 ADSproblem..HELP!
Now I could be way of base here, but I run 2 samba web servers with approx 8 people working with them. So my exp is limited. When I got here the boxes were set up with server level security and I had tons of problems with them. When I reformatted the units, I actually joined the samba boxes to the domain and set the security to "domain" I found these steps in an old version of Linux-Mag,
2002 Jul 31
1
Trying to debug a WinXP - Win2000 ADS problem..HELP!
Do you know if the same symptoms appear with Windows 2000? In your conf file, what is the autentication set to? Share, Domain etc? Dan -----Original Message----- From: Ladner, Eric (Eric.Ladner) [mailto:Eric.Ladner@ChevronTexaco.com] Sent: Wednesday, July 31, 2002 7:44 AM To: samba@lists.samba.org Subject: RE: [Samba] Trying to debug a WinXP - Win2000 ADS problem..HELP! I can't believe
2009 Jan 13
2
Can not Create Maildir using userdb
Thank you for your reply. So, you mean that both user_query and password_query should have the same amount of parameter and the mail parameter from user_query should have the exact parameter as userdb_mail from password_query? And also I've to turn on userdb prefetch {} Kind Regards, Henry From: Timo Sirainen [mailto:tss at iki.fi] To: Dovecot Mailing List [mailto:dovecot at dovecot.org]
2002 Nov 28
2
Trusted domains with Samba 3.0alpha21?
Hi there! I appear to be having problems with trusted domains using 3.0a21. Using Samba as a member server, as user "nirs" on domain "Exanet-il" I am unable to log on to a member server ("snow") who is a member of the "Exanet-qa" domain. The "exanet-qa" is supposed to trust "exanet-il", and it all worked with 2.2 . This is the relevant