Benjamin Renard commited on 2013-11-05 10:07:31
Showing 1 changed files, with 0 additions and 3 deletions.
| ... | ... |
@@ -139,9 +139,6 @@ if not options.basedn: |
| 139 | 139 |
if options.touch and not options.attrs: |
| 140 | 140 |
logging.info('Force option attrs on touch mode')
|
| 141 | 141 |
options.attrs=True |
| 142 |
-elif options.touch and options.nagios: |
|
| 143 |
- logging.error('Touch mode and Nagios mode not compatible')
|
|
| 144 |
- sys.exit(1) |
|
| 145 | 142 |
|
| 146 | 143 |
excl_attrs=[] |
| 147 | 144 |
if options.excl_attrs: |
| 148 | 145 |