diff options
-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). |