Changeset 1671 for trunk/server/fedora


Ignore:
Timestamp:
Sep 23, 2010, 7:58:35 PM (14 years ago)
Author:
ezyang
Message:
Make the LDAP check match sudoers line, preserve USE_NEWLINES.
Location:
trunk/server/fedora/config/etc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/config/etc/nagios/check_ldap_mmr

    r1670 r1671  
    11#!/bin/sh
    22
    3 exec /usr/bin/sudo -u signup USE_NEWLINES=$USE_NEWLINES /etc/nagios/check_ldap_mmr.real
     3exec /usr/bin/sudo -u signup /etc/nagios/check_ldap_mmr.real
  • trunk/server/fedora/config/etc/sudoers

    r1379 r1671  
    5656Defaults    env_keep += "LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE"
    5757Defaults    env_keep += "LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY"
     58Defaults    env_keep += "USE_NEWLINES"
    5859
    5960## Next comes the main part: which users can run what software on
Note: See TracChangeset for help on using the changeset viewer.