fixup-memberof.pl (Regenerate memberOf Attributes)297Option DescriptionThe LDIF file which is created with db2ldif.plcan be imported using ldif2db.pl. When itis imported, if the -r option was used, than thedatabase is automatically initialized as a replica.See Section 7.4.7, “ldif2db.pl (Import)” forinformation on importing an LDIF file.-s includeSuffix Gives suffixes to be included or the subtrees tobe included if -n has been used.-u Requests that the unique ID is not exported.-U Requests that the output LDIF is not folded.-v Verbose mode.-w password Gives the password associated with the user DN.-w - Prompts for the password associated with theuser DN.-x excludeSuffix Gives suffixes to be excluded.Table 7.22. db2ldif.pl Options7.4.6. fixup-memberof.pl (Regenerate memberOf Attributes)Regenerates and updates memberOf on user entries to coordinate changes in group membership.To run this script, the server must be running. The script creates an entry in the directory that launchesthis dynamic task.Syntaxfixup-memberof.pl -D rootdn { -w password | -w - | -j filename } -b baseDN [ -f filter ] [ -v ]OptionsOption Description-b baseDN The DN of the subtree containing the entries toupdate.-D rootdn Gives the user DN with root permissions, suchas Directory Manager. The default is the DN ofthe Directory Manager, which is read from thensslapd-root attribute under cn=config.-f filter An LDAP query filter to use to select the entrieswithin the subtree to update. If there is no filterset, then the memberOf attribute is regeneratedfor every entry in the subtree.-j filename The name of the file containing the password.-v Verbose mode.-w password The password associated with the user DN.