From b8c1321635d04dcbf7eee0f1cbb757fa7b80d7c8 Mon Sep 17 00:00:00 2001 From: roumano Date: Wed, 18 Jan 2017 14:04:50 +0100 Subject: [PATCH] Update documentation about ldap_attr (#20351) Fixing the documentation issue #2035 https://github.com/ansible/ansible/issues/20350 --- lib/ansible/modules/network/ldap_attr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/network/ldap_attr.py b/lib/ansible/modules/network/ldap_attr.py index b14b4917711..1c9e1fccfaa 100644 --- a/lib/ansible/modules/network/ldap_attr.py +++ b/lib/ansible/modules/network/ldap_attr.py @@ -166,7 +166,7 @@ EXAMPLES = """ olcRootPW: "{SSHA}tabyipcHzhwESzRaGA7oQ/SDoBZQOGND" - name: Get rid of an unneeded attribute - ldap_entry: + ldap_attr: dn: uid=jdoe,ou=people,dc=example,dc=com name: shadowExpire value: "" @@ -184,7 +184,7 @@ EXAMPLES = """ # bind_dn: cn=admin,dc=example,dc=com # bind_pw: password - name: Get rid of an unneeded attribute - ldap_entry: + ldap_attr: dn: uid=jdoe,ou=people,dc=example,dc=com name: shadowExpire value: ""