Using the plugin without providing a password #155
Replies: 2 comments
-
This plugin provides no commands by default, it allows for any command to be used. As such there are infinite possibilities of commands to run. It's not clear from your question what command you're having an issue with. Judging from the use of '%' I assume that you're using a command like the following: net rpc shutdown --ipaddress 192.168.1.151 --user username%password To use the same command without a password, try to exchange it with the following: net rpc shutdown --ipaddress 192.168.1.151 --user username I haven't tried it out myself, rather googled for the solution and found this page: https://ubuntuforums.org/archive/index.php/t-173440.html. If that doesn't work for you, try to search for it yourself using the queries Best of luck. Translation (using Google translate):
net rpc shutdown --ipaddress 192.168.1.151 --user username%password
net rpc shutdown --ipaddress 192.168.1.151 --user username
|
Beta Was this translation helpful? Give feedback.
-
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
code
{mso-style-priority:99;
font-family:"Courier New";}
pre
{mso-style-priority:99;
mso-style-link:"Pr\00E9format\00E9 HTML Car";
margin:0cm;
font-size:10.0pt;
font-family:"Courier New";}
span.PrformatHTMLCar
{mso-style-name:"Pr\00E9format\00E9 HTML Car";
mso-style-priority:99;
mso-style-link:"Pr\00E9format\00E9 HTML";
font-family:"Courier New";}
MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
{page:WordSection1;}
--> thank you for your comeback,I did not find the solution, so I added a password to the pc and subsequently removed the password request at bootDe : Alex GustafssonEnvoyé le :dimanche 11 avril 2021 13:43À : AlexGustafsson/homebridge-wolCc : flocorbab; MentionObjet :Re: [AlexGustafsson/homebridge-wol] Using the plugin without providing a password (#155) This plugin provides no commands by default, it allows for any command to be used. As such there are infinite possibilities of commands to run. It's not clear from your question what command you're having an issue with. Judging from the use of '%' I assume that you're using a command like the following:net rpc shutdown --ipaddress 192.168.1.151 --user username%passwordTo use the same command without a password, try to exchange it with the following:net rpc shutdown --ipaddress 192.168.1.151 --user usernameI haven't tried it out myself, rather googled for the solution and found this page: https://ubuntuforums.org/archive/index.php/t-173440.html.If that doesn't work for you, try to search for it yourself using the queries use net rpc shutdown without a password, samba shutdown user without password etc.Best of luck.Translation (using Google translate):Ce plugin ne fournit aucune commande par défaut, il permet l'utilisation de any commande. En tant que tel, il existe des possibilités infinies de commandes à exécuter. Il n'est pas clair d'après votre question avec quelle commande vous rencontrez un problème. À en juger par l'utilisation de '%', je suppose que vous utilisez une commande comme celle-ci:net rpc shutdown --ipaddress 192.168.1.151 --user username%passwordPour utiliser la même commande sans mot de passe, essayez de l'échanger avec ce qui suit:net rpc shutdown --ipaddress 192.168.1.151 --user usernameJe ne l'ai pas essayé moi-même, j'ai plutôt cherché la solution sur Google et j'ai trouvé cette page: https://ubuntuforums.org/archive/index.php/t-173440.html.Si cela ne fonctionne pas pour vous, essayez de le rechercher vous-même en utilisant les requêtes utiliser net rpc shutdown sans mot de passe, samba shutdown user without password etc.Bonne chance.—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe.
Garanti sans virus. www.avast.com
|
Beta Was this translation helpful? Give feedback.
-
Note: moved from a comment on an issue authored by @flocorbab.
Original comment:
Translation (using Google translate):
Beta Was this translation helpful? Give feedback.
All reactions