!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/opt/apex_tdfonline/php/3ros/simplesamlphp/config/   drwxr-xr-x
Free 14.72 GB of 61.93 GB (23.77%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     ldap.php (1.24 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* 
 * Configuration for the LDAP authentication module.
 * 
 * $Id: $
 */

$config = array (

    
/**
     * LDAP configuration. This is only relevant if you use the LDAP authentication plugin.
     *
     * The attributes parameter is a list of attributes that should be retrieved.
     * If the attributes parameter is set to null, all attributes will be retrieved.
     */
    
'auth.ldap.dnpattern'  => 'uid=%username%,dc=feide,dc=no,ou=feide,dc=uninett,dc=no',
    
'auth.ldap.hostname'   => 'ldap.uninett.no',
    
'auth.ldap.attributes' => null,
    
'auth.ldap.enable_tls' => true,
    
    
/*
     * Searching the DN of the user.
     */

    /* Set this to TRUE to enable searching. */
    
'auth.ldap.search.enable' => FALSE,

    
/* The base DN for the search. */
    
'auth.ldap.search.base' => NULL,

    
/* The attribute(s) to search for.
     *
     * This may be a single string, or an array of string. If this is an array, then any of the attributes
     * in the array may match the value the user supplied as the username.
     */
    
'auth.ldap.search.attributes' => NULL,

    
/* The username & password the simpleSAMLphp should bind as before searching. If this is left
     * as NULL, no bind will be performed before searching.
     */
    
'auth.ldap.search.username' => NULL,
    
'auth.ldap.search.password' => NULL,

);

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.8231 ]--