-----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
donecheers, 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-----
-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
