This file contains hidden or 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
# Enable LDAP NULL Bind | |
# | |
# This should not be used in production! This script enables unauthenticated/NULL LDAP bind. | |
# The intent of this script is to enable NULL LDAP bind for use with CTF or lab environments. | |
# | |
# References | |
# https://learn.microsoft.com/en-us/dotnet/api/system.directoryservices.activedirectorysecurityinheritance?view=dotnet-plat-ext-7.0 | |
# https://learn.microsoft.com/en-us/windows/win32/secauthz/well-known-sids | |
# https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/e5899be4-862e-496f-9a38-33950617d2c5 | |
# https://learn.microsoft.com/en-us/dotnet/api/system.directoryservices.activedirectoryaccessrule?view=windowsdesktop-7.0 |
This file contains hidden or 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
--- | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: ghost-blog | |
--- | |
apiVersion: v1 | |
kind: Secret | |
metadata: | |
name: ghost-mysql-secret |