Back to index
Summary
Moves an Active Directory or LDAP directory provider in front of another specified provider or to the end of the list.providerNameStringrequiredName for a LDAP directory provider; must be unique. beforeProviderNameStringoptionalUsed when reordering the directory providers: the provider is moved to a position just before this provider. Blank means move the provider to the end of the provider list. |
Usage
Perl
$cmdr->moveDirectoryProvider( "test-providerName" # providerName # optionals );
ectool
ectool moveDirectoryProvider \ "test-providerName" `# providerName` \ # optionals