Displaying 2 results from an estimated 2 matches for "enctrypt".
Did you mean:
encrypt
2005 Jan 08
1
Trouble migrating from plain text to encrypted passwords
...o encrypted passwords.
I'm using smbpasswd for authentication on a FreeBSD 4.9 server with samba
2.2.8.
When we set up our server, we had Win95 clients with plain text passwords. As
we introduced Win98 clients, we just kept with the plain text passwords.
Now we are looking at XP clients and enctrypted passwords.
My understanding from everything I've found on this subject is that by setting
update encrypted = Yes and encrypt password = no, I sould be able to migrate
from unencrypted to encrypted passwords.
I've made those settings in swat, logged in on a plain password client & th...
2006 Apr 23
2
Just setup Dovecot and having a small problem.
...e aliases file handles all mail aliasing for that domain and the
passwd file holds the users account name and password. The password file has
the accounts stored in the following format:
user at domain.tld:(encrypted password):500:500:Virtual
User:/mail/domain.tld/mail/user:/dev/null
The password enctryption is basically htpasswd() style encryption. Now the
problem I'm having is I keep getting authentication errors when I try to
login via POP3 (I'm testing via command line so I do `telnet localhost
110`). At first I had only auth_debug_passwords=yes set and I was seeing
this in the log file:...