Microsoft NPS Radius Server with SQL Server - need to have on SQL Server, the User-Password field.
hello,
i just configured a nps radius server on windows server 2012 with sql server the logs.
on sql server, the xml format give fields like user-name, called-station-id, packet-type etc. it possible to add another field like user-password? and how do it.
thank in advance your help.
hi,
by default, logging disabled nps. enable it, run network policy server snap-in (nps.msc), or internet authentication service snap-in (ias.msc) , follow instructions on accounting page.
you can log following information in sql server database:
• accounting-on requests, sent radius client indicate online , ready accept connections.
• accounting-off requests, sent radius client indicate going offline.
• accounting-start requests, sent radius client (after user authenticated , authorized nps server) indicate start of user session.
• accounting-stop requests, sent radius client indicate end of user session.
• accounting interim requests, sent periodically radius clients during user session, , can logged nps. type of request can used when acct-interim-interval radius attribute configured support periodic requests in network policy settings on nps server. radius client must support use of accounting interim requests if want interim requests logged on nps server. if radius client not send accounting interim requests, not logged.
• authentication requests, sent radius client on behalf of connecting user. these entries in log contain incoming attributes.
• authentication accepts , rejects, sent nps radius client, indicating whether user accepted or rejected. these entries contain outgoing attributes.
the related kb:
sql programmability
http://msdn.microsoft.com/en-us/library/windows/desktop/bb960723(v=vs.85).aspx
nps sql server logging
http://technet.microsoft.com/en-us/library/dd197595.aspx
hope helps.
Windows Server > Network Access Protection
Comments
Post a Comment