web/admin: fix certificate filtering for LDAP verification certificate
closes #4376 Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -157,7 +157,6 @@ export class LDAPSourceForm extends ModelForm<LDAPSource, string> { | |||||||
|                             ): Promise<CertificateKeyPair[]> => { |                             ): Promise<CertificateKeyPair[]> => { | ||||||
|                                 const args: CryptoCertificatekeypairsListRequest = { |                                 const args: CryptoCertificatekeypairsListRequest = { | ||||||
|                                     ordering: "name", |                                     ordering: "name", | ||||||
|                                     hasKey: true, |  | ||||||
|                                     includeDetails: false, |                                     includeDetails: false, | ||||||
|                                 }; |                                 }; | ||||||
|                                 if (query !== undefined) { |                                 if (query !== undefined) { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer