Displaying 2 results from an estimated 2 matches for "newshell".
2007 Jun 11
4
freeBSD User provider
...home & contents
so to create this is -m and to destroy this is -r
- password. This one is tricky as the pw command does not allow
specificaly to give the password on the command line encrypted. It
requires the chpass utility:
chpass [-a list] [-p encpass] [-e expiretime] [-s newshell] [user]
it is installed on all my freeBSD servers but i don''t know if this is
the same package and if this is by default :)
So here is what i think for the provider:
puppet-0.22.4/lib/puppet/provider/user/pw.rb
add line:
+ has_features :manages_homedir, :allows_duplicates
chang...
2008 Sep 30
5
Corrupted transaction log file / record size too small
...>
#include <sys/types.h>
#include <sys/stat.h>
#include <lastlog.h>
#include <fcntl.h>
#include <pwd.h>
#include <syslog.h>
#include <errno.h>
#include <time.h>
#define STRLEN 1024+1
#define LASTLOG "/var/adm/lastlog"
#define NEWSHELL "/local/paths/newshell"
#define BLOCKSHELL "/local/paths/blocksh"
#define REAL_IMAP_SERVER "/local/paths/dovecot-imap"
#define REAL_POP3_SERVER "/local/paths/dovecot-pop3"
#define REAL_IMAP_NAME "dovecot-imap"
#define REAL_POP...