(cherry picked from commit f67473024d)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-08-04 21:10:48 +02:00
committed by GitHub
parent bccf77a461
commit 4e13c8b969
22 changed files with 72 additions and 96 deletions

View File

@@ -160,7 +160,8 @@ modlist:
description: list of modified parameters
returned: success
type: list
sample: '[[2, "olcRootDN", ["cn=root,dc=example,dc=com"]]]'
sample:
- [2, "olcRootDN", ["cn=root,dc=example,dc=com"]]
'''
import traceback

View File

@@ -58,7 +58,8 @@ modlist:
description: list of modified parameters
returned: success
type: list
sample: '[[2, "olcRootDN", ["cn=root,dc=example,dc=com"]]]'
sample:
- [2, "olcRootDN", ["cn=root,dc=example,dc=com"]]
"""
import traceback