From 0f57acc531792684b57c2e4906551e776dc8ceac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Wed, 13 Jan 2016 12:53:26 -0800 Subject: [PATCH] s4:acl LDB module - fix error message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Dieter Wallnöfer Reviewed-by: Andrew Bartlett Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Thu Jan 14 04:54:26 CET 2016 on sn-devel-144 --- source4/dsdb/samdb/ldb_modules/acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/dsdb/samdb/ldb_modules/acl.c b/source4/dsdb/samdb/ldb_modules/acl.c index 78e646159c4..62e560f9b13 100644 --- a/source4/dsdb/samdb/ldb_modules/acl.c +++ b/source4/dsdb/samdb/ldb_modules/acl.c @@ -867,7 +867,7 @@ static int acl_add(struct ldb_module *module, struct ldb_request *req) &objectclass->schemaIDGUID, req); if (ret != LDB_SUCCESS) { ldb_asprintf_errstring(ldb_module_get_ctx(module), - "acl: unable to find or validate structural objectClass on %s\n", + "acl: unable to get access to %s\n", ldb_dn_get_linearized(req->op.add.message->dn)); return ret; } -- 2.34.1