ldap: add pagination to supportedControl
This commit is contained in:
@@ -617,7 +617,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();
|
||||
|
||||
Reference in New Issue
Block a user