Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > da15984c7fc182bb8424883955a72d63 > files > 6

myproxy-doc-5.3-1.fc13.i686.rpm

#!/bin/sh
username=$1
if [ X"$username" = X ]; then
    # no username given
    exit 1
fi
# DN must match the signing policy for your CA.
echo "/O=Grid/OU=MyProxy CA/CN=${username}"
exit 0