From b3d0ee0a66bb8d2a4effd6d2a471ec57013efa08 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 12:26:21 -0400 Subject: [PATCH] system/nss_ldap: Wrap README at 72 columns. Signed-off-by: B. Watson --- system/nss_ldap/README | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/system/nss_ldap/README b/system/nss_ldap/README index 08b9d1e916..79127d372d 100644 --- a/system/nss_ldap/README +++ b/system/nss_ldap/README @@ -1,7 +1,8 @@ -The resolution of the entities defined in RFC 2307 is generally performed -by a set of UNIX C library calls (such as getpwnam() to return the attributes -of a user). The nss_ldap module provides the means for Solaris and Linux -workstations to get this information (such as users, hosts, and groups) from -LDAP directories. The module is the reference implementation of RFC 2307, -and has been studied by vendors such as Sun (who developed the original -Name Service Switch interface). +The resolution of the entities defined in RFC 2307 is generally +performed by a set of UNIX C library calls (such as getpwnam() +to return the attributes of a user). The nss_ldap module provides +the means for Solaris and Linux workstations to get this information +(such as users, hosts, and groups) from LDAP directories. The module +is the reference implementation of RFC 2307, and has been studied by +vendors such as Sun (who developed the original Name Service Switch +interface).