[09:34:21 CDT(-0500)] <rlewis> Hi, I have external cas configured on a new quick start install. Now what is the best way to change the admin superuser from "admin" to myself? I tried "ant data-export" but I do not see a list of admin accounts.
[10:02:42 CDT(-0500)] <athena> add yourself to the portal developers and portal administrators group
[10:02:48 CDT(-0500)] <athena> groups
[10:03:03 CDT(-0500)] <rlewis> ok, i will try it, Thanks!
[10:03:19 CDT(-0500)] <athena> yep!
[10:37:58 CDT(-0500)] <rlewis> athena: I successfully added the admin users, Thanks! Now I need to change the default PersonDirectory config to get rid of "unrecognized user" etc. I am getting the user's name in the CAS service validation response, how would I configure PersonDirectory to use the user name attribute from that data source? The user manual is confusing on this topic.
[10:51:47 CDT(-0500)] <athena> typically that field is populated by the display name, not the user id
[10:51:54 CDT(-0500)] <athena> so like "Jen Bourey" instead of jbourey
[10:52:09 CDT(-0500)] <athena> you need a user attribute source in addition to an authentication source - typically something like LDAP or AD or a custom database
[10:52:18 CDT(-0500)] <athena> i'd recommend taking a look through the uportal manual
[10:54:00 CDT(-0500)] <rlewis> ok, Thanks!
[11:41:53 CDT(-0500)] <EricDalquist> athena: I'll be merging my event aggregation stuff into master today
[11:41:59 CDT(-0500)] <athena> yay!
[11:42:18 CDT(-0500)] <EricDalquist> I'll also be getting documentation setup for upgrading
[11:42:29 CDT(-0500)] <EricDalquist> until that is out there don't try running the new code against an existing db
[11:43:25 CDT(-0500)] <EricDalquist> though it actually won't let you
[11:43:31 CDT(-0500)] <EricDalquist> I added a UP_VERSION table
[11:43:44 CDT(-0500)] <EricDalquist> which tracks the version number that for the db data model
[11:43:54 CDT(-0500)] <EricDalquist> and then on portal startup the portal checks if the version numbers match
[11:43:59 CDT(-0500)] <EricDalquist> and uPortal fails to start on a missmatch
[11:44:14 CDT(-0500)] <EricDalquist> to prevent people from running code 4.0.6 on db 4.0.5