TEXT   68
sysconfig
Guest on 21st April 2022 01:17:04 AM


  1. Generic options:
  2.  
  3. /etc/sysconfig/*
  4.  
  5.    CGROUP_DAEMON=
  6.      List of control groups that the daemon will be run in. For example,
  7.      CGROUP_DAEMON="cpu:daemons cpuacct:/" will run it in the daemons
  8.      group for the CPU controller, and the '/' group for the CPU accounting
  9.      controller.
  10.  
  11. /etc/sysconfig/authconfig
  12.  
  13.   used by authconfig to store information about the system's user
  14.   information and authentication setup; changes made to this file
  15.   have no effect until the next time authconfig is run
  16.  
  17.     USEHESIOD=no
  18.       Whether or not the hesiod naming service is in use.  If not set,
  19.       authconfig examines the passwd setting in /etc/nsswitch.conf.
  20.     USELDAP=no
  21.       Whether or not LDAP is used as a naming service.  If not set,
  22.       authconfig examines the passwd setting in /etc/nsswitch.conf.
  23.     USENIS=no
  24.       Whether or not NIS is in use.  If not set, authconfig examines
  25.       the passwd setting in /etc/nsswitch.conf.
  26.  
  27.     USEKERBEROS=no
  28.       Whether or not Kerberos is in use.  If not set, authconfig examines
  29.       the settings in /etc/pam.d/system-auth.
  30.     USELDAPAUTH=no
  31.       Whether or not LDAP is being used for authentication.  If not set,
  32.       authconfig examines the settings in /etc/pam.d/system-auth.  Note
  33.       that this option is separate from USELDAP, and that neither implies
  34.       the other.
  35.     USEMD5=no
  36.       Whether or not MD5-based hashing should be used when setting passwords.
  37.       If not set, authconfig examines the settings in /etc/pam.d/system-auth.
  38.       This option affects authentication using both local files and LDAP.
  39.     USESHADOW=no
  40.       Whether or not shadow passwords are in use.  If not set, authconfig
  41.       checks for the existence of /etc/shadow.
  42.     USESMBAUTH=no
  43.       Whether or not SMB authentication is in use.  If not set, authconfig
  44.       examines the settings in /etc/pam.d/system-auth.
  45.  
  46. /etc/sysconfig/autofsck

Raw Paste

Login or Register to edit or fork this paste. It's free.