#89 add fasjson support
Merged by bcotton. Opened by ryanlerch.
ryanlerch/elections freeipa-fas  into  master

Download 89.patch

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.

rebased onto 4227a563d4d9e8f5a5f7fe4701ade2c520c09e2f

It's either config.get("FASJSON") or config["FASJSON"]. Same thing in other occurences.

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.

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

Metadata