浏览代码

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

See also http://directory.fedoraproject.org/wiki/Entry_USN#Standalone.
Noriko Hosoi 16 年之前
父节点
当前提交
01b9f5e3b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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_EXCLUDE_FROM_EXPORT		"nsslapd-exclude-from-export"
 #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
  * and can't be updated on the fly. */