Hello Joerg,

Am 03.05.2017 um 21:16 schrieb Joerg Eckert:
1. OK, for a small test we installed openxpki in our environment
very nice to hear - welcome to the OpenXPKI user base :D

———
connector.yaml:

userad:
class: Connector::Builtin::Authentication::LDAP
LOCATION: ldap://ad.company.com (yes, our right server there)
base: dc=company,dc=loc (yes, the correct base)
binddn@: cn=binduser (what should be written down here? We do not know what the 
@ means here)
password@: secret (what should be written down here? We do not know what the @ 
means here)

———

1. Is that done right? I am not sure...
Yaml needs the indent - I think this is a copy & paste problem, if not you need to correct it

2. I tried to fill in my user and password (binddn and password) but that 
doesn’t help.
Remove the "@" signs and write your cleartext binddn and password here and see if it works then. The @ marks an internal reference within the config so what you have written tries to find the password inside the configuration using "secret" as key.

3. Is there more to do? Something additional to install? I can’t see know where 
a source for ldap auth….
Make sure that Net::LDAP packages are installed, quick check is "perl -MConnector::Builtin::Authentication::LDAP" should just block your terminal, if it complains about a missing module you need to install them but you should be able to see this very clear in the openxpki.log.


Yes, we read the documentation several times. But - sorry for that - its too 
unclear what should be done here and which options are possible
If you can improve it or if there are errors, we are happy to receive your comments - preferably as pull request on github or even by mail.

best regards

Oliver


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
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