search for: itservic

Displaying 12 results from an estimated 12 matches for "itservic".

Did you mean: itservice
2011 Nov 04
0
Non primary group permissions not working
Hi, I'm having a major problem here. We are running Samba 3.5.11 on Debian Squeeze. Authentication is via ADS When I create a directory with group rwx access I cannot access that directory through Windows or smbclient unless that group is my primary group. If I'm a member of the group (but it's not my primary), I can't access it. If I ssh to the server it works AOK
2004 Aug 19
1
Groups not recognized
I've got an issue with a fresh (and I mean really fresh) 3.0.5 + ldap server where doesn't seem to recognize unix group membership. The server was 2.2.8a last night and things were working. The unix side works flawlessly, in other words if I log in as myself I can get where I need to, but under samba I get nothing. Here's some supporting info: my group membership information:
2004 Nov 01
3
users in multiple groups?
Hi, I have setup samba 3.0.7 with LDAP and NetApps Filers as our file store. We are going to lots of departmental shares, firstly we want only people from their own dept to have access to their department share, but users from other departments may need access to other dept shares, i would like to set up permissions on each dept share so a group is applied, then every user is added to the
2005 Mar 02
3
samba3.0.10
Hi Jerry/Samba Team I have Samba 3.0.10 installed on Solaris8 server and Samba-client-2.2.10 installed on Linux Red Hat2.1AS servers The Linux servers use Samba to mount filesystems from Solaris8 server. My question is how to find out on the Solaris8 server which Linux servers are using Samba to mount from. Because it is hideous to go to every Linux server and see which Solaris8 server they are
2007 Jul 05
1
Execute on file access
Hi Samba-Folks, it might be a feature request, it might the the proof that I'm too stupid to find it in the documentation: I'd like to execute a binary program on each file which gets stored or modified on the samba server. Is that possible? I'd like to store images on a samba server, and from each image stored a thumbnail should be calculated. Thus, after a file is
2009 Jul 29
1
problem with disable_plaintext_auth
Hi, I am using dovecot with postfix for authentication. Everything (TLS/SSL, authentication) is working fine, except that when I set: disable_plaintext_auth = yes I still can authenticate with plain text on a no TLS/SSL session: 20 mail2.cs.ait.ac.th ESMTP Postfix (2.6.2) EHLO [192.41.170.57] 250-mail2.cs.ait.ac.th 250-PIPELINING 250-SIZE 10240000 250-VRFY
2004 Jan 13
0
rsync: connection unexpectedly closed
Quoting a mail from Richard van Beers: >Im trying to use rsync to sync about 23GB over a local LAN. >I use 2.5.6 compiled on SCO OpenServer 5.0.6, this is the command I use: > >rsync --verbose --stats --recursive --times --perms --links --delete >eurux02::user2 > >(I have tried it with and without --compress, as the archive hinted this >may be a problem with -z, but same
2004 Apr 16
1
./configure --disable-ipv6 hangs
Hello, I think that I've spotted a bug in Rsync's configure script: if one uses --disable-ipv6, configure would hang forever at step: checking whether defines needed by getaddrinfo exist... What happens is that when this option is used, $EGREP is not defined in the script. Then this particular test invokes ... | $EGREP "yes". This actually runs the Unix "yes"
2002 Sep 20
2
samba Mount command failure
Hi All, I would like to be able to mount a SMB NT Share on a NT4.0 network. I am currently trying to run the following command : mount -t smbfs -o username=lloydl,password=Fiver //(Server IPaddress)/(share) /mnt/dvs/ITVSERVER And I get : 2622: session request to 192.168.36.6 failed (called name no present) 2622: session request to 192 failed (called name not present) 2622: session setup
2014 Mar 11
1
silent data corruption with rsync
Hi everbody! I'm currently working in a project which has to copy huge amounts of data from one storage to another. For a reason I cannot validate any longer, there is a roumor that "rsync may silently corrupt data". Personally, I don't believe that. "They" explain it this way: "rsync does an in-stream data deduplication. It creates a checksum for each data block
2017 Sep 07
1
SOLVED: BUILTIN\Administrators - failed to call wbcSidToUid: WBC_ERR_DOMAIN_NOT_FOUND
> You may get away with using the 'rid' backend, but this will have to be> your choice, but whatever you choose, I am sure we can help you get to> a working domain.> > RowlandSo I have an example. We have file and print server based on CentOS 7 with Samba 4.4.4. As wiki said (https://wiki.samba.org/index.php/Setting_up_Automatic_Printer_Driver_Downloads_for_Windows_Clients)
2006 Sep 01
11
mongrel thread safety and global variables
In environment.rb file, I initialize a connection to some data vending servers, through TCP sockets. The connection object is global and hence the code: #environment.rb $generic_connection = ConnectionClass.instance (singleton class) $generic_connection.connect_me( this call will make the connection) The above approach is to make sure that, only one connection is made to the data vending