-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ability to Push MA Config Parameters in to Command Elements #2
Comments
Hi Brian, Try this Using the syntax you provided ( {sshma:username} ). Fixes issue #1 as well. Just delete lithnet.logging and renci.ssh DLLs and PDBs from your extensions folder before putting this new version in (they are compiled in the main dll now) Let me know how it goes Ryan |
A refresh schema or editing the Connectivty page on the MA throws this error: Synchronization Service ManagerThe configuration file could not be loaded No such attribute "sshma:username".OK |
@bdesmond try this build |
Something is wrong with the zip - WinRAR and Windows Explorer both say it's corrupt |
Sorry @bdesmond, not sure what happened there. Try this one. |
@bdesmond did this build do what you needed? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. |
It would be very helpful to be able to push the username and password config elements in to a to reuse them. For example, something like this:
someApp -u {sshma:username} -p {sshma:password} ...
The text was updated successfully, but these errors were encountered: