diff options
Diffstat (limited to 'config/waagent.conf')
-rw-r--r-- | config/waagent.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/waagent.conf b/config/waagent.conf index 4435d56..639e723 100644 --- a/config/waagent.conf +++ b/config/waagent.conf @@ -1,5 +1,5 @@ # -# Windows Azure Linux Agent Configuration +# Microsoft Azure Linux Agent Configuration # # Specified program is invoked with the argument "Ready" when we report ready status @@ -34,6 +34,12 @@ Provisioning.DecodeCustomData=n # Execute CustomData after provisioning. Provisioning.ExecuteCustomData=n +# Algorithm used by crypt when generating password hash. +#Provisioning.PasswordCryptId=6 + +# Length of random salt used when generating password hash. +#Provisioning.PasswordCryptSaltLength=10 + # Format if unformatted. If 'n', resource disk will not be mounted. ResourceDisk.Format=y |