$user="DOM\username" # bound to fail $user="DOM\\username" # OK $user='DOM\username' # OK as well