git: f1f704fb54 - main - articles/ldap-auth: Fix username in the example description

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Sat, 29 Jan 2022 15:03:13 UTC
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=f1f704fb5428deb44b074f7829c1a6451f448784

commit f1f704fb5428deb44b074f7829c1a6451f448784
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2022-01-29 15:01:21 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2022-01-29 15:02:26 +0000

    articles/ldap-auth: Fix username in the example description
    
    Submitted by:   Keve Nagy
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/53
---
 documentation/content/en/articles/ldap-auth/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/articles/ldap-auth/_index.adoc b/documentation/content/en/articles/ldap-auth/_index.adoc
index 66a05a8e4f..3d1b5d718b 100644
--- a/documentation/content/en/articles/ldap-auth/_index.adoc
+++ b/documentation/content/en/articles/ldap-auth/_index.adoc
@@ -272,7 +272,7 @@ In either case, the relevant schemas need to be loaded in [.filename]#slapd.conf
 For this example we will use the `person` object class.
 If you are using `inetOrgPerson`, the steps are basically identical, except that the `sn` attribute is required.
 
-To add a user `testuser`, the ldif would be:
+To add a test-user named `tuser`, the ldif would be:
 
 [.programlisting]
 ....