Bug 2231269 - nsslapd-numlisteners limit is not enforced
Summary: nsslapd-numlisteners limit is not enforced
Keywords:
Status: NEW
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: 389-ds-base
Version: 9.3
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: rc
: ---
Assignee: LDAP Maintainers
QA Contact: LDAP QA Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-08-11 07:46 UTC by Viktor Ashirov
Modified: 2023-08-16 14:59 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-165596 0 None None None 2023-08-11 07:47:10 UTC

Description Viktor Ashirov 2023-08-11 07:46:18 UTC
Description of problem:
DS allows to set a higher value of nsslapd-numlisteners than its limit of 4:

# dsconf localhost config get nsslapd-numlisteners
nsslapd-numlisteners: 1
# dsconf localhost config replace nsslapd-numlisteners=5
Successfully replaced "nsslapd-numlisteners"
# dsconf localhost config get nsslapd-numlisteners
nsslapd-numlisteners: 4
# grep nsslapd-numlisteners /etc/dirsrv/slapd-localhost/dse.ldif
nsslapd-numlisteners: 5

# systemctl restart dirsrv@localhost
# dsconf localhost config get nsslapd-numlisteners
nsslapd-numlisteners: 4
# grep nsslapd-numlisteners /etc/dirsrv/slapd-localhost/dse.ldif
nsslapd-numlisteners: 5


Version-Release number of selected component (if applicable):
389-ds-base-2.3.4-3.el9.x86_64


How reproducible:
always


Note You need to log in before you can comment on or make changes to this bug.