Modify

Ticket #442 (closed defect: fixed)

Opened 16 years ago

Last modified 16 years ago

Client resolution should be case-insensitive

Reported by: [email protected] Owned by: desai
Priority: major Milestone: Bcfg2 0.9.4 Release
Component: bcfg2-server Version: 0.9.x
Keywords: Cc:

Description

Through no fault of our own, our FQDNs are in the format "foo.WSG.McGill?.CA". If I specify "foo.wsg.mcgill.ca" (lowercase), bcfg2-server does not recognize the requesting host with the following error:

Failed to download probes from bcfg2
Client metadata resolution error for xx.xx.xx.xx

Since domain names are case-insensitive, the server should ignore the case when matching the hosts to the clients list.

Attachments

Change History

comment:1 Changed 16 years ago by desai

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone set to Bcfg2 0.9.4 Release

Resolved in [df43f23d4333a7b15988bb0c7aaa8493df6804b5] (SVN r3200). We now canonicalize client names internally to a lowercase format. Now Foo.com == foo.com == fOO.cOM. This will be included in 0.9.4pre2.

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.