Hi Guys,
I've been looking into building a RFID building access control, the main drive behind this is the ability to store the card details in our existing user database (Active directory), so that when an employee has their account disabled, or account expires, the card they have been assigned also stops working.
I have managed to build and code something using a Raspberry Pi and wiegand reader which works, although I'd like to use a more durable PCB rather than rats nest of wires if I am to deploy the system.
My question is, will the open-access v4 board link to a Raspberry Pi, and allow me to retrieve the presented card id and reader id, then use my own authentication code on the pi to determine if access should be granted or not? Or is the pi integration purely for monitoring?
Ideally i'd be grabbing a list of users with a handful of relevant attributes from active directory via LDAP, then dumping them into a sqllite db on the Raspberry Pi every hour or so, then authenticating against that - This way people can still access buildings if the door's cant talk directly to AD.