浏览代码

Config changes fail because of unknown attribute "internalModifiersname"

Fix Description:  need to add internalModifiersname to the attributes to ignore

Reviewed by:  richm (Thanks Rich!)
Mark Reynolds 13 年之前
父节点
当前提交
245d494877
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ldap/servers/slapd/configdse.c

+ 1 - 0
ldap/servers/slapd/configdse.c

@@ -115,6 +115,7 @@ ignore_attr_type(const char *attr_type)
 		 (strcasecmp (attr_type, "aci") == 0) ||
 		 (strcasecmp (attr_type, "aci") == 0) ||
 		 (strcasecmp (attr_type, "objectclass") == 0) ||
 		 (strcasecmp (attr_type, "objectclass") == 0) ||
 		 (strcasecmp (attr_type, "numsubordinates") == 0) ||
 		 (strcasecmp (attr_type, "numsubordinates") == 0) ||
+		 (strcasecmp (attr_type, "internalModifiersname") == 0) ||
 		 (strcasecmp (attr_type, "modifytimestamp") == 0) ||
 		 (strcasecmp (attr_type, "modifytimestamp") == 0) ||
 		 (strcasecmp (attr_type, "modifiersname") == 0)) {
 		 (strcasecmp (attr_type, "modifiersname") == 0)) {
 		return 1;
 		return 1;