Ownership and changing the permission

Doug Douglass samba at denverdata.com
Tue Jan 15 13:45:22 GMT 2002


Andre,

The simplest way to get past the passwords is to do something like this:

NET USE X: \\sever\share < nul > nul

If connecting to the share prompts for a password, nul is passed and the
failure message is also sent to nul (MS equivalent of /dev/null). A message
will still display while the logon script is executing, but you will get the
results you desire.

A much more sophisticated method would be to use one of the logon script
generator scripts. Search the list archives for examples.

HTH,
Doug





More information about the samba mailing list