Displaying 2 results from an estimated 2 matches for "somemachinename".
2000 Sep 08
5
mount: only root can do that
I am having a problem letting users mount there samba shares.
The root user has no problem mounting . But regular users get the error
"mount: only root can do that "
when trying to execute the following.
mount -rw -t smbfs //jelly-bean-iii/E /home/ca43887/E
Any help is appreciated.
Thanks,
Charles
2004 Jan 09
1
pdbedit bug?
If I try to do the following:
/usr/local/samba/bin/pdbedit -a -u someusername -U 5000
This works as one would think, the account is created with a RID of 5000.
But when I do:
/usr/local/samba/bin/pdbedit -a -m -u somemachinename -U 3000
It does not work as you would think. The account is created but with
the RID of the Unix UID*2+1000 not, a RID of 3000 as specificed on the
command line. And if you try to modify that RID after the account is
created with a:
/usr/local/samba/bin/pdbedit -r -u somemachinename$ -U 3000
I...