search for: itserv

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

Did you mean: iserv
2011 Nov 04
0
Non primary group permissions not working
...drwxrwx--- 2 wwwowner scssadmin 4096 Nov 4 09:28 testcase/ I can easily access this directory as a user on the sever. This makes sense as I'm in the scssadmin group. Here's what happens when I try to get in via smbclient from a Linux workstation $ smbclient //staffpgstore/cfowler -U itserv/cfowler Enter itserv/cfowler's password: Domain=[ITSERV] OS=[Unix] Server=[Samba 3.5.11] smb: \> cd testcase smb: \testcase\> dir NT_STATUS_ACCESS_DENIED listing \testcase\* 64507 blocks of size 33553920. 50979 blocks available Atemmpting to access the directory in Windows gi...
2004 Aug 19
1
Groups not recognized
...embership. 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: [fgoserv:bin]# groups pgienger itserv applied itadmin office projects permissions on the directory: [fgoserv:itserv]# ls -alF total 8 drwxrws--- 4 speterso itserv 512 Mar 3 09:03 ./ drwxr-xr-x 8 root root 512 Jun 25 08:10 ../ drwxrws--- 5 speterso projects 512 Jun 22 09:34 projects/ drwxrwsr-t 7 root...
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
...think about calling a virus scanner on the file just stored. I know that this might be a performance issue, but that will be my problem - not yours :-) Thank you for your replies, Peter -- --------------------------------------------------------------------- Angaben gem?? ?35a GmbH-Gesetz: ITServ GmbH Sitz der Gesellschaft: 65474 Bischofsheim Eingetragen unter der Registernummer HRB54785 beim AG Darmstadt Vertretungsberechtigter Gesch?ftsf?hrer: Peter Bauer Umsatzsteuer-ID: DE182270475 ---------------------------------------------------------------------
2009 Jul 29
1
problem with disable_plaintext_auth
...250 DSN AUTH PLAIN XXXX 235 2.7.0 Authentication successful My dovecot configuration is: # 1.1.16: /usr/local/etc/dovecot.conf # OS: FreeBSD 7.2-RELEASE-p2 amd64 base_dir: /var/run/dovecot/ protocols: none ssl_listen: * ssl_ca_file: /usr/local/ssl/ca/ait-itserv.crt ssl_cert_file: /usr/local/ssl/crt/mail2.cs.ait.ac.th.crt ssl_key_file: /usr/local/ssl/key/mail2.cs.ait.ac.th.key ssl_cipher_list: ALL:!LOW:!SSLv2 login_dir: /var/run/dovecot/login login_executable: /usr/local/libexec/dovecot/imap-login login_chroot: no login_greeting...
2004 Jan 13
0
rsync: connection unexpectedly closed
...e considered resource limits and made the user as 'root' in rsync's config file (it used to be the user who owns all the mailboxes) but that didn't help. Richard, if you read this, have you made any progress? Greets, _Alain_ -- Alain Fauconnet IT Security Specialist & CISO -- ITServ Asian Institute of Technology
2004 Apr 16
1
./configure --disable-ipv6 hangs
...just stays there forever. Fix: move the logic that detects the "egrep" command out of the part that handles the enable/disable IPv6 option. Greets, _Alain_ PS: reply to me directly if needed, I'm not a member of this list. -- Alain Fauconnet IT Security Specialist & CISO -- ITServ Asian Institute of Technology
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
...blocks can produce the same checksum even if the source data is not the same, effectively corrupting the data stream". Did you ever hear something like this? Has this been a bug in any early version of rsync? If so, when was it fixed? Thank you, ?? sig -- Angaben gem?? ?35a GmbH-Gesetz: ITServ GmbH Sitz der Gesellschaft: 55294 Bodenheim/Rhein Eingetragen unter Registernummer HRB 41668 beim Amtsgericht Mainz Vertretungsberechtiger Gesch?ftsf?hrer: Peter Bauer, 55294 Bodenheim Umsatzsteuer-ID: DE182270475 -------------- next part -------------- An HTML attachment was scrubbed... URL: <...
2017 Sep 07
1
SOLVED: BUILTIN\Administrators - failed to call wbcSidToUid: WBC_ERR_DOMAIN_NOT_FOUND
...Admins" /srv/samba/printer_drivers/ # chmod -R 2755 /srv/samba/printer_drivers/But I can't do that, beacause I removed GID of Domain Admins, so winbind can't enumerate this group. So how to do that?Do I have to change idmap backend to from AD to RID? smb.conf: [global] netbios name = itserver workgroup = COMPANY security = ADS realm = SAMDOM.COMPANY.CZ dedicated keytab file = /etc/krb5.keytab kerberos method = secrets and keytab idmap config *:backend = tdb idmap config *:range = 70001-99999 idmap config COMPANY:backend = ad idmap config COMPANY:schema_mode = rfc2307 idmap c...
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