|
|
| Line 29: |
Line 29: |
| *Make sure the member has an active account | | *Make sure the member has an active account |
| *Make sure the tags in RFID field are separated by a comma. All RFID tags are stored in otherPager field (which contains an array of numbers) in AD. | | *Make sure the tags in RFID field are separated by a comma. All RFID tags are stored in otherPager field (which contains an array of numbers) in AD. |
| *
| |
|
| |
| There is an old HP (add specs) Windows XP machine that was added to the PS1 domain (called RFID-2) that pulls user information from an SQL database on a VM called RFID2 and pushes that information to all the door controllers with a piece of software called Professional Door Control Management. You can remote into this machine using Windows Remote Desktop using rfid-2.ad.pumpingstationone.org.
| |
|
| |
| A VM on Proxmox Cloud 2 called RFID2 (10.100.11.31) houses the SQL database so that current members can access the doors. Eventually a job will run that will populate the database usernames, RFID tags, and member status from PS1AUTH. This may help accomplish this task:
| |
| *https://technet.microsoft.com/en-us/library/cc720650(v=ws.10).aspx
| |
| *https://www.mssqltips.com/sqlservertip/4190/import-active-directory-data-to-a-sql-server-table/
| |
| *https://cwiki.apache.org/confluence/display/SYNCOPE/Synchronize+Active+Directory+with+SQL+database#SynchronizeActiveDirectorywithSQLdatabase-Provide_a_user_template
| |
|
| |
|
| =What's next= | | =What's next= |