Skip to content

Commit

Permalink
- Replace username and password in the config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
araujobsd committed Jun 9, 2017
1 parent 9e2eacf commit daa00f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ndmpd.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cram-md5-username=marcelo
cram-md5-password=bWFyY2Vsbw==
cleartext-username=marcelo
cleartext-password=marcelo
cram-md5-username=your_username
cram-md5-password=your_password
cleartext-username=your_username
cleartext-password=your_password
# TRUE or FALSE
restore-fullpath=FALSE
listen-nic=bridge0
Expand Down

0 comments on commit daa00f9

Please sign in to comment.