Explorar el Código

Fix mapping of seeAlso and secretary attributes

David Boreham hace 20 años
padre
commit
23d52597d1
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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}
 };