Automation.group.p4s #1

  • //
  • guest/
  • perforce_software/
  • sdp/
  • main/
  • Server/
  • Unix/
  • setup/
  • hms/
  • Automation.group.p4s
  • View
  • Commits
  • Open Download .zip Download (2 KB)
# A Perforce Group Specification.
#
#  Group:       The name of the group.
#  MaxResults:  Limits the rows (unless 'unlimited' or 'unset') any one
#               operation can return to the client.
#               See 'p4 help maxresults'.
#  MaxScanRows: Limits the rows (unless 'unlimited' or 'unset') any one
#               operation can scan from any one database table.
#               See 'p4 help maxresults'.
#  MaxLockTime: Limits the time (in milliseconds, unless 'unlimited' or
#               'unset') any one operation can lock any database table when
#               scanning data. See 'p4 help maxresults'.
#  Timeout:     A time (in seconds, unless 'unlimited' or 'unset')
#               which determines how long a 'p4 login'
#               session ticket remains valid (default is 12 hours).
#  PasswordTimeout:
#               A time (in seconds, unless 'unlimited' or 'unset')
#               which determines how long a 'p4 password'
#               password remains valid (default is unset).
#  LdapConfig:  The LDAP configuration to use when populating the group's
#               user list from an LDAP query. See 'p4 help ldap'.
#  LdapSearchQuery:
#               The LDAP query used to identify the members of the group.
#  LdapUserAttribute:
#               The LDAP attribute that represents the user's username.
#  Subgroups:   Other groups automatically included in this group.
#  Owners:      Users allowed to change this group without requiring super
#               access permission.
#  Users:       The users in the group.  One per line.

Group:	SuperUsers

MaxResults:	unset

MaxScanRows:	unset

MaxLockTime:	unset

Timeout:	unlimited

PasswordTimeout:	unset

Subgroups:

Owners:

Users:
	swarm
	perforce
# Change User Description Committed
#3 25245 C. Thomas Tyler Released SDP 2019.1.25238 (2019/03/02).
Copy Up using 'p4 copy -r -b perforce_software-sdp-dev'.
#2 21290 C. Thomas Tyler Updated HMS tight ship setiup script; now passes preliminary tests.

Bypassing pre-commit review for work-in-progress development of
new, unreleased functionality.
#1 21091 C. Thomas Tyler Enhancements to hms_ts_setup.sh and auxiliary files.

Enahnced preflight checks to include sudo access check,
etc.  Enhanced cosmetics.

Enhanced doc, adding Additional Setup section.

This is still a doc-only verison.

Bypassing pre-commit review.

#review-21092