Skip to content

Commit

Permalink
Merge pull request #24 from pieterlexis/patch-1
Browse files Browse the repository at this point in the history
OpenSSL for azure notice
  • Loading branch information
Peter van Dijk committed Jul 2, 2015
2 parents 792d7aa + 1647dd2 commit 4d64011
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/markdown/authoritative/backend-godbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ For convenience, a schema for MS SQL Server has been created:

Load this into the database as follows: `isql pdns1 USERNAME PASSWORD < schema.mssql.sql`.

## Loading records into the database
Loading records is the same as with any SQL backend, just add them
using SQL-queries. Should you want to use [`zone2sql`](migration.md#zone2sql),
use the `--sqlite` option for correctly formatted SQL.

## Configuring PowerDNS
Add the options required to your `pdns.conf`:

Expand All @@ -104,3 +109,6 @@ records to the database.
## Possible issues
It might be that you need to compile FreeTDS with the `--tds-version=7.1` to
connect to SQL Server.

When connecting to a database hosted with Microsoft Azure, FreeTDS must be
compiled with OpenSSL, use the `--with-openssl` configure flag.

0 comments on commit 4d64011

Please sign in to comment.