SynapseProject / handlers.ActiveDirectory.net

Synapse is lightweight execution engine for unifying federated data sources and processes. The ActiveDirectory Handler allows for programatic manipulation of an Active Directory instance.
MIT License
0 stars 1 forks source link

Core: Add Field-Level Validation #134

Open GuyWaguespack opened 6 years ago

GuyWaguespack commented 6 years ago

Add field-level validation for fields that aren't passed in via dynamic parameters (dynamic parameters already have validation associated with them).

Thinking on "Create User", you might want to say the SamAccountName must be of a certain format, but since this field is calculated from the FQDN you pass in, it won't work for that field.

GuyWaguespack commented 6 years ago

Look at using LdapSearch String Syntax.