From: Tom Lobato <[email protected]> Date: Sun, 24 Apr 2011 13:35:22 -0300
> On 24-04-2011 13:26, Tom Lobato wrote: (snip) > > "check password script" cannot do more than return status 0 or != 0 > > to tell samba about check result. Would be nice if this could return the > > custom error message to Samba, so it could tell the user properly. > > > > Is there some way to customize this message? No, Samba return only a status code such as NT_STATUS_PASSWORD_RESTRICTION or DOMAIN_PASSWORD_COMPLEX ... The error message is choosen by the client based on received status code, so you cannnot customize it. --- TAKAHASHI Motonobu <[email protected]> -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
