Project

General

Profile

« Previous | Next » 

Revision 2005

Added by Matt Jones about 20 years ago

Fixed hardcoded admin account so that it works with more than just OBFS
Registry.

View differences:

register-dataset.cgi
1170 1170

  
1171 1171
    $doc .= "<access authSystem=\"knb\" order=\"denyFirst\">\n";
1172 1172
    $doc .= "<allow>\n";
1173
    $doc .= "<principal>uid=obfsadmin,o=LTER,dc=ecoinformatics,dc=org</principal>\n";
1173
    $doc .= "<principal>$username</principal>\n";
1174 1174
    $doc .= "<permission>all</permission>\n";
1175 1175
    $doc .= "</allow>\n";
1176 1176
    $doc .= "<allow>\n";

Also available in: Unified diff