Since I never received a reply, I am reposting this earlier post: I am trying to run the following command and keep getting the same error. My question is is there a problem with my command or is this possibly an issue with Samba smbcacls -d test_file -A ACL:DOMAIN\username:ALLOWED/0/CHANGE -U username Here is the error: debug_parse_params: unrecognized debug class name or format [test_file] ERROR: Unable to open credentials file! Any suggestions are welcome. Thanks. Jeff
you don't say what version you are running so the syntax may be different than my version. type smbcacls --help to get syntax. There is definitely something wrong with your command as the -d option is used to set the debug level and takes a number for the arg. also you need a UNC share name and then the file name in the current versions. So for the current version to list the acls on file xxx at share named //server/share using the user administrator you would type smbcacls //server/share xxx -U administrator Jeff Yana wrote:> Since I never received a reply, I am reposting this earlier post: > > I am trying to run the following command and keep getting the same > error. My question is is there a problem with my command or is this > possibly an issue with Samba > > smbcacls -d test_file -A ACL:DOMAIN\username:ALLOWED/0/CHANGE -U username > > Here is the error: > > debug_parse_params: unrecognized debug class name or format [test_file] > ERROR: Unable to open credentials file! > > Any suggestions are welcome. > > Thanks. > > Jeff >