Hi, I have a question about smbldap-useradd.pl.
When i add a user with smbldap-useradd -m -a USERNAME, USERNAME
is not appended to sambaHomePath.

In smbldap_conf.pm i have sambaHomePath = q(\\\\SERVER\\)

I've solved this by adding ". $userName;" in 
smbldap-useradd.pl (358).

...
 my $valsmbhome;
  if (defined $_userSmbHome) {
       $valsmbhome = "$_userSmbHome" . $userName;
...

I've checked cvs for any diffs. but haven't found any.


/Henrik 

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to