From b9eae8bfbfb13bbb836556612fc44ec9a1a29509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Mon, 4 Jul 2011 15:55:00 +0200 Subject: [PATCH] Feature #687: Bring back the pub flag to the auth. string, deleted in commit:84a19e69 --- src/authm/AuthManager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authm/AuthManager.cc b/src/authm/AuthManager.cc index 43cdf67c74..b2512f401a 100644 --- a/src/authm/AuthManager.cc +++ b/src/authm/AuthManager.cc @@ -68,7 +68,7 @@ void AuthRequest::add_auth(Object ob, oss << Operation_to_str(op) << ":"; - oss << owner << ":"; + oss << owner << ":" << pub << ":"; // ------------------------------------------------------------------------- // Authorize the request for self authorization