summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-07-13 08:26:39 +0000
committerArthur de Jong <arthur@arthurdejong.org>2007-07-13 08:26:39 +0000
commit36c94a0bb8e178a9a745b7040c5fa356b362e95b (patch)
tree3fe8c198e2935f86b2408f65b6dc5554e03641b2 /README
parentf3f7e1a42d9c37dbedf4f33873ac1bbb38dac3b2 (diff)
add notes about format of host and ethers entries in LDAP database
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@299 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index a30e7a1..31bf2ff 100644
--- a/README
+++ b/README
@@ -96,6 +96,14 @@ Currently the following name databases are supported:
aliases, ethers, group, hosts, netgroup, networks, passwd, protocols, rpc,
services and shadow
+Note that for when using IPv6 hosts entries, the addresses in the LDAP
+directory must be in their preferred form. The same is true for mac addresses
+for the ethers database. Otherwise the address->entry lookups will not work.
+For more details see
+ http://ldap.akbkhome.com/index.php/attribute/ipHostNumber.html
+and
+ http://ldap.akbkhome.com/index.php/attribute/macAddress.html
+
automounter map lookups (which are also defined in /etc/nsswitch.conf) are not
supported because the NSS interface is not used for these. The common autofs
implementation currently uses it's own method for getting the maps from LDAP.