diff --git a/lib/ansible/module_utils/ldap.py b/lib/ansible/module_utils/ldap.py index 96119b0b09..d49d0a97e8 100644 --- a/lib/ansible/module_utils/ldap.py +++ b/lib/ansible/module_utils/ldap.py @@ -2,7 +2,7 @@ # Copyright: (c) 2016, Peter Sagerson # Copyright: (c) 2016, Jiri Tyr -# Copyright: (c) 2017-2018 Keller Fuchs (@kellerfuchs) +# Copyright: (c) 2017-2018 Keller Fuchs (@KellerFuchs) # # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/lib/ansible/modules/net_tools/ldap/ldap_passwd.py b/lib/ansible/modules/net_tools/ldap/ldap_passwd.py index 4827cd0cda..c5c91a3e80 100644 --- a/lib/ansible/modules/net_tools/ldap/ldap_passwd.py +++ b/lib/ansible/modules/net_tools/ldap/ldap_passwd.py @@ -33,7 +33,7 @@ notes: and I(bind_pw). version_added: '2.6' author: - - Keller Fuchs (@kellerfuchs) + - Keller Fuchs (@KellerFuchs) requirements: - python-ldap options: diff --git a/lib/ansible/utils/module_docs_fragments/ldap.py b/lib/ansible/utils/module_docs_fragments/ldap.py index 6fcf3090bb..e76a2ee7b3 100644 --- a/lib/ansible/utils/module_docs_fragments/ldap.py +++ b/lib/ansible/utils/module_docs_fragments/ldap.py @@ -2,7 +2,7 @@ # Copyright: (c) 2016, Peter Sagerson # Copyright: (c) 2016, Jiri Tyr -# Copyright: (c) 2017-2018 Keller Fuchs (@kellerfuchs) +# Copyright: (c) 2017-2018 Keller Fuchs (@KellerFuchs) # # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)