Another bug. This time in importing contacts
Posted: Thu Sep 12, 2019 1:23 pm
More bugs in imports. This time, it's contacts. Similar to https://support.nagios.com/forum/viewto ... 16&t=55551, the following import stanza:
Imports and writes back out to this:
I'm guessing it's the spaces in the "use" (or maybe it's the spaces in the thing the user points to). Maybe all keywords for the import class can be exempted instead of me finding them one at a time? 
Code: Select all
define contact {
contact_name spacecadet
use Auth Contact
alias User spacecadet
email [email protected]
}
Code: Select all
define contact {
contact_name spacecadet
alias User spacecadet
email [email protected]
use
}