Alan Chandler <[EMAIL PROTECTED]>:
>  I am trying to set up postgres to dump across the network, using ident 
>  checking on the username of the caller.
> 
>  But it always failing.  When I turn on logging of requests by identd, I find 
>  the following in the log
> 
>  Aug 28 23:50:41 kanger identd[18705]: netlink_lookup: write failed: 
> Connection 
>  refused

Perhaps like most people, they refuse to answer ident requests.  I run
fauxident.py for the same reason.  It answers ident requests with just
enough bogus information to satisfy ident requests on servers I work
with.

    /usr/local/src/fauxident-1.2.1/fauxident.py -r UNIX \
         -u infidel,heretic,apostate -m -s 3

Replies with realm UNIX, randomly picks one of three fictitious
usernames, randomly shuffles the letters of the username, and adds
three random digits to the end of the username.


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)    http://www.spots.ab.ca/~keeling          Linux Counter #80292
- -    http://www.faqs.org/rfcs/rfc1855.html    Please, don't Cc: me.
       Spammers! http://www.spots.ab.ca/~keeling/emails.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to