Adds the ability to elections to optionally use fasjson / noggin / AAA replacement instead of FAS2 fir getting usernames
Signed-off-by: Ryan Lerch rlerch@redhat.com
It's either config.get("FASJSON") or config["FASJSON"]. Same thing in other occurences.
config.get("FASJSON")
config["FASJSON"]
rebased onto 4227a563d4d9e8f5a5f7fe4701ade2c520c09e2f
whoops! fixed now
Looks fine to me now!
There is an equivalent value of human_name for users in LDAP, we just don't make it available. I'll add it to the output model so we can return it directly. I'll call it human_name too to ease transition.
human_name
It will be available when https://github.com/fedora-infra/fasjson/pull/98 is merged.
@bcotton I think this can be merged :)
Pull-Request has been merged by bcotton
Adds the ability to elections to optionally use fasjson / noggin / AAA
replacement instead of FAS2 fir getting usernames
Signed-off-by: Ryan Lerch rlerch@redhat.com