# A Perforce Extension Specification. # # ExtName: The name of the Extension being configured. # ExtDescription: The description of the Extension being configured. # ExtVersion: The version of the Extension being configured. # ExtUUID: The UUID/key of the Extension being configured. # ExtRev: The revision of the Extension being configured. # ExtMaxScriptTime: Maximum seconds the Extension may be run. # ExtMaxScriptMem: Maximum megabytes the Extension may use. # ExtEnabled: Enable/Disable this Extension. # ExtDebug: Enable Extension diagnostics. # Name: The name of this Extension config. # Owner: The user who created this Extension config. # Update: Update time for the Extension config spec. # Description: The description of this Extension config. # ExtConfig: Extension-supplied configuration fields. # # See 'p4 help extension' for detailed information. ExtName: LoginMOTDExt ExtDescription: [Example Extension, sample code] This Extension allows an administrator to selectively display a MOTD/EULA/etc type text to users before they log in. E.g.: p4 login LoginMOTDExt/UUIDMASK/1.0 beta: **** This is the Extension login message Enter password: User someUser logged in. ExtVersion: 2019.1 ExtUUID: 7CBE2EDC-FD10-4852-AC2C-A5C78806A7D7 ExtRev: 1 ExtMaxScriptTime: unset ExtMaxScriptMem: unset ExtEnabled: true ExtDebug: none Name: login_motd::LoginMOTDExt Owner: perforce Update: 2024/11/12 19:02:17 Description: The description of your config. ExtConfig: groups: SuperUsers message: Beware all ye who enter this server. serverID: master.1
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 30818 | Perforce maintenance |
Adjust location of logs. Added sample log. |