diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:26:21 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:09 -0400 |
commit | b3d0ee0a66bb8d2a4effd6d2a471ec57013efa08 (patch) | |
tree | 46dbc64ce2c34217ba7a491c259589dde1216122 /system/nss_ldap | |
parent | 5ff4b31225738ecdda336016ab89800a2a933603 (diff) |
system/nss_ldap: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/nss_ldap')
-rw-r--r-- | system/nss_ldap/README | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/system/nss_ldap/README b/system/nss_ldap/README index 08b9d1e916a8..79127d372ddb 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). |