Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
f3b56d3d
Commit
f3b56d3d
authored
Jun 25, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
User set CONST and password removed
parent
439d8c3d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
21 deletions
+13
-21
src/wbl/pwrb/src/pwrb_c_user.wb_load
src/wbl/pwrb/src/pwrb_c_user.wb_load
+13
-21
No files found.
src/wbl/pwrb/src/pwrb_c_user.wb_load
View file @
f3b56d3d
!
!
! Proview $Id: pwrb_c_user.wb_load,v 1.
7 2005-09-01 14:58:02
claes Exp $
! Proview $Id: pwrb_c_user.wb_load,v 1.
8 2008-06-25 08:07:56
claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
! Copyright (C) 2005 SSAB Oxelösund AB.
!
!
! This program is free software; you can redistribute it and/or
! This program is free software; you can redistribute it and/or
...
@@ -44,26 +44,24 @@ SObject pwrb:Class
...
@@ -44,26 +44,24 @@ SObject pwrb:Class
EndBody
EndBody
EndObject
EndObject
!/**
!/**
! Specifies unconditionally the wildcard character
! Proview user. The user with the specified username is fetched from the
! asterisk (*)
! user database and determines the privileges for the operator.
!
! If no value is assigned, or if the username is invalid, the loginframe is
! displayed, where the operator can login with username and password.
!
! Note! If XttUseOpsysUser is set in the Security object, this value is
! overrided, and the username is fetched from the current operator system user.
!*/
!*/
Object UserName $Attribute 2
Object UserName $Attribute 2
Body SysBody
Body SysBody
Attr TypeRef = "pwrs:Type-$String16"
Attr TypeRef = "pwrs:Type-$String32"
EndBody
Attr Flags |= PWR_MASK_CONST
EndObject
!/**
! Specifies unconditionally the wildcard character
! asterisk (*)
!*/
Object PassWord $Attribute 3
Body SysBody
Attr TypeRef = "pwrs:Type-$String16"
EndBody
EndBody
EndObject
EndObject
!/**
!/**
! The operator stations are numbered by means of OpNumber
! The operator stations are numbered by means of OpNumber
! of the OpPlace object
; ( see p. 3-232)
. By specifying
! of the OpPlace object. By specifying
! here the value of OpNumber for the wanted OpPlace
! here the value of OpNumber for the wanted OpPlace
! object the User object is associated with a certain
! object the User object is associated with a certain
! OpPlace object.
! OpPlace object.
...
@@ -173,7 +171,6 @@ SObject pwrb:Class
...
@@ -173,7 +171,6 @@ SObject pwrb:Class
! Specifies the number of defined FastAvaill[] attributes
! Specifies the number of defined FastAvaill[] attributes
! and the number of visible buttons in the operator
! and the number of visible buttons in the operator
! window. The value has to be in the range 0 - 15.
! window. The value has to be in the range 0 - 15.
! NavigatorWritePriv
!*/
!*/
Object NoFastAvail $Attribute 11
Object NoFastAvail $Attribute 11
Body SysBody
Body SysBody
...
@@ -209,12 +206,7 @@ SObject pwrb:Class
...
@@ -209,12 +206,7 @@ SObject pwrb:Class
EndBody
EndBody
EndObject
EndObject
!/**
!/**
! From Runtime Navigator the operator may invoke
! Obsolete.
! Attribute Editor to inspect different objects.
! NavigatorWritePriv specifies the operator's authority
! to change attributes from Attribute Editor. FALSE means
! that the operator only may view at the attributes and
! TRUE means write accsess as well.
!*/
!*/
Object NavigatorWritePriv $Attribute 15
Object NavigatorWritePriv $Attribute 15
Body SysBody
Body SysBody
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment