Giter Site home page Giter Site logo

Comments (4)

dainman avatar dainman commented on August 24, 2024

Try enclosing password in single quote

Sent from my iPhone

On Apr 7, 2015, at 6:30 PM, kennega <[email protected]mailto:[email protected]> wrote:

First contribution here so please be kind - I am using two controllers, one in San Diego and one in New York City. My SD controller has a "normal" admin password, whereas my NYC controller has a password with a special character (an exclamation) - if I connect using say, the snapback tool, I can create a snap fine in SD. However when I try to create a snap in NYC, it bombs. Here's an example on the command line:
NYC:
KEGARREA-M-G0EU:lint kegarrea$ python acilint.py -l admin -p Ins!3579 -u https://10.87.34.16
-bash: !3579: event not found

SD:
KEGARREA-M-G0EU:lint kegarrea$ python acilint.py -l admin -p Cisco321 -u https://10.95.33.232
Getting configuration from APIC....
Processing configuration....
Critical 001: EPG 'default' in tenant 'infra' app 'access' is not assigned security clearance
etc etc

Hopefully this is a bug and not user error.


Reply to this email directly or view it on GitHubhttps://github.com//issues/52.

from acitoolkit.

kennega avatar kennega commented on August 24, 2024

Have tried that as well as double quotes and backtick... and trying to escape it with ! - no luck on any of them.

from acitoolkit.

michsmit99 avatar michsmit99 commented on August 24, 2024

Your original issue is bash interpretation of the ! character. I tried with the single quotes
python acilint.py -l admin -p 'Ins!3579' -u https://10.87.34.16
and it "worked" (meaning that the password was accepted) but fails on your APIC due to the following issue:
https://communities.cisco.com/message/171497

from acitoolkit.

kennega avatar kennega commented on August 24, 2024

Confirmed - thanks. I enabled TLSv1 and everything worked as expected. Thanks for the help!

from acitoolkit.

Related Issues (20)

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.