diff options
author | Christopher Walker <kris240376@gmail.com> | 2010-05-13 01:00:59 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 01:00:59 +0200 |
commit | b96fb91780d69d898f78e20f69975cde8d3e7c88 (patch) | |
tree | 324ebca23575e5a3602db7444c2dcbe24a10b85b /system/nss_ldap/README | |
parent | f5806afd94f14e537102127aeafd6803a8df581e (diff) | |
download | slackbuilds-b96fb91780d69d898f78e20f69975cde8d3e7c88.tar.gz |
system/nss_ldap: Added to 13.0 repository
Diffstat (limited to 'system/nss_ldap/README')
-rw-r--r-- | system/nss_ldap/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/nss_ldap/README b/system/nss_ldap/README new file mode 100644 index 0000000000..7d14062fdb --- /dev/null +++ b/system/nss_ldap/README @@ -0,0 +1,7 @@ +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 this information (such as users, hosts, and groups) from +LDAP directories. The modules is the reference implementation of RFC 2307, +and has been studied by vendors such as Sun (who developed the original +Name Service Switch interface). |