Hi,

On Sat, Jun 30, 2012 at 4:30 PM, fpommier <fpommie...@gmail.com> wrote:

> Hi,
> When a want to  use scheduled_task for create a windows task and when i
> give a AD user, i have this message :
> err: /Stage[main]/Mirnas/Scheduled_task[test]/ensure: change from absent
> to present failed: Invalid user: DOMAIN\oper
>
> My user domain and the password are correct.
> I have the same error if i change DOMAIN\oper by oper@domain.comor DOMAIN/oper
> With a local user,  is working, but i need a AD user for my batch to work.
> Is it a bug , a limitation or i miss something ?
>
Thank for any help
>
>    scheduled_task { 'test':
>        ensure    => present,
>        enabled   => true,
>        command   => 'C:\test\test.bat',
>          working_dir            => 'C:\test',
>          user                           => 'DOMAIN\oper',
>          password                       => 'xxxxx',
>        trigger => {
>          schedule         => daily,
>          start_date       => '2012-06-26', # Defaults to 'today'
>          start_time       => '09:05',      # Must be specified
>        }
>     }
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/puppet-users/-/P1hXwgGE2CoJ.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>

It is definitely a bug. I've filed this as
http://projects.puppetlabs.com/issues/15326. You can probably just remove
the `LocalAccount = True` condition from the WMI queries in
`Puppet::Util::ADSI#sid_for_account` at lines 56-58.

Josh

-- 
Josh Cooper
Developer, Puppet Labs

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to