This commit is contained in:
brent s. 2019-12-08 03:44:20 -05:00
parent 48629165a7
commit 3a6998a6e2
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@
<xs:complexType> <xs:complexType>
<xs:simpleContent> <xs:simpleContent>
<xs:extension base="xs:string"> <xs:extension base="xs:string">
<xs:attribute name="hashType" use="optional" default="sha512" <xs:attribute name="hashType" use="optional" default="md5" type="unix:t_passwd_hashtypes"/>
type="linux:t_passwd_hashtypes"/>
<xs:attribute name="rounds" use="optional" default="5000" type="xs:positiveInteger"/> <xs:attribute name="rounds" use="optional" default="5000" type="xs:positiveInteger"/>
</xs:extension> </xs:extension>
</xs:simpleContent> </xs:simpleContent>