added local admin pw property, translation comments/properties

This commit is contained in:
Dennis Trinks
2012-04-12 20:37:44 +02:00
parent 38fcc613a9
commit 6ee9955d45
3 changed files with 23 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ incremental: False
type: localboot
id: windows-domainjoin
name: windows-domainjoin
description: Paket um PC in Domaene aufzunehmen
description: Package for domainjoin and setting local adminpassword
advice: ADVICE
version: VERSION
priority: PRIORITY
@@ -32,10 +32,10 @@ userLoginScript:
[ProductProperty]
type: unicode
name: namedomaene
name: domainname
multivalue: False
editable: True
description: Name der Domaene der PC beitreten soll
description: Domain PC joins
values: [""]
default: ["DomainName"]
@@ -44,7 +44,7 @@ type: unicode
name: joinadmin
multivalue: False
editable: True
description: Accountname mit Berechtigung PC in Domaene aufzunehmen
description: Accountname privileged for domainjoin
values: [""]
default: ["JoinAdmin"]
@@ -53,6 +53,15 @@ type: unicode
name: joinadminpw
multivalue: False
editable: True
description: Passwort Accountname mit Berechtigung PC in Domaene aufzunehmen
description: Password for privileged account
values: [""]
default: ["JoinAdminPW"]
default: ["JoinAdminPW"]
[ProductProperty]
type: unicode
name: localadminpw
multivalue: False
editable: True
description: Local Administrator password
values: [""]
default: [""]