I wrote this on another post, but I figured it might get more action if it has its own post.
I have 3 routers, two of them are configured as EIGRP stubs, but they are forming an adjacency? R2 and R3 shouldn't be forming an adjacency, from what I know. Can anyone help me clarify?

R1:
R1#sh run | sec eigrp
no ip split-horizon eigrp 100
router eigrp 100
network 1.1.1.0 0.0.0.255
network 172.12.123.0 0.0.0.255
R2:
R2#sh run | sec eigrp
no ip split-horizon eigrp 100
router eigrp 100
network 2.2.2.0 0.0.0.255
network 172.12.23.0 0.0.0.31
network 172.12.123.0 0.0.0.255
eigrp stub connected summary
R3:
R3#sh run | sec eigrp
no ip split-horizon eigrp 100
router eigrp 100
network 3.3.3.0 0.0.0.255
network 172.12.23.0 0.0.0.31
network 172.12.123.0 0.0.0.255
eigrp stub connected summary
R3#
Thanks for any insight!