Modify ↓
Ticket #580 (closed defect: fixed)
clients with uuids must have private passwords
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 0.9.6 Release |
Component: | bcfg2-server | Version: | |
Keywords: | Cc: |
Description
Server is trunk/4822. Client is trunk/4825.
clients.xml: <Client profile="basic" pingable="Y" pingtime="0" name="ubuntu-client.somewhere.com" uuid="ubuntu-client-uuid" location="floating" secure="false" password="bigsecret" />
Without the password specifically set here, and with the global password configured on the client, I get this message on the server:
Jul 25 14:29:24 bcfg-server bcfg2-server[7122]: Client 10.222.140.243 in secure mode but has no password Jul 25 14:29:24 bcfg-server bcfg2-server[7122]: No authentication included with request from 10.222.140.243
and the client says: "No authentication info"
Adding a host-specific secret on the client and in clients.xml allows it to work.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Fixed in [61ebc09963d04feba781534399b9d8aa126aa8e3] (SVN r4826). Thanks for the detailed report. and hi ;)