Does anyone have both PAM auth + jenkins CLI working?

I had successfully been using jenkins cli like this:
` java -jar jenkins-cli.jar -i path/to/key command `

Now I switched to PAM auth, and login works from the admin area, but CLI 
quit working (stderr output below).  I also tried using the --username and 
--password parameters, instead of private key, and it still doesn't work.  
(same exception)

Exception in thread "main" java.io.EOFException
    at java.io.DataInputStream.readBoolean(DataInputStream.java:244)
    at hudson.cli.Connection.readBoolean(Connection.java:93)
    at hudson.cli.CLI.authenticate(CLI.java:560)
    at hudson.cli.CLI._main(CLI.java:471)
    at hudson.cli.CLI.main(CLI.java:382)

Is there additional config I'll need, or does PAM auth simply not work with 
cli?


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/19bf74d7-6635-481c-814d-942a2d79612c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to