Commit cec8b029fdc36e5c49cd9fe9b564f2bb87fbfc7b

Authored by Péter Szládovics
2 parents 76ef4006 7c9e647c

Merge branch 'master' of https://git.myonline.hu/pty/smbind-ng

Showing 2 changed files with 9 additions and 5 deletions
INSTALL.md
... ... @@ -42,14 +42,14 @@ by owned group.
42 42 2. Create a file with same permissions in this directory for saving zone
43 43 definitions - eg.
44 44 *touch smbind-ng.conf.*
45   -3. Create a subdirectory for keeping zone files with same permissions at the
46   -step 1.
  45 +3. Create a subdirectory for keeping zone files with write permissions by
  46 +www-data and bind group.
47 47  
48 48 ### Modify bind configuration
49 49 On your bind options set this folder to use with *directory* option and
50 50 *managed-keys* option (folder created at the step 3 above).
51   -Include the master and slave configuration files into your bind config - what
52   -created at the step 2.
  51 +Include the master configuration files into your bind config - what created at
  52 +the step 2.
53 53  
54 54 Restart your bind daemon.
55 55  
... ... @@ -148,4 +148,4 @@ dig - Place of your binary. Default if found: */usr/bin/dig*
148 148 http(s)://your.virtualhost.here/path
149 149  
150 150 Global admin username: **admin**
151 151 -Initial password: **SMBind-ng2016**
  152 +Initial password: **SMBind-ng2016**
152 153 \ No newline at end of file
... ...
README.md
... ... @@ -32,4 +32,7 @@ This fork has many improvements, security changes and new features
32 32  
33 33 ## Attention
34 34 The main repository there is in [my own](https://git.myonline.hu/pty/smbind-ng)
35   -site. Please use that mainly.
36 35 \ No newline at end of file
  36 +site. Please use that mainly.
  37 +
  38 +## Installation
  39 +See [INSTALL.md](INSTALL.md)
37 40 \ No newline at end of file
... ...