added local admin pw property, translation comments/properties
This commit is contained in:
21
OPSI/control
21
OPSI/control
@@ -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: [""]
|
||||
Reference in New Issue
Block a user