Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] ldappc-ng and attribute authoritative for element object

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] ldappc-ng and attribute authoritative for element object


Chronological Thread 
  • From: Scott Koranda <>
  • To: Tom Zeller <>
  • Cc: "" <>
  • Subject: Re: [grouper-users] ldappc-ng and attribute authoritative for element object
  • Date: Wed, 6 Apr 2011 12:06:11 -0500

> > In ldappcng.xml an <object/> element can have an attribute
> > named 'authoritative'. It is a boolean and the default is
> > 'false'.
> >
> > What is the precise meaning/impact of the 'authoritative'
> > attribute?
>
> When processing a bulkdiff or bulksync operation, delete provisioned
> objects which exist but should not. This is currently how a group is
> deprovisioned after it is removed from grouper.
>
> Given the following (default) configuration
>
> <object id="group" authoritative="true">
> <identifier ref="group-dn" baseId="ou=testgroups,${base}">
> <identifyingAttribute name="objectClass" value="${groupObjectClass}" />
> </identifier>
>
> ldappcng will delete any object under the baseId that it does not provision.
>
> Is that understandable ?

Yes.

Thanks much,

Scott



Archive powered by MHonArc 2.6.16.

Top of Page