search for: plaintextpass

Displaying 7 results from an estimated 7 matches for "plaintextpass".

2020 May 29
2
Running doveadm without config file?
It would be useful to run the "doveadm" utility on a non-dovecot server e.g. generating password hashes: # echo plaintextpass | doveadm pw -s BLF-CRYPT doveadm(user): Fatal: Error reading configuration: stat(/etc/dovecot/dovecot.conf) failed: No such file or directory Is there a way to circumvent the need for a configuration file? Joseph Tam <jtam.home at gmail.com>
2020 May 29
2
Running doveadm without config file?
On Fri, 29 May 2020, Sami Ketola wrote: >> # echo plaintextpass | doveadm pw -s BLF-CRYPT >> doveadm(user): Fatal: Error reading configuration: stat(/etc/dovecot/dovecot.conf) failed: No such file or directory >> >> Is there a way to circumvent the need for a configuration file? > > I don't think so. But you can specify the location...
2002 Nov 07
1
pdb_mysql isn't working for me :-(
...est db): CREATE TABLE users ( username varchar(255), ntusername varchar(255), fullname varchar(255) default 'Guest User', logontime int(9), logofftime int(9), kickofftime int(9), workstations varchar(255) default NULL, lanmanpass varchar(255) default NULL, ntpass varchar(255) default NULL, plaintextpass varchar(255), uid int(9), gid int(9), usersid int(9), groupsid int(9) ); GRANT ALL PRIVILEGES ON sambauser.* TO samba@localhost IDENTIFIED BY 'sambapass' WITH GRANT OPTION; INSERT INTO users (username, ntusername, plaintextpass) VALUES ("testuser", "testuser", "...
2020 May 29
0
Running doveadm without config file?
> On 29. May 2020, at 23.09, Joseph Tam <jtam.home at gmail.com> wrote: > > > It would be useful to run the "doveadm" utility on a non-dovecot server e.g. > generating password hashes: > > # echo plaintextpass | doveadm pw -s BLF-CRYPT > doveadm(user): Fatal: Error reading configuration: stat(/etc/dovecot/dovecot.conf) failed: No such file or directory > > Is there a way to circumvent the need for a configuration file? I don't think so. But you can specify the location of the config file...
2020 May 30
0
Running doveadm without config file?
> On 29. May 2020, at 23.43, Joseph Tam <jtam.home at gmail.com> wrote: > > On Fri, 29 May 2020, Sami Ketola wrote: > >>> # echo plaintextpass | doveadm pw -s BLF-CRYPT >>> doveadm(user): Fatal: Error reading configuration: stat(/etc/dovecot/dovecot.conf) failed: No such file or directory >>> >>> Is there a way to circumvent the need for a configuration file? >> >> I don't think so. But you ca...
2005 Sep 01
0
Samba password change problem
...o eth0 bind interfaces only = yes password level = 20 ; MySQL passdb backend = mysql:mysql mysql:mysql host = localhost mysql:mysql password = d1g1n3x1 mysql:mysql user = root mysql:mysql database = samba mysql:mysql port = 3306 mysql:plaintest pass column = plaintextpass; ; password sync unix password sync = Yes passwd program = /usr/bin/passwd %u passwd chat = *New*UNIX*password* %n\n *new*UNIX*password* %n\n *Password* passwd chat debug = yes ; Automatically add trust accounts (doesn't work, so it's commented out ; add user...
2002 Nov 07
1
smbpasswd (adding machines?) with pdb_mysql doesn't work
...fullname; mysql:workstations column = workstations; mysql:uid column = uid; mysql:gid colun = gid; mysql:user sid column = usersid; mysql:group sid column = groupsid; mysql:lanman pass column = lanmanpass; mysql:nt pass column = ntpass; mysql:plaintext pass column = plaintextpass; mysql:pass last set time column = passlastset; mysql:pass can change time column = passcantime; mysql:pass must change time column = passmusttime; mysql:domain column = domain; mysql:home dir column = homedir; mysql:dir drive column = dirdrive; mysql:logon script colum...