diff --git a/app/templates/admin_setting_authentication.html b/app/templates/admin_setting_authentication.html index 6942e5c..ff5924a 100644 --- a/app/templates/admin_setting_authentication.html +++ b/app/templates/admin_setting_authentication.html @@ -146,7 +146,63 @@
Help -

TBD

+
+
Enable LDAP Authentication
+
Turn on / off the LDAP authentication.
+
Type
+
Select your current directory service type. +
    +
  • + OpenLDAP - Open source implementation of the Lightweight Directory Access Protocol. +
  • +
  • + Active Directory - Active Directory is a directory service that Microsoft developed for the Windows domain networks. +
  • +
+
+
ADMINISTRATOR INFO
+
Your LDAP connection string and admin credential used by PDA to query user information. +
    +
  • + LDAP URI - The fully qualified domain names of your directory servers. (e.g. ldap://127.0.0.1:389) +
  • +
  • + LDAP Base DN - The point from where a PDA will search for users. +
  • +
  • + LDAP admin username - Your LDAP administrator user which has permission to query information in the Base DN above. +
  • +
  • + LDAP admin password - The password of LDAP administrator user. +
  • +
+
+
FILTERS
+
Define how you want to filter your user in LDAP query. +
    +
  • + Basic filter - The filter that will be applied to all LDAP query by PDA. (e.g. (objectClass=inetorgperson) for LDAP and (objectClass=organizationalPerson) for Active Directory) +
  • +
  • + Username field - The field PDA will look for user's username. (e.g. uid for LDAP and userPrincipalName for Active Directory) +
  • +
+
+
GROUP SECURITY
+
User can be assigned to PDA's User or Admin group by matching following LDAP Group. +
    +
  • + Status - Turn on / off group security feature. +
  • +
  • + Admin group - Your LDAP admin group. +
  • +
  • + User group - Your LDAP user group. +
  • +
+
+
@@ -202,7 +258,8 @@
Help -

TBD

+

Fill in all the fields in the left form.

+

Make sure you add PDA redirection URI (e.g http://localhost:9191/google/authorized) to your Google App Credentials Restriction.

@@ -258,7 +315,7 @@
Help -

TBD

+

Fill in all the fields in the left form.

diff --git a/app/templates/admin_setting_pdns.html b/app/templates/admin_setting_pdns.html index 5223287..528b73c 100644 --- a/app/templates/admin_setting_pdns.html +++ b/app/templates/admin_setting_pdns.html @@ -62,7 +62,16 @@

Help

-

Fill in all the fields to the in the form to the left.

+
+

You must configure the API connection information before PowerDNS-Admiin can query your PowerDNS data. Following fields are required:

+
PDNS API URL
+
Your PowerDNS API URL (eg. http://127.0.0.1:8081/).
+
PDNS API KEY
+
Your PowerDNS API key.
+
PDNS VERSION
+
Your PowerDNS version number (eg. 4.1.1).
+
+

Find more details at https://doc.powerdns.com/md/httpapi/README/

diff --git a/app/templates/admin_setting_records.html b/app/templates/admin_setting_records.html index 3d853fd..fd1f316 100644 --- a/app/templates/admin_setting_records.html +++ b/app/templates/admin_setting_records.html @@ -61,7 +61,7 @@

Help

-

TBD

+

Select record types you allow user to edit in the forward zone and reverse zone. Take a look at PowerDNS docs for full list of supported record types.