Here it is:
Select 1:
dspace=# SELECT * FROM "epersongroup" WHERE name = 'anonymous';
eperson_group_id | name
------------------+-----------
361 | anonymous
(1 row)
dspace=# SELECT * FROM "epersongroup" WHERE name = 'Anonymous';
eperson_group_id | name
------------------+------
(0 rows)
Select2:
dspace=# SELECT * FROM "epersongroup" WHERE eperson_group_id <= 1;
eperson_group_id | name
------------------+---------------
1 | Administrator
0 | submitter
(2 rows)
Thanks,
Craig.
>>> helix84 <[email protected]> 14/02/2013 17:20 >>>
Nice, the wildcard tool is indeed also in JSPUI. I didn't know that.
The policies look fine except for one detail - the Anonymous group
should start with capital A. I suspect someone might have deleted the
group and created a new one. That might cause a problem if the group
ID was hardcoded (Anonymous group ID is 0).
Please, send me the output of the following SQL queries:
SELECT * FROM "epersongroup" WHERE name = 'anonymous';
SELECT * FROM "epersongroup" WHERE eperson_group_id <= 1;
Regards,
~~helix84
Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
This message is subject to the CSIR's copyright terms and conditions, e-mail
legal notice, and implemented Open Document Format (ODF) standard.
The full disclaimer details can be found at
http://www.csir.co.za/disclaimer.html.
This message has been scanned for viruses and dangerous content by MailScanner,
and is believed to be clean.
Please consider the environment before printing this email.
--
This message is subject to the CSIR's copyright terms and conditions, e-mail
legal notice, and implemented Open Document Format (ODF) standard.
The full disclaimer details can be found at
http://www.csir.co.za/disclaimer.html.
This message has been scanned for viruses and dangerous content by MailScanner,
and is believed to be clean.
Please consider the environment before printing this email.
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette