diff options
author | Nalin Dahyabhai <nalin@redhat.com> | 2012-01-24 13:45:50 -0500 |
---|---|---|
committer | Nalin Dahyabhai <nalin@redhat.com> | 2012-01-24 13:45:50 -0500 |
commit | fc31cb50a21a7cf851f367e75ae3282b01b9d16c (patch) | |
tree | 040eb86af4d3db159d9ff897f784ec06df446b1f /tests/test37-nis-multi | |
parent | 0c70b2c9fda067d4fa3ddc160e77c4275b647a62 (diff) | |
download | slapi-nis-fc31cb50a21a7cf851f367e75ae3282b01b9d16c.tar.gz slapi-nis-fc31cb50a21a7cf851f367e75ae3282b01b9d16c.tar.xz slapi-nis-fc31cb50a21a7cf851f367e75ae3282b01b9d16c.zip |
- take steps to avoid making yp_first/yp_next clients loop indefinitely when a single LDAP entry produces multiple copies of the same NIS key for a given map
Diffstat (limited to 'tests/test37-nis-multi')
-rw-r--r-- | tests/test37-nis-multi/before.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/test37-nis-multi/before.txt b/tests/test37-nis-multi/before.txt index 32c84a2..7c08725 100644 --- a/tests/test37-nis-multi/before.txt +++ b/tests/test37-nis-multi/before.txt @@ -25,6 +25,10 @@ testbox3 01:02:03:04:05:09 testbox3 testbox3 01:02:03:04:05:0a testbox3 testbox3 01:02:03:04:05:0b testbox3 testbox3 01:02:03:04:05:0c testbox3 +cat contents of example.com:name2mac: +testbox1 01:02:03:04:05:06 testbox1 +testbox2 01:02:03:04:05:0c testbox2 +testbox3 01:02:03:04:05:0c testbox3 all contents of example.com:mac2name: 01:02:03:04:05:06 01:02:03:04:05:06 testbox1 01:02:03:04:05:06 01:02:03:04:05:06 testbox2 @@ -47,3 +51,11 @@ all contents of example.com:mac2name: 01:02:03:04:05:0c 01:02:03:04:05:0c testbox1 01:02:03:04:05:0c 01:02:03:04:05:0c testbox2 01:02:03:04:05:0c 01:02:03:04:05:0c testbox3 +cat contents of example.com:mac2name: +01:02:03:04:05:06 01:02:03:04:05:06 testbox1 +01:02:03:04:05:07 01:02:03:04:05:07 testbox1 +01:02:03:04:05:08 01:02:03:04:05:08 testbox1 +01:02:03:04:05:09 01:02:03:04:05:09 testbox1 +01:02:03:04:05:0a 01:02:03:04:05:0a testbox1 +01:02:03:04:05:0b 01:02:03:04:05:0b testbox1 +01:02:03:04:05:0c 01:02:03:04:05:0c testbox1 |