Yop, [EMAIL PROTECTED] wrote: > + "auth",Lang.fun_t [false,"",Lang.string_t;false,"",Lang.string_t] > + Lang.bool_t, > + Some (Lang.bool false), (* Humm soo hacky ! *) > + Some "Authentification function. Override any other method if used. \ > + <code>f(login,password)</code> returns <code>true</code> \ > + if the user should be granted access for this login. \ > + Disabled by default.";
Why don't you simply use (fun (l,p) -> true) as default value instead of this horrible hack? ;) ++ Sam. ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Savonet-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-devl
