--On Wednesday, June 8, 2022 11:47 AM +0000 RAIMBAULT Alain - Contractor <[email protected]> wrote:

Thanks for pointing at this element.
I modified my ldif in consequence

# cat sizelimit.ldif
dn: cn=config
changetype: modify
replace: olcSizeLimit
olcSizeLimit: unlimited

root@ccase03 # grep olcRoot olcDatabase={1}mdb.ldif
olcRootDN: cn=Manager,dc=tosa,dc=thales
olcRootPW:: e1NTSEF9QTVnK3BPV2dWM2p6V29DZkRrSjVZZ1YwUDROS2RDTWg=
                    ^ strange ! two semicolons in a row

root@laselainfldap01p:/etc/openldap/slapd.d/cn=config# ldapmodify -v -h
10.136.16.197 -D "cn=Manager,dc=tosa,dc=thales" -w tco_tosa_thales -f
sizelimit.ldif ldap_initialize( ldap://10.136.16.197 )
replace olcSizeLimit:
        unlimited
modifying entry "cn=config"
ldap_modify: Insufficient access (50)


As long as you continue to bind with an identity that does not have access to the configuration database, this will be the end result - Insufficient access.

--Quanah



Reply via email to