Git Product home page Git Product logo

poshguacamole's People

Contributors

hvoges avatar

Watchers

 avatar

Forkers

borzel

poshguacamole's Issues

New-GuacamoleUser: Password not set

Problem:
If I create a new user with New-GuacamoleUser -Username testuser -Password testpass then the password ist not set and I can not login into guacamole

Solution
Change in New-GuacamoleUser.ps1 on line 73 from
Password = $Password
to
password = $Password

$PSBoundParameters doesn't include default parameter values

You use a switch Statement with $PSBoundParameters to fill the array for the webrequest, but $PSBoundParameters does not include the default parameters.

For example, I have to use

New-GuacamoleRdpConnection -Connectionname $user -UserName $pass -Password $pass -Hostname 10.30.10.30 -Domain schulung -ResizeMethod display-update -IgnoreCertificateWarning 'true' -ServerLayout 'de-de-qwertz' -RdpPort 3389

to dynamicaly resize the display, ignore the certificate, use German Layout and use port 3389.

If i just call

New-GuacamoleRdpConnection -Connectionname $user -UserName $pass -Password $pass -Hostname 10.30.10.30 -Domain schulung

the values are not send to guacamole.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.