![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: Jan 2005
Posts: 3
Rep Power: 0
![]() |
is there a program I can use to login 50 computers in a lab, that use the same login and passwords, at the same time? Or is it possible to write a program to login an entire lab from one location?
Please let me know, Thanks Tiger ![]() |
|
|
|
|
|
#2 |
|
The Supreme Ruler
![]() Join Date: May 2004
Location: Houston
Posts: 1,476
Rep Power: 6
![]() |
I'm guessing you'd need at least administrator access for that, and even if you have that, I wouldn't know where to point you next. Out of curiosity, why do you need to log into 50 computers anyway?
__________________
"Every gun that is made, every warship launched, every rocket signifies, in the final sense, a theft from those who hunger and are not fed, from those who are cold and are not clothed. The world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children." - Dwight D. Eisenhower |
|
|
|
|
|
#3 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5
![]() |
when i got pissed at the computer lab at the college i went to i set screensaver passwords on every computer. then it was official policy not to do that. oh, and some i just plain formatted. bastards, i hate them.
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
|
|
#4 |
|
Professional Programmer
|
you can use NIS, or LDAP to set up a user database, and then have X11 use te NIS/LDAP server to authenticate users.
|
|
|
|
|
|
#5 |
|
Newbie
Join Date: Jan 2005
Posts: 3
Rep Power: 0
![]() |
Well, when students are in class and are using the lab, I need to log them in at a different profile which gives them special right. However, when there isn't a class, the students are supposed to login using their own login.
I'm wondering if i can write a program or run some application that can remotely login these computers for the class purpose. I appreciate your help. I hope this is clear. Let me know with your feedbacks |
|
|
|
|
|
#6 |
|
Programming Guru
![]() |
I'm hoping these are linux systems here...
Have an sshd client automatically run on all the computers in an ip range for the room. Then using open source remote ssh login code connect and then write the logins to the computers logging them into the network and starting x. (Note: Very insecure, hackers will have a field day and get classroom pass, make sure it's not that important to keep secret. Maybe even lock down the user account at certain times of the day.) |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|