diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -55,7 +55,7 @@ REQUIREMENTS The following systems have been tested and are known to work with the Azure Linux Agent. Please note that this list may differ from the official list -of supported systems on the Windows Azure Platform as described here: +of supported systems on the Microsoft Azure Platform as described here: http://support.microsoft.com/kb/2805216 Supported Linux Distributions: @@ -199,6 +199,8 @@ Provisioning.SshHostKeyPairType=rsa Provisioning.MonitorHostName=y Provisioning.DecodeCustomData=n Provisioning.ExecuteCustomData=n +Provisioning.PasswordCryptId=6 +Provisioning.PasswordCryptSaltLength=10 ResourceDisk.Format=y ResourceDisk.Filesystem=ext4 ResourceDisk.MountPoint=/mnt/resource @@ -300,6 +302,20 @@ Type: Boolean Default: n If set, waagent will execute CustomData after provisioning. +Provisioning.PasswordCryptId: +Type:String Default:6 + +Algorithm used by crypt when generating password hash. + 1 - MD5 + 2a - Blowfish + 5 - SHA-256 + 6 - SHA-512 + +Provisioning.PasswordCryptSaltLength +Type:String Default:10 + +Length of random salt used when generating password hash. + ResourceDisk.Format: Type: Boolean Default: y |