Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added ldap authentification to Rdf auth adapter #98

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

FTeichmann
Copy link

To enable ldap authentification in Ontowiki, import these users into the System User Graph.

e.g. using https://github.com/FTeichmann/ldif2OntowikiUsers but the process is basically:

  • add a predicate 'sysont:authenticateViaLdap' and set it to "true"^^xsd:boolean for the specified ldap user
  • Virtuoso 6.1 AND Virtuoso 7 convert boolean true to "1"^^xsd:integer when saving the model and the Erfurt auth adapter reflects that behavior
  • add a predicate 'http://www.w3.org/2007/ont/ldif/dn' to the literal of the ldap user dn as plain string
  • configure the ldap connection in the respective chapter of the Erfurt configuration file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant