auth_onoff
int auth_onoff(char *type, int on);
return(auth_onoff(type, 1));
return(auth_onoff(type, 0));