M
MattC
Hi,
A system that is being designed will use ActiveDirectory to store
userinformation for a SQL Server 200 base web app. It was decided that only
the windows account username need be stored in the database for
authentication by the web app.
However I realised that if we chould take this route everytime I wish to
display a users name I will have to do a lookup to get the details from the
to AD after getting the windwos user account from SQL Server.
This sounds rubbish to be frank. Should I just store what I need i.e.,
First name, surname, email address in the database and us the AD purely for
authentication. But then doesn't this loose some of the valu eof the AD and
means there are two sources of info to maintain.
Does anyone have any metrics on connection/transaction time with an AD, if
it is nominal then I will go with the original plan.
Also any advice on the topic would be greatly appreciated.
MattC
P.S. ASP.NET 1.1, C#, SQL SERVER 2000, WindowsServer 2003
A system that is being designed will use ActiveDirectory to store
userinformation for a SQL Server 200 base web app. It was decided that only
the windows account username need be stored in the database for
authentication by the web app.
However I realised that if we chould take this route everytime I wish to
display a users name I will have to do a lookup to get the details from the
to AD after getting the windwos user account from SQL Server.
This sounds rubbish to be frank. Should I just store what I need i.e.,
First name, surname, email address in the database and us the AD purely for
authentication. But then doesn't this loose some of the valu eof the AD and
means there are two sources of info to maintain.
Does anyone have any metrics on connection/transaction time with an AD, if
it is nominal then I will go with the original plan.
Also any advice on the topic would be greatly appreciated.
MattC
P.S. ASP.NET 1.1, C#, SQL SERVER 2000, WindowsServer 2003