Gary.Blydenburgh at interactivedata.com wrote: > juser Auth-Type := Local, Crypt-Password == "H25nfgL4rCxBY" Use ":=", not "==". See "man users". "==" is a comparions. Because there's no Crypt-Password in the request, it will never match. Alan DeKok.