Hi Alvaro, On 17 October 2012 18:27, Alvaro Simon <[email protected]> wrote:
> Dear OpenNebula developers > > > We are testing new rOCCI version with OpenNebula using x509 auth. > For the first tests we have created several users for different > certificate DNs (included into passwd without spaces). > > #oneuser create testinguser "/DC=xx/DC=xxx/O=xxxx/CN=xxxxx" --driver x509 > > Our tests are working fine but now we have a doubt. > > It's also possible to map different DNs to a single user? As example we > want to use the same testing user for > > /DC=xx/DC=xxx/O=xxxx/CN=xxxxx > > but also for: > > /DC=yyyy/DC=yyyy/O=yyyy/CN=yyyyy > > x509 certificates, is this possible? > You can achieve this using "|" to separate them. oneuser create testinguser "/DC=xx/DC=xxx/O=xxxx/CN=xxxxx|/DC=yyyy/DC=yyyy/O=yyyy/CN=yyyy" --driver x509 Cheers > > Thanks in advance! > Alvaro > _______________________________________________ > Users mailing list > [email protected] > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- Daniel Molina Project Engineer OpenNebula - The Open Source Solution for Data Center Virtualization www.OpenNebula.org | [email protected] | @OpenNebula
_______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
