Time |
S |
Nick |
Message |
08:28 |
|
|
ruebot joined #dvn |
13:13 |
|
pdurbin |
ah, this commit was for the user guide: http://svn.apache.org/viewvc?view=revision&revision=1456119 |
13:18 |
|
pdurbin |
pushed: use OpenMode.CREATE_OR_APPEND (the default) per: · e28e25d · IQSS/dvn - https://github.com/IQSS/dvn/commit/e28e25d7547a1f6b386acfcf482023f19c0219e6 |
14:04 |
|
pdurbin |
some emails this morning about shibboleth... what attributes the Identity Provider (IdP) should send to DVN... |
14:05 |
|
pdurbin |
I'm not saying this is the list of attributes we need... but I thought I'd point out the "vdcuser" table in the database... |
14:05 |
|
pdurbin |
insert into vdcuser(id, version, email, firstname, lastname, username, encryptedpassword, networkRole_id,active, agreedtermsofuse ) VALUES ( 1, 1, 'dataverselists.hmdc.harvard.edu','Network','Admin', 'networkAdmin' ,'tf0bLmzOFx5JrBhe2EIraS5GBnI=' ,2,true, true); -- https://github.com/IQSS/dvn/blob/3.3/src/DVN-EJB/src/conf/referenceData.sql#L913 |
14:07 |
|
pdurbin |
hopefully, this at least give a sense of the kinds of fields we have for users today |
14:08 |
|
pdurbin |
hmm, with the database on my workstation I also see a column for "position" in the vdcuser table... populated with values such as Staff, Faculty, Student, Other |
16:22 |
|
|
bnsnwork joined #dvn |