Hi,

Many thanks for your answer, it is working now.
I had another error which led me to a bind errror 49 after removing the  @.

To make it work I had to change the binddn to include the complete account
definition (because the line starts with cn=):
binddn@: cn=myorg\service_account
to
binddn: cn=service_account,OU=Service Accounts,DC=myorg,DC=com

Thanks

Raphaël Buquet

Le sam. 18 août 2018 à 18:04, Oliver Welter <[email protected]> a écrit :

> Hi Raphael,
>
> > I'm new to Openxpki, even if I use to manage PKIs for a few years.
> > I am trying Openxpki and since now I managed to make a useful demo with
> > realms, a bit of presonnalization. This looks promizing as I am planning
> > the future deployment.
>
> I am happy to hear so ;=)
>
> >     base: dc=myorg,dc=com
> >     binddn@: cn=myorg\service_account           (cn=service_account does
> > produce the same error)
> >     password@: mypassword
>
> Please remove the @ chars behind binddn and password - this is a
> copy&paste error in the quickstart. It should look like:
>
> >     binddn: cn=myorg\service_account
> >     password: mypassword
>
> Background Info: The "@" makes the line work as a kind of "symlink" and
> the source where I copied this example from uses such symlinks to hold
> the username/password outside the main config in a separate file.
>
> Oliver
>
> --
> Protect your environment -  close windows and adopt a penguin!
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> OpenXPKI-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/openxpki-users
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to