HEX
Server: Apache
System: Linux vpshost0650.publiccloud.com.br 4.4.79-grsec-1.lc.x86_64 #1 SMP Wed Aug 2 14:18:21 -03 2017 x86_64
User: bandeirantesbomb3 (10068)
PHP: 8.0.7
Disabled: apache_child_terminate,dl,escapeshellarg,escapeshellcmd,exec,link,mail,openlog,passthru,pcntl_alarm,pcntl_exec,pcntl_fork,pcntl_get_last_error,pcntl_getpriority,pcntl_setpriority,pcntl_signal,pcntl_signal_dispatch,pcntl_sigprocmask,pcntl_sigtimedwait,pcntl_sigwaitinfo,pcntl_strerror,pcntl_wait,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,php_check_syntax,php_strip_whitespace,popen,proc_close,proc_open,shell_exec,symlink,system
Upload Files
File: //usr/share/doc/authconfig-6.2.8/TODO
Probing:
  * Probing DNS for Kerberos and LDAP configuration.  To be added as a button
    for one-time use.
    - Use SRV RRs for LDAP, a la nss_ldap:
      _ldap._tcp.<DOMAIN> = priority weight port server (see RFC 2782)
      Convert <DOMAIN> to base DN using DC components in the way just
      about everything does (example.com -> "dc=example,dc=com")
    - Use SRV RRs for Kerberos realms, a la locate_kdc.c:
      _kerberos._udp.<REALM> = priority weight port server (see RFC 2782)
      We have the realm, a server name, and the port number.  Use all of them.
      _kerberos-master._udp.<REALM> = priority weight port server (see RFC 2782)
      We have the realm, the admin server name, and the port number.
  * Probing for NIS servers and domains using broadcast RPC (servers can be done
    by calling the NULL function for the ypserv program, and we've only got
    YPPROC_DOMAIN for checking if a server supports a given domain).  To be
    added as a button for one-time use.
  * An easy-to-parse way to dump what we think the current configuration is (for
    anaconda to use if we want to add probing for default options at
    install-time).