Bugzilla – Bug 1334
request for more strict format checking in grid-mapfile-check-consistency
Last modified: 2008-08-11 15:21:24
You need to log in before you can comment on or make changes to this bug.
grid-mapfile-check-consistency can't detect following entry as error, "O=Grid, O=Globus, OU=soum.co.jp, CN=FUKAUMI Naoki" fukaumi It's possible and frequently mistake, I believe. ;) (Of course it should use "grid-cert-info -s" to get proper DN.) Please add checking function about these bogus entries. This is quick hack. 232c232 < check_fields=`echo $line | ${GLOBUS_SH_GREP-grep} "O=" | ${GLOBUS_SH_GREP-grep} "CN="` --- > check_fields=`echo $line | ${GLOBUS_SH_GREP-grep} "/O=" | ${GLOBUS_SH_GREP-grep} "/CN="`
Fix was to activate Common. Committed to trunk.
Oops wrong bug...
Committed suggested fix. /Sam