#2020 Host list pages has Enrolled? column but field is krblastpwdchange.
Closed: Fixed None Opened 12 years ago by admiyo.

{
name: 'krblastpwdchange',
label: IPA.messages.objects.host.enrolled,
format: IPA.utc_date_column_format
}

From host.js

This fieldname should be fetched from the metadata, or a new label added.


Going to reassign to the web UI, as it is possible that the field is populated, but the date time widget is just niot showing it. Also, the intention of this field is to show when the host was enrolled, and the label should reflect that.

krblastpwdchange is not returned by the host_find call. This RPC needs 'all'

{
"error": null,
"id": null,
"result": {
"count": 1,
"result": [
{
"dn": "fqdn=vm-133.idm.lab.bos.redhat.com,cn=computers,cn=accounts,dc=vm-133,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
"fqdn": [
"vm-133.idm.lab.bos.redhat.com"
],
"has_keytab": true,
"has_password": false,
"krbprincipalname": [
"host/vm-133.idm.lab.bos.redhat.com@VM-133.IDM.LAB.BOS.REDHAT.COM"
],
"managedby_host": [
"vm-133.idm.lab.bos.redhat.com"
]
}
],
"summary": "1 host matched",
"truncated": false
}
}

The krblastpwdchange has been removed:
- master: b4ebcad

It will be replaced by has_keytab in a separate patch.

The has_keytab column has been added:
- master: 5773afa

Metadata Update from @admiyo:
- Issue assigned to edewata
- Issue set to the milestone: FreeIPA 3.0 Core Effort - 2011/10

7 years ago

Login to comment on this ticket.

Metadata