s4:acl LDB module - fix error message
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Wed, 13 Jan 2016 20:53:26 +0000 (12:53 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 14 Jan 2016 03:54:26 +0000 (04:54 +0100)
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Jan 14 04:54:26 CET 2016 on sn-devel-144

source4/dsdb/samdb/ldb_modules/acl.c

index 78e646159c4eaf7eb6e46c96a18a3a3b7881dda7..62e560f9b136bf64f771922094d9a2f6064190b8 100644 (file)
@@ -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;
        }