Displaying 2 results from an estimated 2 matches for "cpasswd".
Did you mean:
passwd
2008 Apr 28
1
1.1rc4 problem with maildir++ quota and POP3
...db:
driver: prefetch
socket:
type: listen
master:
path: /var/run/dovecot/auth-master
mode: 432
user: mailonly
group: mailonly
plugin:
quota: maildir
quota_rule2: Trash:storage=12288:messages=100
--- SQL queries ----
# prefetch auth
password_query = SELECT cpasswd as password, home as userdb_home, concat('*:bytes=',quotas,':messages=',quotai) AS userdb_quota_rule FROM `mail` WHERE email='%u'
# for delivery
user_query = SELECT home, concat('*:bytes=',quotas,':messages=',quotai) AS quota_rule FROM `mail` WHERE email=...
2002 Nov 25
0
Linux and Samba Code
Here is an executable that would allow a user to change the linux and
SMB passwords simultaneously.
The website indicated in the comments had some problems in the code, but
they are fixed in the cpasswd.c file which is below and also attached.
Hope that this helps others. The code is a fix, not a solution. it only
works from the command prompt, but it helps with keeping linyx and Samba
passwords the same.
Good Luck
/*
* cpasswords.c
* Copyright N. Dean Pentcheff 1998
* University of Sou...