[one-users] LDAP addon and OpenNebula 3.3.0

Simon Boulet simon at nostalgeek.com
Tue Mar 13 12:42:43 PDT 2012


On Wed, Mar 7, 2012 at 11:00 PM, Simon Boulet <simon at nostalgeek.com> wrote:

>
> OpenNebula seems to be picking up the "default" driver:
>
> Wed Mar  7 22:42:58 2012 [AuM][D]: Message received: AUTHENTICATE
> FAILURE 3 Authentication driver 'default' not available
> Wed Mar  7 22:42:58 2012 [AuM][E]: Auth Error: Authentication driver
> 'default' not available
> Wed Mar  7 22:42:58 2012 [ReM][E]: [UserPoolInfo] User couldn't be
> authenticated, aborting call.
>

I figured I had improperly modified the AUTH_MAD arguments line.

I had :

arguments  = "--authz quota --authn ssh,x509,ldap,server_cipher,server_x509"

What I needed was :

arguments = "--authz quota --authn plain,ssh,x509,ldap,default"

As per the documentation here: http://opennebula.org/documentation:rel3.2:ldap

Thanks

Simon



More information about the Users mailing list