M
Marlon Brown
My organization has 12,000 Windows 2000 student accounts.
Helpdesk and local 'IT assistants" are overwhelmed by student password
requests. I ended up granting password reset permissions to dozens of
people, and that by itself became a security issue right there.
That said, this is what I have in mind:
a) Students have some information on a SQL database (or even more
information on the respective student Unix db) that I could use. For
example, I could make an ASP page available in a couple of machines on every
student lab. From there users would need to type information such as
"Mother's middle name", "year of graduation in elementary school", "name of
elementary school you graduated from". Upon a match, the .asp page would
reset the student passwords in AD and return a random password right there
on the screen.
Concern:Using this method students would have information widely available
in the stuent database. Employees in my organization would know that
information.
OR
b) Build a webform where existing students can type "Secret" questions. Save
that information (encrypted?) in the SQL database. Only students would know
the combination of secret questions (such as "what's your favorite pet's
name ?" , "what's your grandmother name", etc).
Concern: I would need to find a way to force users to go to the webform and
input such information. I think that I could use Group Policies to make the
default IE page as this "InputPasswordRecoverySecretQuestions.aspx" and in
addition pop up a login script-MessageBox every day upon logon that pledges
them to input such secret questions. Not sure if most students would
cooperate and visit the webform to input the new information.
For new students, I could make them go to a "Setup MyAccount" website and
provide a PIN number which could activate the AD account. The problem is
that all my workstations require Windows logon in labs. Therefore if they
didn't have the Windows account first, they couldn't even logon to the
workstations in order to access such "Setup MyAccount" webform.
Please advise and feel free to give suggestions on best way to handle this.
Helpdesk and local 'IT assistants" are overwhelmed by student password
requests. I ended up granting password reset permissions to dozens of
people, and that by itself became a security issue right there.
That said, this is what I have in mind:
a) Students have some information on a SQL database (or even more
information on the respective student Unix db) that I could use. For
example, I could make an ASP page available in a couple of machines on every
student lab. From there users would need to type information such as
"Mother's middle name", "year of graduation in elementary school", "name of
elementary school you graduated from". Upon a match, the .asp page would
reset the student passwords in AD and return a random password right there
on the screen.
Concern:Using this method students would have information widely available
in the stuent database. Employees in my organization would know that
information.
OR
b) Build a webform where existing students can type "Secret" questions. Save
that information (encrypted?) in the SQL database. Only students would know
the combination of secret questions (such as "what's your favorite pet's
name ?" , "what's your grandmother name", etc).
Concern: I would need to find a way to force users to go to the webform and
input such information. I think that I could use Group Policies to make the
default IE page as this "InputPasswordRecoverySecretQuestions.aspx" and in
addition pop up a login script-MessageBox every day upon logon that pledges
them to input such secret questions. Not sure if most students would
cooperate and visit the webform to input the new information.
For new students, I could make them go to a "Setup MyAccount" website and
provide a PIN number which could activate the AD account. The problem is
that all my workstations require Windows logon in labs. Therefore if they
didn't have the Windows account first, they couldn't even logon to the
workstations in order to access such "Setup MyAccount" webform.
Please advise and feel free to give suggestions on best way to handle this.