Re: Linux Customization



Prafulla T <prafulla.tekawade@xxxxxxxxx> wrote:
Hello to everyone
We want to customize the red-linux in following manner.
We want some more controls on the initial screen that appears in the
red-linux(the one which prompts you to key in
user name & password).Actually,We want two more text boxes there (and
one combo box also),which,along with user name & password
,will take Student's name & his class as input & then we will send
those details to the central server which we can use for the
monitoring.

You probably don't need this customization. The name associated with
a username is part of the passwd file information you can retrieve
via the getpwnam() or getpwent() functions (specifically it's in the
GECOS field). As for the class, that'll depend on how you structure
your usernames. One common method is to assign a username per student
per class, so it's possible to encode the class in the username. If
a student uses a single login for all classes, you can't identify the
class at login time because the student may do work for more than one
class without logging out and back in again for each one. Without
knowing why you want class information and what you want to do with
it I can't tell you whether what you need's already available or not.

--
death.net: because for some problems there's only one solution.
.



Relevant Pages

  • Re: Creating Custom Printer Banner Page in DCPS?
    ... >> Is it possible to create a custom banner page in DCPS. ... >> able to put the Username, Jobname and Time on the page. ... I was able to customize the banner a bit. ... The other option is to add PJL commands to the LPS$$ppp_INITPSDEVICE V2.5-1, ...
    (comp.os.vms)
  • Re: Security Event Log madness.
    ... > play when you've got parents trying to protect their kids from being ... If her username and password were compromised by the other ... If you want a copy of our student AUP then I'll email you one if you like? ...
    (microsoft.public.win2000.security)
  • Re: Increasing security from student PCs
    ... once a username and password is compromised then its game over as any use of it will become a genuinely authenticated user. ... Being a college we have both student and staff users with appropriate rights ... As students only have access to the network from student PCs in classrooms ...
    (microsoft.public.security)
  • Re: Individual Record Permissions
    ... record being a different student and information. ... Correctly implement User Level Security, then set the .Enabled property of the form based on the login. ... I'm assuming that you'd store the student's username somewhere (you have to be able to ...
    (microsoft.public.access.security)
  • Re: Variable for NAME in start menu?
    ... Microsoft MVP Windows - Shell/User ... When I type "echo %username%" I see my username... ... echo %username% I get the student ID number not the student name. ...
    (microsoft.public.windowsxp.help_and_support)