allow OpenLdap identity source creation

Signed-off-by: Benjamin Saiz <benj.saiz@gmail.com>
This commit is contained in:
Benjamin SAIZ
2022-06-29 11:03:16 +02:00
committed by Benjamin Saiz
parent 91ab53cdf7
commit dbd5f7e907

View File

@@ -363,7 +363,7 @@ function Add-LDAPIdentitySource {
ValueFromPipeline = $false,
ValueFromPipelineByPropertyName = $false,
HelpMessage = 'Ldap Server type')]
[ValidateSet('ActiveDirectory')]
[ValidateSet('ActiveDirectory', 'OpenLdap')]
[string]
$ServerType = 'ActiveDirectory',