ckpasswd

Aidan Cully aidan at panix.com
Sat Mar 18 01:25:39 UTC 2000


On Fri, Mar 17, 2000 at 02:21:41PM, Fletcher Mattox said:
> Is there a reason why ckpasswd will perform exactly one type of
> authentication?  I would like to have it do more than one.  E.g.,
> I'd like it to first check the shadow password file, and if that
> fails, check another password file.  Like this in readers.conf:
> 
> 	auth "outside" {
> 		hosts: "*"
> 		auth: "ckpasswd -s -f /news/etc/passwd"
> 		default: "<denied>"
> 	}

auth "outside" {
	hosts: "*"
	auth: "ckpasswd -s"
	auth: "ckpasswd -f /news/etc/passwd"
	default: "<denied>"
}

should work, right?

--aidan
-- 
Aidan Cully       "You can't find your waitress/ With a geiger counter..
Not Panix Staff    She hates you and your friends and you just
aidan at panix.com    Can't get served without her.."	-- Tom Waits



More information about the inn-workers mailing list