allow OpenLdap identity source creation
Signed-off-by: Benjamin Saiz <benj.saiz@gmail.com>
This commit is contained in:
committed by
Benjamin Saiz
parent
91ab53cdf7
commit
dbd5f7e907
@@ -363,7 +363,7 @@ function Add-LDAPIdentitySource {
|
||||
ValueFromPipeline = $false,
|
||||
ValueFromPipelineByPropertyName = $false,
|
||||
HelpMessage = 'Ldap Server type')]
|
||||
[ValidateSet('ActiveDirectory')]
|
||||
[ValidateSet('ActiveDirectory', 'OpenLdap')]
|
||||
[string]
|
||||
$ServerType = 'ActiveDirectory',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user