-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update webproxy, directory, wordpress_server
- Loading branch information
root
authored and
root
committed
Apr 15, 2024
1 parent
a43b273
commit 88f48a8
Showing
20 changed files
with
240 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
Workbench/directory/container_files/seed-data/ldappublickey-obj.ldif
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# | ||
# ldapPublicKey Objectclass | ||
# | ||
# | ||
# ldapPublicKey attribute | ||
# | ||
dn: cn=schema | ||
changetype: modify | ||
# | ||
add: attributetypes | ||
attributeTypes: ( 1.3.6.1.4.1.24552.500.1.1.1.13 | ||
NAME 'sshPublicKey' | ||
DESC 'MANDATORY: OpenSSH Public key' | ||
EQUALITY octetStringMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 ) | ||
- | ||
# | ||
add: objectclasses | ||
objectClasses: ( 1.3.6.1.4.1.24552.500.1.1.2.0 | ||
NAME 'ldapPublicKey' | ||
DESC 'MANDATORY: OpenSSH LPK objectclass' | ||
SUP top | ||
AUXILIARY | ||
MUST ( sshPublicKey $ uid ) | ||
) | ||
# | ||
# end of LDIF | ||
# | ||
|
113 changes: 113 additions & 0 deletions
113
Workbench/directory/container_files/seed-data/voperson-obj.ldif
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
# | ||
# voPerson Objectclass | ||
# | ||
# | ||
# "voPerson" attributes | ||
# | ||
objectIdentifier: voPersonRoot 1.3.6.1.4.1.25178.4 | ||
objectIdentifier: voPersonObjectClass voPersonRoot:1 | ||
dn: cn=schema | ||
changetype: modify | ||
# | ||
add: attributetypes | ||
attributeTypes: ( voPersonObjectClass:10 | ||
NAME 'voPersonAffiliation' | ||
DESC 'voPerson Affiliation Within Local Scope' | ||
EQUALITY caseIgnoreMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
attributeTypes: ( voPersonObjectClass:13 | ||
NAME 'voPersonApplicationPassword' | ||
DESC 'voPerson Application-Specific Password' | ||
EQUALITY octetStringMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} ) | ||
attributeTypes: ( voPersonObjectClass:1 | ||
NAME 'voPersonApplicationUID' | ||
DESC 'voPerson Application-Specific User Identifier' | ||
EQUALITY caseIgnoreMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
attributeTypes: ( voPersonObjectClass:2 | ||
NAME 'voPersonAuthorName' | ||
DESC 'voPerson Author Name' | ||
EQUALITY caseIgnoreMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
attributeTypes: ( voPersonObjectClass:3 | ||
NAME 'voPersonCertificateDN' | ||
DESC 'voPerson Certificate Distinguished Name' | ||
EQUALITY distinguishedNameMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 ) | ||
attributeTypes: ( voPersonObjectClass:4 | ||
NAME 'voPersonCertificateIssuerDN' | ||
DESC 'voPerson Certificate Issuer DN' | ||
EQUALITY distinguishedNameMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 ) | ||
attributeTypes: ( voPersonObjectClass:11 | ||
NAME 'voPersonExternalAffiliation' | ||
DESC 'voPerson Scoped External Affiliation' | ||
EQUALITY caseIgnoreMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
attributeTypes: ( voPersonObjectClass:5 | ||
NAME 'voPersonExternalID' | ||
DESC 'voPerson Scoped External Identifier' | ||
EQUALITY caseIgnoreMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
attributeTypes: ( voPersonObjectClass:6 | ||
NAME 'voPersonID' | ||
DESC 'voPerson Unique Identifier' | ||
EQUALITY caseIgnoreMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
attributeTypes: ( voPersonObjectClass:7 | ||
NAME 'voPersonPolicyAgreement' | ||
DESC 'voPerson Policy Agreement Indicator' | ||
EQUALITY caseIgnoreMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
attributeTypes: ( voPersonObjectClass:12 | ||
NAME 'voPersonScopedAffiliation' | ||
DESC 'voPerson Affiliation With Explicit Local Scope' | ||
EQUALITY caseIgnoreMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
attributeTypes: ( voPersonObjectClass:8 | ||
NAME 'voPersonSoRID' | ||
DESC 'voPerson External Identifier' | ||
EQUALITY caseIgnoreMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
attributeTypes: ( voPersonObjectClass:9 | ||
NAME 'voPersonStatus' | ||
DESC 'voPerson Status' | ||
EQUALITY caseIgnoreMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
attributeTypes: ( voPersonObjectClass:15 | ||
NAME 'voPersonToken' | ||
DESC 'voPerson Token' | ||
EQUALITY caseExactMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
attributeTypes: ( voPersonObjectClass:14 | ||
NAME 'voPersonVerifiedEmail' | ||
DESC 'voPerson Verified Email Address' | ||
EQUALITY caseIgnoreMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
- | ||
# | ||
add: objectclasses | ||
objectClasses: ( voPersonObjectClass | ||
NAME 'voPerson' | ||
AUXILIARY | ||
MAY ( voPersonAffiliation $ | ||
voPersonApplicationPassword $ | ||
voPersonApplicationUID $ | ||
voPersonAuthorName $ | ||
voPersonCertificateDN $ | ||
voPersonCertificateIssuerDN $ | ||
voPersonExternalAffiliation $ | ||
voPersonExternalID $ | ||
voPersonID $ | ||
voPersonPolicyAgreement $ | ||
voPersonScopedAffiliation $ | ||
voPersonSoRID $ | ||
voPersonStatus $ | ||
voPersonToken $ | ||
voPersonVerifiedEmail ) | ||
) | ||
# | ||
# end of LDIF | ||
# | ||
|
63 changes: 63 additions & 0 deletions
63
Workbench/directory/container_files/seed-data/voposixaccount-obj.ldif
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# | ||
# voPosixAccount Objectclass | ||
# | ||
# | ||
# "voPosixAccount" attributes | ||
# | ||
objectIdentifier: voPersonRoot 1.3.6.1.4.1.25178.4 | ||
objectIdentifier: voPosixAccountObjectClass voPersonRoot:2 | ||
objectIdentifier: voPosixGroupObjectClass voPersonRoot:3 | ||
dn: cn=schema | ||
changetype: modify | ||
# | ||
add: attributetypes | ||
attributeTypes: ( voPosixAccountObjectClass:1 | ||
NAME 'voPosixAccountGecos' | ||
DESC 'voPerson domain specific GECOS field' | ||
EQUALITY caseIgnoreMatch | ||
SUBSTR caseIgnoreSubstringsMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
attributeTypes: ( voPosixAccountObjectClass:2 | ||
NAME 'voPosixAccountGidNumber' | ||
DESC 'voPerson domain specific primary group identifier' | ||
EQUALITY integerMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 ) | ||
attributeTypes: ( voPosixAccountObjectClass:3 | ||
NAME 'voPosixAccountHomeDirectory' | ||
DESC 'voPerson domain specific absolute path to the home directory' | ||
EQUALITY caseExactMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
attributeTypes: ( voPosixAccountObjectClass:4 | ||
NAME 'voPosixAccountLoginShell' | ||
DESC 'voPerson domain specific path to the login shell' | ||
EQUALITY caseExactMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | ||
attributeTypes: ( voPosixAccountObjectClass:5 | ||
NAME 'voPosixAccountUidNumber' | ||
DESC 'voPerson domain specific unique user identifier' | ||
EQUALITY integerMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 ) | ||
- | ||
# | ||
add: objectclasses | ||
objectClasses: ( voPosixAccountObjectClass | ||
NAME 'voPosixAccount' | ||
AUXILIARY | ||
MUST ( cn $ | ||
uid $ | ||
voPosixAccountUidNumber $ | ||
voPosixAccountGidNumber $ | ||
voPosixAccountHomeDirectory ) | ||
MAY ( voPosixAccountLoginShell $ | ||
voPosixAccountGecos ) | ||
) | ||
objectClasses: ( voPosixGroupObjectClass | ||
NAME 'voPosixGroup' | ||
AUXILIARY | ||
MUST ( cn $ voPosixAccountGidNumber ) | ||
MAY ( memberUid ) | ||
) | ||
# | ||
# end of LDIF | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-138 KB
Workbench/wordpress_server/container_files/rpm/gd-last-2.3.3-2.el7.remi.x86_64.rpm
Binary file not shown.
Binary file removed
BIN
-138 KB
Workbench/wordpress_server/container_files/rpm/gd3php-2.3.3-7.el7.remi.x86_64.rpm
Binary file not shown.
Binary file removed
BIN
-266 KB
Workbench/wordpress_server/container_files/rpm/libwebp7-1.0.3-1.el7.remi.x86_64.rpm
Binary file not shown.
Binary file removed
BIN
-3.41 MB
Workbench/wordpress_server/container_files/rpm/php-7.4.33-2.el7.remi.x86_64.rpm
Binary file not shown.
Binary file removed
BIN
-5.17 MB
Workbench/wordpress_server/container_files/rpm/php-cli-7.4.33-2.el7.remi.x86_64.rpm
Binary file not shown.
Binary file removed
BIN
-1.17 MB
Workbench/wordpress_server/container_files/rpm/php-common-7.4.33-2.el7.remi.x86_64.rpm
Binary file not shown.
Binary file removed
BIN
-89.7 KB
Workbench/wordpress_server/container_files/rpm/php-gd-7.4.33-2.el7.remi.x86_64.rpm
Binary file not shown.
Binary file removed
BIN
-74.5 KB
Workbench/wordpress_server/container_files/rpm/php-json-7.4.33-2.el7.remi.x86_64.rpm
Binary file not shown.
Binary file removed
BIN
-256 KB
Workbench/wordpress_server/container_files/rpm/php-mysqlnd-7.4.33-2.el7.remi.x86_64.rpm
Binary file not shown.
Binary file removed
BIN
-140 KB
Workbench/wordpress_server/container_files/rpm/php-pdo-7.4.33-2.el7.remi.x86_64.rpm
Binary file not shown.
Binary file removed
BIN
-86 KB
Workbench/wordpress_server/container_files/rpm/php-sodium-7.4.33-2.el7.remi.x86_64.rpm
Binary file not shown.