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,
|
ValueFromPipeline = $false,
|
||||||
ValueFromPipelineByPropertyName = $false,
|
ValueFromPipelineByPropertyName = $false,
|
||||||
HelpMessage = 'Ldap Server type')]
|
HelpMessage = 'Ldap Server type')]
|
||||||
[ValidateSet('ActiveDirectory')]
|
[ValidateSet('ActiveDirectory', 'OpenLdap')]
|
||||||
[string]
|
[string]
|
||||||
$ServerType = 'ActiveDirectory',
|
$ServerType = 'ActiveDirectory',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user