|
From: Oliver W. <ma...@ol...> - 2018-08-18 16:03:53
|
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! |