Hi Jason,

> SLES 10 clients keeps removing and re-adding accounts to groups.
> Can't use this product in production as a result, I'd like to use it
> though.
> Using clients  25.1 with master 25.1
>
> This keeps re-occuring with every single puppet client run:
> Nov 24 09:57:09 puppetd[26915]: (//unixuser/User[jdoe]/groups) groups
> changed 'wheel' to 'unixadm,wheel'
> Nov 24 09:57:09 shadow[27044]: account removed from group -
> account=jdoe, group=wheel, gid=10, by=0
> Nov 24 09:57:09 shadow[27044]: account removed from group -
> account=jdoe, group=video, gid=33, by=0
> Nov 24 09:57:09 shadow[27044]: account removed from group -
> account=jdoe, group=dialout, gid=16, by=0
> Nov 24 09:57:09 shadow[27044]: account added to group - account=jdoe,
> group=dialout, gid=16, by=0
> Nov 24 09:57:09 shadow[27044]: account added to group - account=jdoe,
> group=video, gid=33, by=0
> Nov 24 09:57:09 shadow[27044]: account added to group - account=jdoe,
> group=wheel, gid=10, by=0
>
> I saw a previous post with similar issue with no solution here:
>
> http://groups.google.com/group/puppet-users/browse_thread/thread/63204f14d25a1cdf/25ce2c2326e4e40b?hl=en&q=eaiadmin#25ce2c2326e4e40b
>
> any ideas anyone?
>
> --
>
>

 Can you post the code that is causing this issue?

Also, are you familiar with the ralsh utility? You can verify how the user
provider on SUSE works from the command line.

#get current properties for jdoe
>ralsh user jdoe
#create joe if required
>ralsh user jdoe ensure=present
#create a new user group
>ralsh group testgroup ensure=present
#add group to user
>ralsh user jdoe groups=testgroup

regards,

-Dan

--

You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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