소스 검색

Fix mapping of seeAlso and secretary attributes

David Boreham 20 년 전
부모
커밋
23d52597d1
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      ldap/servers/plugins/replication/windows_protocol_util.c

+ 0 - 3
ldap/servers/plugins/replication/windows_protocol_util.c

@@ -122,7 +122,6 @@ static char* windows_user_matching_attributes[] =
 	"postalAddress",
 	"postalCode",
 	"registeredAddress",
-	"seeAlso",
 	"sn",
 	"st",
 	"street",
@@ -157,7 +156,6 @@ static char* windows_group_matching_attributes[] =
 	"postalCode",
 	"preferredDeliveryMethod",
 	"registeredAddress",
-	"seeAlso",
 	"sn",
 	"st",
 	"street",
@@ -202,7 +200,6 @@ static windows_attribute_map user_attribute_map[] =
 	/* However, it isn't a naming attribute in DS (we use uid) so it's safe to accept changes inbound */
     { "name", "cn", fromwindowsonly, always, normal},
     { "manager", "manager", bidirectional, always, dnmap},
-    { "secretary", "secretary", bidirectional, always, dnmap},
     { "seealso", "seealso", bidirectional, always, dnmap},
 	{NULL, NULL, -1}
 };