About 'logon home'

Guy Roussin guy.roussin at teledetection.fr
Fri Jan 18 09:28:52 GMT 2002


Hello,

I think that the binary version of samba 2.2.2 for solaris 2.8
i use was compiled without --with-automount --with-nisplus-home.

I suggest to add the configure options in the pkginfo. 
It will be very usefull with 'pkginfo -l samba'

Personnaly, i correct 2 files (very badly) in packaging/Solaris

1) pkginfo.master
I correct the line DESC= with this line :
DESC=File and printer sharing for Windows - configure : __CONFIGSTATUS__
Note the maximum length of 256 ASCII characters for DESC

2) makepkg.sh

i change the line :
sed -e "s|__VERSION__|$VERSION|" -e "s|__ARCH__|`uname -p`|" -e
"s|__BASEDIR__|$INSTALL_BASE|g" pkginfo.master >pkginfo

with 2 lines :
CONFIGSTATUS=`head -7 ../../source/config.status | tail -1 | cut -c 15-`
sed -e "s|__CONFIGSTATUS__|$CONFIGSTATUS|" -e "s|__VERSION__|$VERSION|" \
    -e "s|__ARCH__|`uname -p`|" -e "s|__BASEDIR__|$INSTALL_BASE|g" pkginfo.master >pkginfo

Thanks,

Guy

Guy Roussin wrote:
> 
> Hello,
> 
> How can i configure the 'logon home' (default is \\%N\%U) ?
> I use 'nis homedir = Yes' and 'homedir map = auto_home.org_dir'
> The home directory of my users is never on %N (the PDC) ???
> 
> (Samba 2.2.2 as PDC, Solaris 8)
> Thanks,
> --
> Guy Roussin
>




More information about the samba mailing list