On Wed, 2002-11-06 at 00:27, [EMAIL PROTECTED] wrote: > Samba 2.2.6. I've been looking for (without success) a doc that > specifies what characters are valid in an NT login/password. A script > will popen '/usr/bin/wbinfo -a MY_DOMAIN+"'+user+'"%"'+passw+'"' where > user and passw are untrusted submitted values, so you can understand my > concern. I want to keep things tight but not reject valid user/pass > combinations.
Don't use it like that. Instead use pam_winbind. (Because this is a standard interface that won't change). If you are using perl for your scripting language, then you can use Authen::PAM to hook in with it. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net
signature.asc
Description: This is a digitally signed message part
