Changeset 3246


Ignore:
Timestamp:
08/06/13 10:54:48 (11 years ago)
Author:
sanmai
Message:
  • Work on LDAP monitoring plugin.
File:
1 edited

Legend:

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

    r3245 r3246  
    166166              '--useStartTLS',
    167167              '--trustAll',
    168               '--hostname', "'" + host + "'",
    169               '--bindDN', "'" + bindDN + "'",
     168              '--hostname', host,
     169              '--bindDN', bindDN,
    170170              "--bindPasswordFile", '/root/LDAP_passwdfile',
    171               '(objectClass=CLARINPerson)',
     171              '(objectClass=CLARINPerson),
    172172              'isMemberOf']
    173173
Note: See TracChangeset for help on using the changeset viewer.