Bug 2209785

Summary: [RHEL8][RFE] Increase PAM_MISC_CONV_BUFSIZE to max at 4096 instead of 512 bytes
Product: Red Hat Enterprise Linux 8 Reporter: Jeremy Absher <jabsher>
Component: pamAssignee: Iker Pedrosa <ipedrosa>
Status: VERIFIED --- QA Contact: Anuj Borah <aborah>
Severity: high Docs Contact:
Priority: high    
Version: 8.8CC: aboscatt, kcleveng, pbrezina
Target Milestone: rcKeywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: pam-1.3.1-27.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 2215007 (view as bug list) Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2215007    

Comment 2 Iker Pedrosa 2023-05-25 10:09:59 UTC
I'd like you to clarify one topic with the customer before triaging this bugzilla.

"--with-misc-conv-bufsize" defines the value for PAM_MISC_CONV_BUFSIZE, that is used to read the input string in a PAM conversation (i.e. password input). The PAM_MAX_MSG_SIZE macro mentioned in the bugzilla title is mostly used by pam_echo for printing text messages to the user.

Can you confirm with the customer that their request is related to PAM conversation limits (a.k.a. PAM_MISC_CONV_BUFSIZE)? And not with pam_echo?