Skip to content

Instantly share code, notes, and snippets.

@mazgi
Created July 18, 2013 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mazgi/6028503 to your computer and use it in GitHub Desktop.
Save mazgi/6028503 to your computer and use it in GitHub Desktop.
sudoのconfigureオプションを確認する ref: http://qiita.com/mazgi/items/6f5fdb239b60e6d0f314
localhost ~ # sudo -V | grep 'Configure options:'
Configure options: --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-zlib=system --with-secure-path=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin --with-editor=/usr/libexec/editor --with-env-editor --without-insults --without-all-insults --with-ldap_conf_file=/etc/ldap.conf.sudo --with-ldap --enable-nls --with-pam --without-skey --without-selinux --with-sendmail --without-opie --without-linux-audit --with-timedir=/var/db/sudo --with-plugindir=/usr/lib64/sudo --docdir=/usr/share/doc/sudo-1.8.6_p7
localhost ~ # sudo -V | grep 'ldap.conf path:'
ldap.conf path: /etc/ldap.conf.sudo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment