Skip to content

Commit

Permalink
Explicitly say the protocol needs to be set before setting a password.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Jan 26, 2015
1 parent 85a312b commit 1a23706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.NDMP
Expand Up @@ -278,7 +278,7 @@ Client {
Name = <ndmp_data_server>-ndmp
Address = ...
Port = 10000
Protocol = NDMPv4
Protocol = NDMPv4 # Need to specify protocol before password as protocol determines password encoding used.
Auth Type = Clear # Clear == Clear Text, MD5 == Challenge protocol
Username = "ndmp" # username of the NDMP user on the DATA AGENT e.g. storage box being backuped.
Password = "test" # password of the NDMP user on the DATA AGENT e.g. storage box being backuped.
Expand All @@ -304,7 +304,7 @@ Storage {
Name = NDMPFile
Address = ... # N.B. Use a fully qualified name here
Port = 10000
Protocol = NDMPv4
Protocol = NDMPv4 # Need to specify protocol before password as protocol determines password encoding used.
Auth Type = Clear # Clear == Clear Text, MD5 == Challenge protocol
Username = ndmp # username of the NDMP user on the TAPE AGENT e.g. the Bareos SD but accessed via the NDMP protocol.
Password = test # password of the NDMP user on the TAPE AGENT e.g. the Bareos SD but accessed via the NDMP protocol.
Expand Down

0 comments on commit 1a23706

Please sign in to comment.