Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Setting file ownership with Win32::Perms

by ikegami (Patriarch)
on Mar 16, 2006 at 21:52 UTC ( [id://537296]=note: print w/replies, xml ) Need Help??


in reply to Setting file ownership with Win32::Perms

For starters, the literal '\\HOSTNAME\Joe' results in the string \HOSTNAME\Joe. I don't think that's what you meant to use. Don't forget to escape your backslashes! To get the string \\HOSTNAME\Joe, the literal would be '\\\\HOSTNAME\\Joe' or the "optimized" (and confusing) '\\\HOSTNAME\Joe'.

But I'm not convinved that would help. If it's 'DOMAIN\bob' for domains, wouldn't it be 'HOSTNAME\Joe' for local accounts? I'd also try just 'Joe'.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://537296]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-26 02:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found