Closed dayglojesus closed 9 years ago
The strict parameter is supposed to control the behaviour of group membership properties for users and nestedgroups.
strict
users
nestedgroups
By default, the users and nestedgroups arrays will be PURGED and replaced by whatever you specify in the resource (ie. the default is strict => true).
strict => true
Setting this value to false should preserve the existing members of these properties, but this is not happening.
false
Fixed in 0.7.0 and merged into master
0.7.0
master
The
strict
parameter is supposed to control the behaviour of group membership properties forusers
andnestedgroups
.By default, the
users
andnestedgroups
arrays will be PURGED and replaced by whatever you specify in the resource (ie. the default isstrict => true
).Setting this value to
false
should preserve the existing members of these properties, but this is not happening.