From 2fcb1502dfb0457432285d98394fadd8b14e447e Mon Sep 17 00:00:00 2001 From: hno <> Date: Tue, 25 Feb 2003 20:47:43 +0000 Subject: [PATCH] Bug #553: authentication and external acl lookups --- src/external_acl.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/external_acl.cc b/src/external_acl.cc index 10c830d355..a56ba80c54 100644 --- a/src/external_acl.cc +++ b/src/external_acl.cc @@ -1,6 +1,6 @@ /* - * $Id: external_acl.cc,v 1.30 2003/02/25 12:24:35 robertc Exp $ + * $Id: external_acl.cc,v 1.31 2003/02/25 13:47:43 hno Exp $ * * DEBUG: section 82 External ACL * AUTHOR: Henrik Nordstrom, MARA Systems AB @@ -606,7 +606,7 @@ makeExternalAclKey(ACLChecklist * ch, external_acl_data * acl_data) switch (format->type) { case _external_acl_format::EXT_ACL_LOGIN: - str = authenticateUserRequestUsername(request->auth_user_request); + str = authenticateUserRequestUsername(ch->auth_user_request); break; #if USE_IDENT -- 2.47.3