Displaying 2 results from an estimated 2 matches for "student_nam".
Did you mean:
student_name
2006 Aug 24
1
smb.conf template homedir
...ss my home directory.
Currently, "template homedir = /home/%U" - which results in a path of
/home/<username>
I would like to use the homeDirectory field found in openldap - which is
different for different classes of users.
i.e.:
/usr/guests/guest_name
/usr/netapp/student/student_name
/usr/netapp/faculty/faculty_name
/usr/netapp/staff/staff_name
I have tried templete homedir = %$(env HOME), but it does not work:
Aug 24 14:04:46 vmnode10 smbd[15826]: [2006/08/24 14:04:46, 0]
lib/substitute.c:expand_env_var(190)
Aug 24 14:04:46 vmnode10 smbd[15826]: expand_env_var: En...
2006 Jan 17
6
An object that initializes multiple objects?
Hi,
Something that I have noticed is that every class that inherits from
ActiveRecord::Base has a database table of its own.
However what if I don''t want a class to have its own table, but to
actually serve as a proxy to initialize other entries?
For instance as an example, let''s have a form with the fields for
"student name", "student id number",