[globals] p4.path = /usr/local/bin/p4 p4.port = localhost:1666 p4.user = auth.user p4.tickets = /p4/1/auth.tickets passwd.file = /p4/1/config/passwd.txt log.level = WARN log.file = /p4/1/logs/authCheck.log default.perforce.group = ldap.server1 default.domain = @company.com timeout = 10 auth.failed.message = Access Denied. [server1] perforce.group = ldap.server1 server.url = ldap://ldap1:389 account.domain = @company.com [server2] perforce.group = ldap.server2 server.url = ldaps://ldap2:636 account.domain = @company.com [server3] perforce.group = ldap.server3 server.url = ldap://ldap3:389 account.domain = @company.com
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 26652 | Robert Cowham |
This is Tom's change: Introduced new 'Unsupported' directory to clarify that some files in the SDP are not officially supported. These files are samples for illustration, to provide examples, or are deprecated but not yet ready for removal from the package. The Maintenance and many SDP triggers have been moved under here, along with other SDP scripts and triggers. Added comments to p4_vars indicating that it should not be edited directly. Added reference to an optional site_global_vars file that, if it exists, will be sourced to provide global user settings without needing to edit p4_vars. As an exception to the refactoring, the totalusers.py Maintenance script will be moved to indicate that it is supported. Removed settings to support long-sunset P4Web from supported structure. Structure under new .../Unsupported folder is: Samples/bin Sample scripts. Samples/triggers Sample trigger scripts. Samples/triggers/tests Sample trigger script tests. Samples/broker Sample broker filter scripts. Deprecated/triggers Deprecated triggers. To Do in a subsequent change: Make corresponding doc changes. |
||
#1 | 16784 | C. Thomas Tyler |
Routine Merge Down to dev from main using: p4 -s merge -n -b perforce_software-sdp-dev |
||
//guest/perforce_software/sdp/dev/Server/Unix/p4/common/bin/triggers/authCheck.cfg | |||||
#1 | 12245 | C. Thomas Tyler | Routine merge down from main. | ||
//guest/perforce_software/sdp/main/Server/Unix/p4/common/bin/triggers/authCheck.cfg | |||||
#1 | 12173 | Russell C. Jackson (Rusty) |
Python ldap/ad authentication script. This uses simple bind, so it is easier to use than the Perl version. |