summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/back-sch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/back-sch.c b/src/back-sch.c
index a2ea291..2dd8b10 100644
--- a/src/back-sch.c
+++ b/src/back-sch.c
@@ -240,7 +240,7 @@ backend_set_config_read_config(struct plugin_state *state, Slapi_Entry *e,
* sure that we copy the schema-compat-origin and SID
* attributes, so that we can read the former during the BIND
* callback. */
- backend_shr_add_strlist(&ret.attribute_format, "objectClass=extensibleObject");
+ backend_shr_add_strlist(&ret.attribute_format, "objectClass=%ifeq(\"%{ipaNTSecurityIdentifier}\",\"\",\"\",\"extensibleObject\")");
backend_shr_add_strlist(&ret.attribute_format, "ipaNTSecurityIdentifier=%{ipaNTSecurityIdentifier}");
}