Displaying 1 result from an estimated 1 matches for "staff_name".
Did you mean:
  stack_name
  
2006 Aug 24
1
smb.conf template homedir
...- 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: Environment 
variable [HOME] not set
I assume I just can't figure ou...