1st release with properties
This commit is contained in:
50
OPSI/control
50
OPSI/control
@@ -21,20 +21,38 @@ onceScript:
|
||||
customScript:
|
||||
userLoginScript:
|
||||
|
||||
;[ProductProperty]
|
||||
;type: unicode
|
||||
;name: install_architecture
|
||||
;multivalue: False
|
||||
;editable: False
|
||||
;description: which architecture (32/64 bit) has to be installed
|
||||
;values: ["32 only", "64 only", "both", "system specific"]
|
||||
;default: ["system specific"]
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: officescan.fqdn
|
||||
multivalue: False
|
||||
editable: True
|
||||
description: FQDN TrenMicro-Server
|
||||
values: [""]
|
||||
default: [""]
|
||||
|
||||
;[ProductProperty]
|
||||
;type: unicode
|
||||
;name: apache-pw
|
||||
;multivalue: False
|
||||
;editable: True
|
||||
;description: Passwort fuer Download der Konfigfiles
|
||||
;values: ["Passwort"]
|
||||
;default: ["Passwort"]
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: officescan.sharename
|
||||
multivalue: False
|
||||
editable: True
|
||||
description: TrendMicro Client-Share on Server. ofcscan by default TM Installation
|
||||
values: ["ofcscan"]
|
||||
default: ["ofcscan"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: domainuser.loginname
|
||||
multivalue: False
|
||||
editable: True
|
||||
description: Domainuser accountname
|
||||
values: [""]
|
||||
default: [""]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: domainuser.password
|
||||
multivalue: False
|
||||
editable: True
|
||||
description: Domainuser password
|
||||
values: [""]
|
||||
default: [""]
|
||||
Reference in New Issue
Block a user