search for: sugesstions

Displaying 20 results from an estimated 23 matches for "sugesstions".

Did you mean: sugestions
2016 Sep 27
3
Login just at special timeslots / working hours
Hi, is there a dovecot feature I did not found yet, which can limit the access to the server to special timeslots like working hours? Or is that a serverside / sssd / auth / pam / account feature? Thanks for hints to some helpfull documentation and sugesstions. Regards . G?tz -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5571 bytes Desc: S/MIME Cryptographic Signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20160927/980eab9c/attachment.p7s&gt...
2011 Mar 29
2
Centos+AD integration (uid/gid problems)
...but it gets totally ignored; so do the other values (for home, shell etc). Ideally I'd have all the users assigned a static uid and gid from AD and have /home on all machines mounted from NFS; but right now if I log in with blahuser to another machine my $HOME is owned by another random id. Sugesstions? What am I missing? I'm quite a noob with Windows :) Cheers
2010 Jul 29
2
DHCP failover ... Some questions.
...I need. I do have a lot of subnetworks and my cisco router has an DHCP helper address set. I know I'll have to add the second dhcp-server address. My questions now is: Dose the dhcp-slave syncs the dhcp data from the master? Or do I have to copy the data to the master AND slave? Any other sugesstions or comments? Thanks and best regards, G?tz [1] http://www.howtoforge.com/how-to-set-up-dhcp-failover-on-centos5.1 -- G?tz Reinicke IT-Koordinator Tel. +49 7141 969 420 Fax +49 7141 969 55 420 E-Mail goetz.reinicke at filmakademie.de Filmakademie Baden-W?rttemberg GmbH Akademiehof 10 71638...
2012 Nov 06
2
disk device lvm iscsi questions ....
Hi, I have an iscsistorage which I attached to a new centos 6.3 server. I added logic volumes as usual, the block devices (sdb & sdc) showed up in dmesg; I can mount and access the stored files. Now we did an firmware software update to that storage (while unmounted/detached from the fileserver) and after reboot of the storage and reatache the iscsi nodes I do get new devices. (sdd &
2004 Nov 01
3
users in multiple groups?
...would like to set up permissions on each dept share so a group is applied, then every user is added to the group, but i cant seem to find a way for a user to be part of multiple groups, sambaPrimaryGroupSID isnt multi-valued, neither is gidNumber. Is there any way around this, has anybody have sugesstions? I was thinking of groupmappings to either /etc/group or a posixGroup in LDAP (net groupmap) Thanks -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Daniel Wilson Systems Administrator IT & Communications Service University of Sunderland Unit1 Technology Park Cheste...
2006 Jan 11
1
Selfmade ... Samba 3.0.20a on CentOS 4.0 x64
Hi all, has somebody already tried to compile the rpm of the newest samba package on a 64-bit CentOS. I tried to do it with the Fedora spec file and it quit with an error, that some files are not located in the lib64 directory. These required files are located in the lib directory. Any sugesstion how this problem could be fixed in a clean way? How is this problem solved during the CentOS
2008 Feb 08
1
remove the missing value,NA
I have two sets of interval data.Below are my two dataset. In these dataset, there is a missing values in each of the data. I want to find the non-overlapping interval values. Here is my code: mysetdiff=function(x,y){ m=length(x) n=length(y) bx = logical(m) by = logical(n) for(i in 1:m){ for(j in 1:n){ if(x[i]<=y[j]){ bx[i] = T by[j] = T }
2017 Apr 12
2
Access denied to change share security staff
On Wed, 12 Apr 2017 15:37:14 -0400 Rommel Rodriguez Toirac via samba <samba at lists.samba.org> wrote: > Why this diffents? what I be missing? You are missing the fact that you shouldn't mix using Unix permissions and ACLs, it will not work. Use one or the other, preferably the later, in fact if you use the DC as a fileserver, you MUST use the later. Follow these instructions
2010 Mar 28
3
Array data type----What can Be Done
Hi all, please i have an array in my rails application (for example; $x = [23, how, this,56, you, nice]) I want to store it in a mysql database as a SINGLE RECORD with a name . thus i can get each array with its name and still be able to access the array like an array i.e $x[0] # => 23 $x[1] # => how .....and so on I don''t know what DATA TYPE to use and how to do
2017 Apr 13
2
Access denied to change share security staff
On Thu, 13 Apr 2017 09:28:09 -0400 Rommel Rodriguez Toirac via samba <samba at lists.samba.org> wrote: > > I follow step by step Setting up a Share Using Windows ACLs from > wiki, but still I have an Access denied when try to change the > permissions of share or when try to change Security ACL. As sugesst > Rowland I do not change the permissions using Unix, just create the
2014 Aug 31
2
[LLVMdev] understanding DAG: node creation
Hi, Yes, that's what I would do. If you want LLVM and the register allocator to also know that the instruction explicitly defines the register, I would designate the register into it's own register class and have your instruction write to that class (and there will be only a single option for RA). cheers, Sam Sam Parker Research Student Electronic Systems Design Group Loughborough
2014 Sep 01
3
[LLVMdev] understanding DAG: node creation
...er Research Student Electronic System Design Group School of Electronic, Electrical and Systems Engineering Loughborough University UK On 01/09/14 14:35, Dmitri Kovalenko wrote: > Before I wrote here, I tried both ways you decsribed, but none of them > has worked out for me. > With yours sugesstions I was able to move a bit further with the first > approach (when we don't create regclass and just hard-code it in .td) > > But I still receive strange errors. I received DAG which I happy with > (DAG here: http://goo.gl/62tpkk), but everything goes broken on > scheduling. &gt...
2017 Apr 13
0
Access denied to change share security staff
El 12 de abril de 2017 16:06:00 GMT-04:00, Rowland Penny via samba <samba at lists.samba.org> escribió: >On Wed, 12 Apr 2017 15:37:14 -0400 >Rommel Rodriguez Toirac via samba <samba at lists.samba.org> wrote: > > >> Why this diffents? what I be missing? > >You are missing the fact that you shouldn't mix using Unix permissions >and ACLs, it will not work.
2017 Apr 13
0
Access denied to change share security staff
El 13 de abril de 2017 9:56:00 GMT-04:00, Rowland Penny via samba <samba at lists.samba.org> escribió: >On Thu, 13 Apr 2017 09:28:09 -0400 >Rommel Rodriguez Toirac via samba <samba at lists.samba.org> wrote: > >> >> I follow step by step Setting up a Share Using Windows ACLs from >> wiki, but still I have an Access denied when try to change the >>
2006 Apr 05
0
samba client
Hi, I installed absolutely new installation of CentOS 4.3 from DVD media and I unchecked every additional packages. After that I perform # yum upgrade and install wanted packages # yum install samba-client installed packages are samba-common-3.0.10-1.4E.6 samba-client-3.0.10-1.4E.6 SELinux and iptables are disabled. But if I can try to mount my server public share #mount -t smbfs -o
2004 Feb 02
0
3.0.2rc2 ads member server: kerberos ok, ntlm fails
...-k -L //samba' works flawlessly - browsing the samba server via 'smbclient -L //samba -U user%pw' fails with 'session setup failed: NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE' - browsing an Win2k member server via 'smbclient -L //win2k -U user%pw' works flawlessly Any sugesstions/hints on this from the samba gurus ? More debug info is available if required. btw. there is an interessting little thing: samba client (3.0.1) and samba server negotiated as smb dialect: 'Samba' according to http://www.ubiqx.org/cifs/SMB.html#SMB.6 this is not used anymore ... samba c...
2010 Dec 17
1
Issue in manipulating records with TDBTOOL
Hi all, I have run into an issue where I see some entries in winbindd which I would not like to be present. I have learnt that tdbtool would help me get rid of these unwanted entries, but i simply haven't been able to do anything with it. tdb> keys key 46 bytes: S-1-5-21-160935111-2493731623-2036278074-1242 key 46 bytes: S-1-5-21-160935111-2493731623-2036278074-1225 ........ ......
2002 Jan 18
1
Problems with spaces in filenames in scripts
...l ie: '"localhost::module_name/dir"' as suggested in the FAQ-o-Matic, but this still doesn't work..... The most perplexing part is that this only occurs in scripts which pass the command-line options in a variable.. Has anyone else encountered this before? Had any luck? Help? Sugesstions? -- t h a n k s , j o s e p h m i l l e r i n f o r m a t i o n s e r v i c e s t r i m b l e n a v i g a t i o n n e w z e a l a n d j m i l l e r @ t r i m b l e . c o . n z + 6 4 - 3 - 9 6 3 5 5 8 1
2020 Nov 20
0
dnsupdate failed with TKEY is unaceptable
El 20 de noviembre de 2020 2:22:45 GMT-05:00, "L.P.H. van Belle" <belle at bazuin.nl> escribi?: >I suggest you read : >https://wiki.samba.org/index.php/Dns_tkey_negotiategss:_TKEY_is_unacceptable > Hello; I read the URL sugessted. There exist a Kerberos principal; there exist the bind AD account and the files permission in /usr/local/samba/private/dns.keytab are
2004 Sep 09
3
oplock_break failed
hello i have "oplock_break failed " in logs, see below. should i consider removing oplocks ? regards --------------- [2004/09/09 11:08:53, 1] smbd/service.c:make_connection_snum(705) ul_55 (129.199.59.202) connect to service users initially as user DOM_BIBLIO+Daniele (uid=10029, gid=10000) (pid 19058) [2004/09/09 11:09:23, 0] smbd/oplock.c:oplock_break(807) oplock_break: receive_smb