VOS.VirtSPARQLDETAccountDAVEnableISQL
SPARQL Endpoint DET Configuration Guide: set the SQL user account to be DAV enabled Via direct table config
- Make sure the steps from the Secure SPARQL Endpoint Guide using WebID Protocol are performed.
- Call the Virtuoso USER_SET_OPTION function from iSQL:
SQL> user_set_option('SPUID1', 'DAV_ENABLE', 1); Done. -- 0 msec. SQL> SELECT U_DAV_ENABLE FROM DB.DBA.SYS_USERS WHERE U_NAME = 'SPUID1'; U_DAV_ENABLE INTEGER _______________________________________________________________________________ 1 1 Rows. -- 0 msec.
Related
- SPARQL Endpoint DET Configuration Guide: set the SQL user account to be DAV enabled Using Conductor UI
- SPARQL Endpoint DET Configuration Guide
- Safeguarding your Virtuoso-hosted SPARQL Endpoint
- SPARQL Endpoint Protection Methods Collection
- Virtuoso documentation
- Virtuoso Tips and Tricks Collection
- SPARUL over SPARQL using the http://cname:port/sparql-auth endpoint
- Virtuoso Authentication Server UI
- Manage a SPARQL-WebID based Endpoint
- Configure Virtuoso instance as an X.509 Certificate Authority and HTTPS listener
- Configure Virtuoso+ODS instance as an X.509 Certificate Authority and HTTPS listener
- WebID Protocol Support in OpenLink Data Spaces.
- Manage ODS Datadspaces Objects WebID? Access Control Lists (ACLs):
- Guide for Set up a X.509 certificate issuer and HTTPS listener and generate ODS user certificates.
- Setting up PubSubHub in ODS
- PubSubHubBub Demo Client Example
- Feed subscription via PubSubHub protocol Example
- Setting Up PubSubHub to use WebID Protocol or IP based control lists
- CA Keys Import using Conductor
- Generate an X.509 Certificate hosted WebID Guide
- Generate an X.509 Certificate (with a WebID watermark) to be managed by host operating system keystore
- Generate an X.509 Certificate (with a WebID watermark) to be managed by a browser-based keystore
- Using Virtuoso's WebID Verification Proxy Service with a WebID-bearing X.509 certificate
- Using Virtuoso's WebID Identity Provider (IdP) Proxy Service with an X.509 certificate
- ODS Briefcase WebID Protocol Share File Guide
- WebID Protocol Specification
- Test WebID Protocol Certificate page
- WebID Protocol Certificate Generation page