[Samba] CUPS + SAMBA3 +attempt_nebios_session_request:
Gerald (Jerry) Carter
jerry at samba.org
Fri Dec 12 17:41:03 GMT 2003
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Spencer wrote:
> All of my groups are defined in LDAP, including my SAMBA Group Mappings.
> I am thinking it has something to do with the missing files under
> /var/cache/samba. Can anyone help me out?
My fault. I moved the files to /var/lib/samba but left this
snippet out of the specfile. Thanks for catching this.
#
# For 3.0.1 we move the tdb files from /var/cache/samba
# to /var/lib/samba
#
for i in /var/cache/samba/*.tdb
do
if [ -f $i ]; then
newname=`echo $i | sed -e's|var\/lock\/samba|var\/lib\/samba|'`
echo "Moving $i to $newname"
mv $i $newname
fi
done
cheers, jerry
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/2f2vIR7qMdg1EfYRAiwEAKDLY2tTVIs2o9003eOuVG1IrP1CBACgqySx
5lM53OkuPxlJwMwIxfFgdTk=
=mYB4
-----END PGP SIGNATURE-----
More information about the samba
mailing list