MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Which RACF Rule?

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Other Technical Topics
View previous topic :: View next topic  
Author Message
mwdazzo
Beginner


Joined: 15 Mar 2005
Posts: 36
Topics: 20

PostPosted: Thu Sep 21, 2006 10:53 am    Post subject: Which RACF Rule? Reply with quote

Is there a RACF utility that can be run to see exactly what dataset profile is causing this error

ICH408I USER($NDVR ) GROUP(NDVRGRP ) NAME(ENDEVOR ALTERNAT
P.PBSRPD05.BSRP05.SORTOUT CL(DATASET ) VOL(MVSCA2)
DEFINE - INSUFFICIENT AUTHORITY

User $NDVR does have alter authority to create this gdg for the dataset profile covering all dsn's that start with P.* I can not find any other profile that would cause this error. Thanks
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Thu Sep 21, 2006 11:26 am    Post subject: Reply with quote

mwdazzo,

Check and see if this helps

Code:

Message Format: ICH408I USER(userid) GROUP(group) NAME(username)
                ICH408I {resource-name} {CL(class-name)}
                ICH408I {VOL(vol)} {FID(file-identifier)}
                ICH408I variable text
                ICH408I {FROM generic-profile-name (G)}
                ICH408I {ACCESS INTENT{intent) ACCESS
                        ALLOWED(allowed)}

                or,

                ICH408I JOB(jobname) STEP(stepname) SUBMITTER(userid)
                ICH408I {resource-name} {CL(class-name)}
                ICH408I {VOL(vol)} {FID(file-identifier)}
                ICH408I variable text
                ICH408I {FROM generic-profile-name (G)}
                ICH408I {ACCESS INTENT{intent) ACCESS
                        ALLOWED(allowed)}

Description: An attempt was made by user "userid" whose name is
             "username" in group "group" to access a Resource
             Access Control Facility (RACF) resource, but RACF
             determined that the user is not authorized to access
             the resource. If a RACF ACEE control block is not
             present, then JOB, STEP, and SUBMITTER will replace
             USER, GROUP, and NAME.

             If the resource name ("resource-name") and associated
             class ("class-name") and volume ("vol"), generic
             profile name ("generic-profile-name"), type of access
             ("intent") and highest permissible access
             ("allowed"), are known, they are displayed in the
             message. Additional error information is displayed as
             "variable text" and is always present.

             The resource name is the pathname that was specified to
             the kernel syscall when the message is reporting an
             access failure for an OpenEdition file.    The resource
             name will not exist for the syscalls performed against
             open files (i.e., those in the "fxxxxx" format such as
             fchown).  The file identifier (FID) is a unique
             32-hex-digit identifier of the file.  It is provided
             because multiple pathnames can be used to access the
             same file and it will allow matching of accesses to the
             same file by different names.

             For a non-VSAM data set, the volume serial number shown
             in the VOL field means the volume on which the data set
             resides.  For a VSAM data set, it means the volume on
             which the catalog containing the data set entry resides.

             The message shows the access attempted (ACCESS INTENT
             phrase) and the access permitted by RACF (ACCESS ALLOWED
             phrase) for attempts to use protected resources.

             The ACCESS INTENT (intent) is specified as "rwx",
             representing read, write or search/execute permission
             requested, when the message is reporting an attempt to
             access an OpenEdition file.  More than one permission
             can be requested at a time.  The letter is replaced by a
             dash "- if a permission is not requested.  " ACCESS
             ALLOWED (allowed) is specified as "{OWNER/GROUP/OTHER}
             rwx" where OWNER indicates the owner permission bits
             were used, GROUP indicates the group permission bits
             were used, OTHER indicates the other permission bits
             were used, and "rwx" represents the settings of the
             permission bits that were checked.

User Action: Follow your installations security procedures in
             response to this message. It is not usually necessary
             to perform any drastic action. For example, someone
             may have been trying to edit JCL in another persons
             library and inadvertently saved the changes. In this
             case, the intended access would have been ALTER or
             UPDATE, but the "allowed" access is READ.

             If necessary the SMF type 80 records can be examined
             to determine the full extent of the RACF security
             violation.

             The "variable-text" line of the message defines the
             severity of the error and can be one of the
             following:

             ICH408I DEFINE - GROUP NOT DEFINED

             An invalid group ID was entered on a RACF command.
             Contact the Security Administrator for a valid group
             ID.

             ICH408I DEFINE - INSUFFICIENT AUTHORITY

             The user does not have the authority to define the
             identified RACF-protected resource. This message can
             also be issued for certain types of create and rename
             requests. If this error message continues to be issued
             for the user, contact the Security Administrator for
             follow-up.

             ICH408I DEFINE - RESOURCE ALREADY DEFINED

             The user is attempting to define a RACF resource that
             already exists.

             ICH408I DEFINE - RESOURCE NOT PROTECTED

             An unauthorized attempt to define a resource that
             requires protection was detected by RACF.

             ICH408I DEFINE - USER IN SECOND QUALIFIER IS NOT
                     RACF-DEFINED

             An attempt was made to define a RACF-protected
             resource. The second qualifier of the resource name
             is not defined to RACF. Normally this is due to a
             typing error. The RACF command needs to be corrected
             and reissued.

             ICH408I DEFINE - USER NOT MEMBER OF GROUP

             An invalid group ID was entered on a RACF command.
             Contact the Security Administrator for a valid group
             ID, or to have yourself added to the specified group,
             or correct the group ID specified (if misspelled).

             ICH408I DEFINE - USER NOT RACF-DEFINED

             The indicated user "userid" is not defined to RACF.
             Contact the Security Administrator to have yourself
             defined to RACF.

             ICH408I DEFINE - WARNING: INSUFFICIENT SECURITY LABEL
                     AUTHORITY

             You attempted to define a resource that has a
             security label associated with it. You are not
             "completely" authorized to perform the definition,
             but RACF permits the operation to continue. If the
             security label was misspelled, then perform the
             request again with the correct security label.  You
             can use the "SEARCH CLASS(SECLABEL)" command to list
             the security labels that you are authorized for, or
             you can contact your Security Administrator for
             further assistance.

             ICH408I DEFINE - WARNING: RESOURCE NOT PROTECTED

             You defined a resource that is not protected by RACF.
             RACF permits the operation to continue. If necessary,
             protect the resource that you defined.

             ICH408I DEFINE - WARNING: SECURITY LABEL MISSING FROM
                     USER, JOB, OR PROFILE

             You are attempting to perform an operation that
             causes a RACF resource to be used to check
             authorization that does not have a security label
             associated with it. RACF is also in warning mode
             (SETROPTS MLACTIVE(WARNING) is specified).  This can
             be for your user profile, a submitted batch job, or a
             logon or job initiation profile. RACF permits the
             operation to continue. Ensure that a security label
             is added to the appropriate RACF resource as soon as
             possible.

             ICH408I DELETE - INVALID VOLUME

             You attempted to delete a RACF-protected resource.
             The volume specified in the command used is invalid.
             Correct it and retry the request.

             ICH408I DELETE - RESOURCE NOT FOUND

             You attempted to delete a RACF-protected resource,
             but the resource could not be located. RACF fails the
             request. If the resource was misskeyed, correct it
             and reissue the command that failed.

             ICH408I FULL VIOLATION ON COMMAND command

             You attempted to use RACF command "command" to alter
             a RACF profile. You are not authorized to perform
             this function. Contact the Security Administrator for
             further assistance.

             ICH408I INSUFFICIENT ACCESS AUTHORITY

             You attempted to access a RACF-protected resource
             (identified in the message) that you are either not
             authorized to access, or you tried to update or alter
             the resource while only having read access to it.

             ICH408I INSUFFICIENT AUTHORITY TO EXTEND TO A NEW
                     VOLUME

             You attempted to extend a RACF-protected resource to
             another volume using the ADDVOL or CHGVOL operand on
             the RACF command you issued. However, you are not
             authorized to extend the resource to another volume.
             Contact your Security Administrator for further
             assistance.

             ICH408I INSUFFICIENT SECURITY LABEL AUTHORITY

             You attempted to access a RACF-protected resource
             using a security label that does not have high enough
             authority to access the resource. Your access attempt
             is denied. Re-attempt the access using a higher
             security label (reLOGON to TSO using the appropriate
             security label, for example). If necessary, you can
             check the security label requirements using the
             LISTUSER RACF command.

             ICH408I INSUFFICIENT SECURITY LEVEL/CATEGORY
                     AUTHORITY

             You attempted to access a RACF-protected resource
             using a security label that does not have high enough
             authority to access the resource. Your access attempt
             is denied. Re-attempt the access using a higher
             security label (reLOGON to TSO using the appropriate
             security label, for example). If necessary, you can
             check the security label requirements using the
             LISTUSER RACF command.

             ICH408I LOGON/JOB INITIATION - EXCESSIVE PASSWORDS OR
                     INACTIVE USER

             You attempted to log on to TSO or submit a batch job
             using an invalid password too many times, or the
             userid "userid" has not been accessed in such a long
             time that it was inactivated. This is considered by
             many installations to be a potential attempt to
             breach security. Contact the Security Administrator
             immediately for further assistance.

             ICH408I LOGON/JOB INITIATION - INSUFFICIENT SECURITY
                     LABEL AUTHORITY

             You attempted to log on to TSO or submit a batch job
             with a security label that does not have high enough
             authority to access the resource. Your access attempt
             is denied. Re-attempt the access using a higher
             security label (reLOGON to TSO using the appropriate
             security label, for example). If necessary, you can
             check the security label requirements using the
             LISTUSER RACF command, or use the RACF "SEARCH
             CLASS(SECLABEL)" command.

             ICH408I LOGON/JOB INITIATION - INVALID GROUP

             You attempted to log on to TSO or submit a batch job
             using a group ID that is not defined to RACF. If the
             group ID was misskeyed, correct it and retry the
             request, otherwise contact the Security Administrator
             to obtain an appropriate group ID.

             ICH408I LOGON/JOB INITIATION - INVALID OIDCARD

             You attempted to log on to TSO or submit a batch job
             using an operator identification card (OIDCARD) that
             is not defined to RACF. If the operator ID card was
             misskeyed, correct it and retry the request,
             otherwise contact the Security Administrator to
             obtain an appropriate OID.

             ICH408I LOGON/JOB INITIATION - INVALID PASSWORD

             You attempted to log on to TSO or submit a batch job
             using a password that is invalid for your RACF
             userid. If the password was misskeyed, correct it and
             retry the request, otherwise contact the Security
             Administrator to obtain a new current password for
             your userid.

             ICH408I LOGON/JOB INITIATION - NOT AUTHORIZED TO
                     APPLICATION

             You attempted to log on to TSO or submit a batch job
             accessing an application that you are not authorized
             to use. If you are supposed to be able to use the
             indicated application, then contact your Security
             Administrator for proper authorization, otherwise
             discontinue attempting to access the application.

             ICH408I LOGON/JOB INITIATION - NOT AUTHORIZED TO
                     SECURITY LABEL

             You attempted to log on to TSO or submit a batch job
             with a security label that does not have high enough
             authority to access the resource. Your access attempt
             is denied. Re-attempt the access using a security
             label that you have at least READ access to.  If
             necessary, you can check the security label
             requirements using the LISTUSER RACF command, or use
             the RACF "SEARCH CLASS(SECLABEL)" command.

             ICH408I LOGON/JOB INITIATION - NOT AUTHORIZED TO
                     TERMINAL/CONSOLE

             You attempted to log on to a RACF-defined terminal or
             console that you are not authorized to use.  Either
             use a terminal/console that you are authorized for,
             or contact your Security Administrator for further
             assistance.

             ICH408I LOGON/JOB INITIATION - REVOKED USER ACCESS
                     ATTEMPT

             An attempt was make to log on to TSO or submit a
             batch job using a userid that has been revoked. In
             most installations, this is considered a potential
             attempt to breach security. If you misskeyed the
             userid, correct it, and retry the failed function.
             Contact your Security Administrator immediately to
             resolve the situation.

             ICH408I LOGON/JOB INITIATION - SECURITY LABELS NOT
                     COMPATIBLE

             You are attempting to submit a batch job using a
             security label that is incompatible with the security
             label that you logged on to TSO with. Make sure that
             your logon and job submission security labels are
             correct, the retry the failed job submission.

             ICH408I LOGON/JOB INITIATION - SUBMITTER IS NOT
                     AUTHORIZED BY USER

             You attempting to submit a batch job specifying
             another users userid on the USER parameter. If the
             userid was erroneously specified, resubmit the job
             with the correct userid, otherwise ask the user who
             owns the userid you are trying to use to authorize
             you to his/her profile in the SURROGAT class.

             ICH408I LOGON/JOB INITIATION - SUBMITTER IS NOT
                     AUTHORIZED TO SECURITY LABEL

             You attempted to log on to TSO or submit a batch job
             using a security label that you do not have at least
             READ access to. If you entered the security label
             incorrectly, then re-attempt the logon or batch job
             submission using the correct one. If you are logged
             on, then you can issue the "SEARCH CLASS(SECLABEL)
             command to determine the security labels that you are
             authorized to use.

             ICH408I LOGON/JOB INITIATION - SURROGAT CLASS IS
                     INACTIVE

             You attempting to submit a batch job specifying
             another users userid on the USER parameter, but the
             SURROGAT class is inactive. If you did not intend to
             use the other users userid, resubmit the job using
             your userid, otherwise ask the Security Administrator
             to activate the SURROGAT class.

             ICH408I LOGON/JOB INITIATION - SYSTEM NOW REQUIRES
                     MORE AUTHORITY

             You attempted to log on to TSO or submit a batch job,
             but the RACF SETROPTS MLQUIET command has been
             issued. While RACF is in this mode, only certain
             users have access to the system. Normal operation
             resumes when the SETROPTS NOMLQUIET command is
             issued. Try your logon or batch submission later.

             ICH408I LOGON/JOB INITIATION - USER AT TERMINAL
                     (terminal ID) NOT RACF-DEFINED

             A user who is not defined to RACF attempted to log on
             to TSO using terminal "terminal ID". Contact the
             Security Administrator and report this message (if
             you are an operator). If you are the affected user,
             and are legitimately attempting logon, contact the
             Security Administrator to have your userid defined to
             RACF.

             ICH408I LOGON/JOB INITIATION - NOT AUTHORIZED TO
                     SUBMIT JOB jobname

             The JESJOBS profile "SUBMIT.xnode.jobname.userid'
             class is active. You attempted to submit job
             "jobname", but your userid is not authorized to
             submit the job on the specified execution node.
             Resubmit the job using a different jobname, or
             contact the Security Administrator to have your
             userid added to the JESJOBS class.

             ICH408I LOGON/JOB INITIATION - WARNING: INSUFFICIENT
                     SECURITY LABEL AUTHORITY

             You attempted to log on to TSO or submit a batch job
             with a security label that you do not have at least
             READ access to. This message is issued as a warning
             because the system is in RACF WARN mode, otherwise
             the request would fail. If the security label was
             misspelled, then perform the request again with the
             correct security label.  You can use the "SEARCH
             CLASS(SECLABEL)" command to list the security labels
             that you are authorized for, or you can contact your
             Security Administrator for further assistance.

             ICH408I LOGON/JOB INITIATION - WARNING: NOT
                     AUTHORIZED TO SECURITY LABEL

             You attempted to log on to TSO or submit a batch job
             with a security label that you do not have at least
             READ access to. This message is issued as a warning
             because the system is in RACF WARN mode, otherwise
             the request would fail. If the security label was
             misspelled, then perform the request again with the
             correct security label.  You can use the "SEARCH
             CLASS(SECLABEL)" command to list the security labels
             that you are authorized for, or you can contact your
             Security Administrator for further assistance.

             ICH408I LOGON/JOB INITIATION - WARNING: SECURITY
                     LABEL MISSING

             You are attempting to perform an operation that
             causes a RACF resource to be used to check
             authorization that does not have a security label
             associated with it. RACF is also in warning mode
             (SETROPTS MLACTIVE(WARNING) is specified).  This can
             be for your user profile, a submitted batch job, or a
             logon or job initiation profile. RACF permits the
             operation to continue. Ensure that a security label
             is added to the appropriate RACF resource as soon as
             possible.

             ICH408I LOGON/JOB INITIATION - WARNING: SECURITY
                     LABELS NOT COMPATIBLE

             You are attempting to submit a batch job using a
             security label that is incompatible with the security
             label that you logged on to TSO with.  RACF is in
             warning mode (SETROPTS MLACTIVE(WARNING) is
             specified), so the request is permitted to continue.
             Ensure that in the future you use a compatible
             security label when submitting a job.

             ICH408I NETWORK JOB ENTRY - JOB FROM NODE node-name
                     NOT AUTHORIZED

             The identified job was submitted from node "node-
             name", but this node is either not defined in the
             NODES class on the execution node, or not authorized
             to run on the execution node. The identified user and
             group are pertinent to the execution node.

             ICH408I PARTIAL VIOLATION ON COMMAND command

             You attempted to use RACF command "command" to alter
             a RACF profile. You are not authorized to perform
             this function. Contact the Security Administrator for
             further assistance.

             ICH408I PROFILE NOT FOUND. IT IS REQUIRED FOR
                     AUTHORIZATION CHECKING.

             You attempted to access a data set that is not
             protected by a RACF profile. The SETROPTS
             PROTECTALL(FAILURES) option is in effect which forces
             every data set allocation to be authorized. Either
             create a profile in the DATASET class for the
             indicated data set, or have the Security
             Administrator do it for you.

             ICH408I PROFILE NOT FOUND. RACFIND WAS SPECIFIED ON
                     THE MACRO.

             You attempted to access a data set that is not
             protected by a RACF profile, and the RACFIND=YES
             option was specified on the RACROUTE or RACHECK macro
             used to check data set authorization. Either create a
             profile in the DATASET class for the indicated data
             set, or have the Security Administrator do it for
             you.

             ICH408I REMOTE JOB ENTRY - JOB FROM NODE node-name
                     NOT AUTHORIZED

             The identified job was submitted from node "node-
             name", but UACC=NONE was specified in the NODES
             profile, prohibiting remote jobs from executing.
             Contact the Security Administrator for further
             assistance.

             ICH408I RENAME - GROUP NOT DEFINED

             An invalid group ID was entered on a RACF command.
             Reissue the command specifying the correct group ID,
             or contact the Security Administrator if you don't
             know what it is.

             ICH408I RENAME - INSUFFICIENT AUTHORITY

             The user does not have the authority to rename the
             identified RACF-protected resource. If this error
             message continues to be issued for the user, contact
             the Security Administrator for follow-up.

             ICH408I RENAME - NEW NAME ALREADY DEFINED

             You attempted to rename a RACF resource, but the new
             name is already defined. If the rename still must
             take place, reissue the command specifying a new name
             for the resource that is not already defined.

             ICH408I RENAME - RESOURCE NOT PROTECTED

             You attempted to rename a resource that is not
             protected by RACF. The operation completes
             successfully. This is a warning to indicate that the
             resource currently has no protection from
             unauthorized use.

             ICH408I RENAME - USER IN SECOND QUALIFIER IS NOT
                     RACF-DEFINED

             An attempt was made to rename a RACF-protected
             resource. The second qualifier of the resource name
             is not defined to RACF. Normally this is due to a
             typing error. The RACF command needs to be corrected
             and reissued.

             ICH408I RENAME - USER NOT MEMBER OF GROUP

             An invalid group ID was entered on a rename command.
             Contact the Security Administrator for a valid group
             ID, or to have yourself added to the specified group,
             or correct the group ID specified (if misspelled).

             ICH408I RENAME - USER NOT RACF-DEFINED

             The indicated user "userid" is not defined to RACF.
             Contact the Security Administrator to have the userid
             defined to RACF, or correct the indicated userid and
             reissue the command that failed.

             ICH408I RENAME - WARNING: RESOURCE NOT PROTECTED

             You attempted to rename a resource that is not
             protected by RACF. The operation completes
             successfully. This is a warning to indicate that the
             resource currently has no protection from
             unauthorized use.

             ICH408I RESOURCE NOT PROTECTED

             You attempted to rename a resource that is not
             protected by RACF. The operation completes
             successfully. This is a warning to indicate that the
             resource currently has no protection from
             unauthorized use.

             ICH408I SECURITY LABEL MISSING FROM USER, JOB, OR
                     PROFILE

             You are attempting to perform an operation that
             causes a RACF resource to be accessed that does not
             have a security label associated with it.  This can
             be for your user profile, a submitted batch job, or a
             logon or job initiation profile. Contact the Security
             Administrator to have a security label added for the
             resource your operation was attempting to access.

             ICH408I WARNING: DATA SET NOT CATALOGED

             You accessed a data set that you are not permitted to
             access because it is uncataloged. However, RACF is in
             warning mode for this error (SETRPOTS
             CATDSNS(WARNING) was issued). This type of access
             attempt will fail once RACF is taken out of warning
             mode for this error, so unsure that the data set is
             cataloged as soon as possible.

             ICH408I WARNING: INSUFFICIENT AUTHORITY - TEMPORARY
                     ACCESS ALLOWED

             You accessed a resource that you are not permitted to
             access. However, RACF is in warning mode for this
             error.  This type of access attempt will fail once
             RACF is taken out of warning mode for this error, so
             unsure that the error condition is corrected as soon
             as possible.

             ICH408I WARNING: INSUFFICIENT SECURITY LABEL
                     AUTHORITY

             You accessed a resource using a security label that
             has insufficient authority for the access. However,
             RACF is in warning mode for this error (SETROPTS
             MLS(WARNING) was issued). This type of access attempt
             will fail once RACF is taken out of warning mode for
             this error, so unsure that the error condition is
             corrected as soon as possible.

             ICH408I WARNING: RESOURCE NOT PROTECTED

             You attempted to access a resource that is not
             protected by RACF. The operation completes
             successfully. This is a warning to indicate that the
             resource currently has no protection from
             unauthorized use.

             ICH408I WARNING: SECURITY LABEL MISSING FROM USER,
                     JOB, OR PROFILE

             You are attempting to perform an operation that
             causes a RACF resource to be accessed that does not
             have a security label associated with it.  This can
             be for your user profile, a submitted batch job, or a
             logon or job initiation profile. RACF is in warning
             mode for this access error (SETROPTS
             MLACTIVE(WARNING) is in effect), so the operation
             completes successfully.  Contact the Security
             Administrator to have a security label added for the
             resource your operation is attempting to access.

             ICH408I OMVS SEGMENT INCOMPLETELY DEFINED

             You are attempting to dub a process and the OMVS segment
             in the current user's profile has no UID assigned.  Or
             it might be that the profile for the user's current
             group does not have a GID assigned.  Based on the
             function invoked and the return codes received,
             the programmer should provide appropriate information
             about the failure to the user of his program.

             ICH408I INSUFFICIENT AUTHORITY TO syscall-name

             You are attempting to specify an OpenEdition function
             for which you do not have authority.  The OpenEdition
             callable service that invoked RACF is identified as
             syscall-name.  Based on the function invoked and the
             return codes received, the programmer should  provide
             appropriate information about the failure to the user of
             his program.

             ICH408I LOGON/JOB INITIATION - INVALID PASSWORD AT
                     TERMINAL terminal-id

             A user attempted to logon from the indicated terminal
             with an invalid password. Correct the password and try
             again.

             ICH408I OMVS SEGMENT NOT DEFINED

             A user attempted to dub a process but the current user's
             profile cannot be found in the RACF database or the
             profile has no OMVS segment.  The programmer, based on
             the function invoked and the return codes, should
             provide information about the failure to the user of his
             program.



Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
mwdazzo
Beginner


Joined: 15 Mar 2005
Posts: 36
Topics: 20

PostPosted: Thu Sep 21, 2006 2:02 pm    Post subject: Which RACF Rule? Reply with quote

What I found out to determine what rule is stopping the action is by doing a RACF display on the complete dsn name. At the top of the display is the rule affecting the dsn.
Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Other Technical Topics All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group