Skip to content
Snippets Groups Projects
Select Git revision
  • c0638a8d6478ae9d8c3be9d7a65c636bc4262f54
  • master default protected
  • th/caddy-wip
  • th/caddy
  • th/lego
  • th/acmebot
  • pyzabbix
  • th/keycloak
8 results

ssl-certificate

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    AuthRemoteuser.php 241 B
    <?php
    
    $wgAuthRemoteuserName = isset( $_SERVER["AUTHENTICATE_CN"] )
        ? $_SERVER["AUTHENTICATE_CN"]
        : '';
    
    /* User's Mail */
    $wgAuthRemoteuserMail = isset( $_SERVER["AUTHENTICATE_MAIL"] )
        ? $_SERVER["AUTHENTICATE_MAIL"]
        : '';