Displaying 4 results from an estimated 4 matches for "pwfile".
2006 Apr 18
3
Does NIS/yp work for authentication
If a host is running NIS (passwd file ends in +::0:0:::) authentication,
will dovecot be able to authenticate with
auth_userdb = passwd
directly and automagically or do you have to do a ypcat passwd > pwfile periodically
to generate a passwd file that dovecot can use?
?
Thanks!
--
====
Stewart Dean, Unix System Admin, Henderson Computer Resources
Center of Bard College, Annandale-on-Hudson, New York 12504
sdean at bard.edu voice: 845-758-7475, fax: 845-758-7035
1997 Sep 28
0
[IPD] Internet Probe Droid
...or die "Can''t open pipe to fetch: $!\n";
&probe(@_); # recurse
($lines) = <$pipe>;
close $pipe;
my $filehandle = $fh++;
print "$lines\n";
if ($lines =~ /root/ ) {
$totalgotten++;
(undef, undef, undef, undef,
$pwfile, $uid, $uname) = split /ImPrDr/o, $lines;
@passwd = split /\n|\r/, $pwfile;
$uid =~ s/\r|\n//gs; # Needed to preserve output
($uname) = $uname =~ /(.*?)(Connection closed by|<\/PRE>)/s;
undef $pwfile;
@passwd = grep /([^:]*:){6,}/o, @passwd;
print "DE...
2007 Sep 04
2
virt-factory investigation (Server settings)
...Database(url)
File "/usr/lib/python2.4/site-packages/virt-factory/server/db.py", line 346, in __init__
global_connect(interpolate_url_password(url), echo=False)
File "/usr/lib/python2.4/site-packages/virt-factory/server/db.py", line 317, in interpolate_url_password
pwfile = open("/etc/virt-factory/db/dbaccess")
IOError: [Errno 2] No such file or directory: '/etc/virt-factory/db/dbaccess'
------------------------------------------------------
Any ideas what it could be?
-----------------------------------------------------------------
??? ? ?...
2003 Mar 20
1
rsync 2.5.6 still hangs
...In all cases, both sides
seem to be waiting in select(). If I set a timeout, then both sides log
it and exit. If I just Ctrl-C the client side, then the server never
quits. (Weird, eh? Shouldn't it get an EOF from the socket?).
The command line I'm using is
rsync -vvv --password-file ../pwfile rsync://user@host.mydom.tld/modname/* .
If I write a loop to rsync the files one-at-a-time by name, it works
just fine.
If I do the full sync from a client on the same 100Mb LAN as the server,
it works just fine. I get the error when syncing over the internet:
we've got a 1Mb SDSL connection...