Changeset 3565 for monitoring


Ignore:
Timestamp:
09/12/13 18:56:02 (11 years ago)
Author:
sanmai
Message:
  • Fix ldapquery privilege problem.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • monitoring/plugins/mpi/generic_tla_monitoring.py

    r3564 r3565  
    208208
    209209        try :
    210             os.setuid(OpenDJ_uid)
     210            os.setuid(0) # OpenDJ_uid
    211211        except OSError, e :
    212212            raise e
     
    215215                                       stdout = subprocess.PIPE,
    216216                                       stderr = subprocess.PIPE)
     217
     218            print " ".join(command)
    217219
    218220            stdout, stderr = process.communicate()
Note: See TracChangeset for help on using the changeset viewer.