Browse Source

Add EntryUSN to the nsslapd-exclude-from-export list

See also http://directory.fedoraproject.org/wiki/Entry_USN#Standalone.
Noriko Hosoi 16 years ago
parent
commit
01b9f5e3b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldap/servers/slapd/back-ldbm/ldbm_config.h

+ 1 - 1
ldap/servers/slapd/back-ldbm/ldbm_config.h

@@ -98,7 +98,7 @@ struct config_info {
 #define CONFIG_INDEX_BUFFER_SIZE         "nsslapd-index-buffer-size"
 #define CONFIG_INDEX_BUFFER_SIZE         "nsslapd-index-buffer-size"
 #define CONFIG_EXCLUDE_FROM_EXPORT		"nsslapd-exclude-from-export"
 #define CONFIG_EXCLUDE_FROM_EXPORT		"nsslapd-exclude-from-export"
 #define CONFIG_EXCLUDE_FROM_EXPORT_DEFAULT_VALUE \
 #define CONFIG_EXCLUDE_FROM_EXPORT_DEFAULT_VALUE \
-	"entrydn entryid dncomp parentid numSubordinates"
+	"entrydn entryid dncomp parentid numSubordinates entryusn"
 
 
 /* dblayer config options - These are hidden from the user
 /* dblayer config options - These are hidden from the user
  * and can't be updated on the fly. */
  * and can't be updated on the fly. */