On the System we have defined the user auser as:
/etc/passwd:
auser:x:300:300:auser User:/application/home/auser:/bin/bash
/etc/group:
agroup:x:126:auser

So id auser gives:
uid=300(auser) gid=300(auser) groups=126(agroup),300(auser)

In the LDAP we have:
#getent passwd auser
auser:x:300:300:auser User:/application/home/auser:/bin/bash
and
#getent group agroup
agroup:x:126:auser

Basically the same definition.

Now everytime I run puppet I get:
notice: //Node[default]/oracle/users::db/User[auser]/groups: groups
changed 'agroup,agroup' to 'agroup'
This is really strange.....

Does anybody know what the problem is here. Does Puppet Merge the
groups from local and ldap?

Any hint is appreciated.

BR, Rene

-- 
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