Displaying 20 results from an estimated 5000 matches similar to: "This is happening during config"
2008 May 13
3
creating a master share
I am trying to create a master share that contains all the other
shares. I created a group that needs read+write permission to all the
other shares. However, rather than adding this group in each share
configuration, I was wondering if there is a way to overwrite the
permission.
I tried this but gave read-only access. Also in the linux level, I
don't have this master group as the owner. Any
2008 May 23
3
Somewhat bizzare share issue
I have 19 servers with this smb.conf share definition working:
[export]
comment = Exported Files
path = /tmp/export
guest ok = Yes
On the 20th server however, this just doesn't want to work.
I've gone through the basics of guest access and permissions more than a few times trying to figure this one out.
Approaching this from another angle, I tried the following
2008 Dec 09
2
Any possibility to apply policies on WinXP machines using samba 3.2.3 ?
Any possibility to apply policies on WinXP machines using samba 3.2.3 ?
In samba documentation in :
http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/PolicyMgmt.html
There is references to apply policies in NT/2000 Server and winxp
clients, but it's not clear to me that will run fine or not using
samba 3.2.3+winxp machines.
If exist a way, How ?
I was create a local policies using
2009 Sep 02
6
Password-less share, for certain users.
Is it possible to have a "password-less" share available to only
certain users? I've been searching all over and could not find
anything.
2008 May 14
2
monitoring file access levels?
I've got a paranoid client who has a samba server on a small LAN who
wants to know if and when any of his employees 'transfer' (read, copy
off etc) any more than a certain threshold of data a day from the
server, I think he's worried that some employee may grab a lot of stuff
off the server and then share it with his competition. I tried to
explain that this wasn't a very
2008 Oct 16
3
How does the "guest account" param work?
smb.conf states "This user must exist in the passwd file, but does not
require a valid login"
What exactly does this mean? As I understand it, adding a user with
'smbpasswd -a nobody' automatically gives it a valid login.
My reasons for asking are;
I added myself to passdb.tdb with my passwd.
I added the 'nobody' user to passdb.tdb with no passwd.
I then logged in to
2008 Aug 06
1
Samba & Vista [SOLVED]
On Tue, August 5, 2008 8:12 pm, Michael Heydon wrote:
> This is what happens when you rename a user, it is the same in XP and
probably 2k as well. The only way that I know of to really change a
No, this does not happen on Windows 2000. Note that I'm still running
Windows 2000 because it runs very nicely under virtualization with only
256 MB allocated to the VM. ;)
--
For a good laugh,
2008 May 13
2
Samba as nonroot
Hi,
Im trying to run samba as a non-root user and I was wondering if this is
even possible, and if not what is preventing it from being ran as a normal
user??
2008 Mar 16
8
HP Deskjet 6940 and 6988
Hello all,
Does anybody share HP Deskjet 6940 and HP Deskjet 6988 off a samba
server successfully? I currently using Samba versions 3.0.24 Ubuntu
Fiesty Fawn in my production environment. I also the issue occurs on my
laptop which is running Gutsy Gibbon 7.10 which uses Samba 3.0.26. The
issue is when my users try to print multiple copies they can not through
the samba server. These printers
2008 Feb 13
1
acl, no rights and possibility to delete files
Hello,
I've a samba 3.0.24 and a share in ext3 with acl.
I've set on a file the following permissions on a file a.txt :
vssamba:/# getfacl /mnt/samba/partage/a.txt
getfacl: Removing leading '/' from absolute path names
# file: mnt/samba/partage/a.txt
# owner: herve
# group: users
user::rwx
group::r--
other::r--
The rights for share "Partage" are :
[partage]
2007 Oct 09
1
recycle: touching failed operation not permitted
Hello
In /var/log/messages I have got a lot of errors such as :
"recycle: touching .recycle/jankowski/500/500_U/21-10-5U.~TIF failed,
reason = Operation not permitted "
~~.tif it's a temp file and I noticed that samba deletes this files to
recycle .
My smb.conf
comment = Rastry
public = yes
invalid users = @geodeta,@ewidencja,
path = /home/samba/rastry
2008 Sep 18
4
WG: WG: Strange!!! Clients only log on to samba bdc
When I stop the BDC all clients log on to the PDC. And to my confusion
when I restarted the BDC today and made a testparm on both PDC and BDC
both showd role domain pdc --> Server role: ROLE_DOMAIN_PDC
Here my smb.confs:
PDC:
[global]
security=user
smb ports = 139
logon script = logon.bat
logon path = \\%L\%U\profile\%U
logon drive = S:
domain
2007 Oct 22
3
Samba "hijack" the connection?
Dear all,
I have 2 domains: JUPITER.COM (Samba 3.0.23c - Centos5) and WIN.COM (Windows
2000 Adv Srv). I join a windows XP SP1 (MOON), first to Windows domain and
then to Samba's.
The problem is when I join the XP to Samba's and then try to logon to WIN.COM,
the XP is instead logon to Samba, thus the username is not found. The DNS is
not a problem, I set the DNS of the XP to
2008 Oct 21
1
Create user home directory or user-own folder on samba server on first login to samba
Hello,
I'd like to create user home directory or user-own folder on samba server on first login to samba without using PAM, so how could I do this?
Thank you,
Denis
2008 Dec 01
2
Specifying proxy server per user
Was wondering if it's possible to assign specific users a proxy server
for web browsing. My current setup is openldap, samba pdc and a squid
proxy server. Our call center uses the web alot and I'd like to have
them use the proxy. The agents don't usually login to the same windows
machine. Is this possible via samba or netlogon? I'd hate to have to
edit the group policies on 50
2009 Feb 19
1
XP local policy vs Samba pdbedit?
If I set up a room of Win XP Pro w/SP2 systems, hardened via local policy
and gpedit.msc, and add them to a samba domain running from an unpatched,
out-of-box install of RHEL 5.0, how will the local XP policies differ from
any changes I make to pdbedit on the Samba side? Which takes
priority/preference?
Thanks.
Scott
2008 Feb 27
1
Re: Windows C# unable to access Samba directories.
Hi,
I have written a simple c# program that move file from windows to a Unix path via samba.
The user that do the work is a full privilege user.
Using a win application this works fine but when I activated the prog. as a win service,
I got a strange activity and the prog wasn't been able to find the folders.
So I?m very much interested in troubleshooting the problem.
Can you
2008 Sep 18
1
WG: Strange!!! Clients only log on to samba bdc
Is there nothing to solve the problem ?
-----Urspr?ngliche Nachricht-----
Von: samba-bounces+mueller=tropenklinik.de@lists.samba.org
[mailto:samba-bounces+mueller=tropenklinik.de@lists.samba.org] Im
Auftrag von Daniel M?ller
Gesendet: Mittwoch, 17. September 2008 08:20
An: samba@lists.samba.org
Betreff: [Samba] Strange!!! Clients only log on to samba bdc
Hello to all,
My samba servers are
2008 Mar 11
2
$ char in password
Hi, all:
Just come across a strange problem with the usage of "net rpc ...".
If a user's password has the dollar character, it will be discarded, thus cause login failure. For example, if username is "abc" and password is "$1111". I run the command:
=======================================================
net rpc -I 12.34.56.78 -U abc%$1111 USER INFO abc
2007 Dec 03
1
Samba Mount Problem
Dear Tux Friends,
I am migration a MS Windows 2000 file server to OpenSuse 10.3. In the current working scenerio, there is one directory on Windows Server named "Common" with two shared directories 1) Inter Department 2) Intra Department
This will will help to understand the directory structure:
===>> Common-> Inter Department
-> Intra