cn:example memberof

basedn: ou=people,dc=example,dc=com

filter: (objectclass=groupofnames)

As soon as the task is complete, the task entry it removed from the directory.

The cn=memberof task entry is a container entry for memberOf update operations. The cn=memberof task entry itself has no attributes, but each of the task entries beneath this entry, such as cn=task_ID, cn=memberof task, cn=tasks, cn=config, uses its attributes to define the individual update task.

basedn This attribute gives the base DN to use to search for the user entries to update the memberOf attribute.

Parameter

Description

Entry DN

cn=task_name, cn=memberof task, cn=tasks, cn=config

 

 

Valid Values

Any DN

 

 

Default Value

 

 

 

Syntax

DN

 

 

Example

basedn: ou=people, dc=example, dc=com

 

 

filter This attribute gives an optional LDAP filter to use to select which user entries to update the memberOf attribute. Each member of a group has a corresponding user entry in the directory.

Parameter

Description

Entry DN

cn=task_name, cn=memberof task, cn=tasks, cn=config

 

 

Valid Values

Any LDAP filter

 

 

Default Value

(objectclass=*)

 

 

Syntax

DirectoryString

 

 

Example

filter: (l=Sunnyvale)

 

 

2.3.15 cn=uniqueid generator,cn=config

The unique ID generator configuration attributes are stored under cn=uniqueid generator,cn=config. The cn=uniqueid generator entry is an instance of the extensibleObject object class.

nsstate This attribute saves the state of the unique ID generator across server restarts. This attribute is maintained by the server. Do not edit it.

Parameter

Description

Entry DN

cn=uniqueid generator, cn=config

 

 

Valid Values

 

 

 

Default Value

 

 

 

Syntax

DirectoryString

 

 

Example

nsstate: AbId0c3oMIDUntiLCyYNGgAAAAAAAAAA

 

 

2.3 Core server configuration attributes reference 111