ldap: add pagination to supportedControl

This commit is contained in:
Girish Ramakrishnan
2025-02-26 12:05:20 +01:00
parent a3e1843e8b
commit 28eee609de
2 changed files with 6 additions and 2 deletions

View File

@@ -192,7 +192,9 @@ async function maybeRootDSE(req, res, next) {
objectclass: [ 'RootDSE', 'top', 'OpenLDAProotDSE' ],
supportedLDAPVersion: '3',
vendorName: 'Cloudron LDAP',
vendorVersion: '1.0.0'
vendorVersion: '1.0.0',
supportedControl: [ ldap.PagedResultsControl.OID ],
supportedExtension: []
}
});
res.end();