I believe what you’re experiencing is a bug that I reported in May to Microchip. The device has ADR turned off in the beginning (and 72 channels enabled by default). After the first uplink, LoRa Server will re-configure the active uplink channels on the device (e.g. 0-7). The RN firmware then does not only re-configure the channels, but automagically turns on ADR.
Microchip support case 00226470:
Following the LoRaWAN specs, a node for the US band should start with all channels enabled. In case the network is operating in hybrid mode (e.g. only channel 0-7 are used), the node will hit one of the active channels eventually, after which the network can turn on the appropriate channels on the node, but issuing one or multiple LinkADRReq mac-commands (the same mac-command which is used for adaptive data-rate).
When turning off ADR (mac set adr off) and performing the OTAA as described above, I’m able to join the node in a couple attempts. I validated that ADR is still turned off. Now I send a couple of uplink data frames, so that my network-server can reply with the LinkADRReq to reconfigure the channels on the node.
When this LinkADRReq is received, the channels active on my network are indeed the only channels that are turned on on the RN2903A node. However, suddenly ADR is also turned on on the node.
This should not happen, as this indicated to the network that it is able to control the data-rate of the node, which should only happen on static devices. Channel re-configuration through LinkADRReq should always work regarding ADR on or off.
sys reset
RN2903 0.9.8 Feb 14 2017 20:17:03
mac set adr off
ok
mac get adr
off
mac get ch status 8
on
mac join otaa
ok
denied
mac join otaa
ok
denied
mac join otaa
ok
denied
mac join otaa
ok
accepted
mac get adr
off
mac get ch status 8
on
mac tx uncnf 1 AA
ok
mac_tx_ok
mac tx uncnf 1 AA
ok
mac_tx_ok
mac tx uncnf 1 AA
ok
mac_tx_ok
mac tx uncnf 1 AA
ok
mac_tx_ok
mac tx uncnf 1 AA
ok
mac_tx_ok
mac tx uncnf 1 AA
ok
mac_tx_ok
mac tx uncnf 1 AA
ok
mac_tx_ok
mac tx uncnf 1 AA
ok
mac_tx_ok
mac get ch status 8
off
mac get adr
on
This case has been opened May 5th 2017 and is still open without any updates 
I’m not 100% sure, but I believe that Microchip once mentioned to me that they implemented the LoRaWAN 1.0.1 specification (rev A). For now this does not make any difference in LoRa Server. The information is collected, but there is no different behavior. However it is going to make a difference when LoRaWAN 1.1 is implemented in LoRa Server.