similar to: Best practice scheduler for SMB server

Displaying 20 results from an estimated 900 matches similar to: "Best practice scheduler for SMB server"

2016 Sep 06
3
Winbind / Samba auth problem after username change
Hi, before we switched to SSSD we've been implementing the ssh authentication method via Domain using winbind+samba. Version installed on our machines is (still) 2:4.1.6+dfsg-1ubuntu2.14.04.13. So far everything has been working fine, however after we had to change a user's logon name in the domain he can't login anymore. auth.log shows still his old username followed by "from
2016 Nov 30
2
DC replication issues / different attributes
Hi, lately we've reinstalled one of our DCs after moving all roles to another DCs using the latest samba-sernet-ad version. Both DCs run the same version, however we've noticed some differences between object properties while trying to implement our latest anti-virus software which runs into issues while synchronizing with our domain. Here's the current replication log:
2018 Feb 19
2
Sieve
Hello, Im newbie at sieve. I have a nice script running on my boxes, and I have the following question: Using Sieve, is there a RULE to find out if String "MYTESTSTRING" is ANYWHERE inside the Email, or ANYWHERE inside the HEADER at least -- in order to trigger actions like "discard;" consequently ? Thank you so much in advance best Regards Florian -- Mit
2017 May 09
0
Password Token Lost on Windows 10 after password change by user
Hi, we've migrated our clients to windows 10 and now when a user's domain password is about to expire and he changes it, all passwords in Windows are lost afterwards. We had such a Problem before with a corrupted secret cipher on our DCs, which was a known Problem but could be fixed by setting a new one. The problem was immediately gone afterwards when our Clients were running Windows 7.
2016 Sep 06
0
Winbind / Samba auth problem after username change
Mathias, yes I did the flush whish was also shown in the tutorials I found on the net, right after deleting the cache files. Didn’t help either. :-/ Von: mathias dufresne [mailto:infractory at gmail.com] Gesendet: Dienstag, 6. September 2016 13:33 An: Julian Zielke <jzielke at next-level-integration.com> Betreff: Re: [Samba] Winbind / Samba auth problem after username change Julian, Last
2016 Sep 06
3
Winbind / Samba auth problem after username change
Hi Mathias, thanks for your advice on how to use getent. However you’re mentioning SSSD which is working fine. I was referring to it because we changed to that method lately but the server having the problem is NOT using this new method but the old winbind+samba combination. Sorry it it was confusing. Cheers, Julian Von: mathias dufresne [mailto:infractory at gmail.com] Gesendet: Dienstag, 6.
2017 Apr 25
3
Flooding Samba DC with random requests
Hi, yesterday we experienced a heavy request flooding from multiple servers being a domain member against our Samba Sernet DCs. All those servers are domain members and allow login using PAM (Samba+Winbind). Running TCPDump we had like 400 Requests per 5 seconds like this: tcpdump -i eth0 dst port 389 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0,
2002 Aug 13
8
Document R sourcecode with Tex
Hi, I'm actually afraid that this is a RTFM question - I read the manual but didn't find anything yet... I'm looking for a way to document R sourcecode in my thesis. Does anyone know of a tool or function which can convert or export R sourcecode to Tex? Thanks for any hints! Best Regards, Daniel
2002 Aug 23
2
Surprising result from integrate
Hi all, sorry for this extensive question, but I think that I'm missing something fundamental. I stepped into a surprising result with the integrate function and I would be glad if someone could put some light onto this. I try to integrate over an s-shaped growth-function. The results from this calculation seem to be correct for small values of t. Just for fun I tried some large values and
2002 Aug 05
0
Question regarding hypergeometric 2f1 function
Hi, I'm an R newbie and I've got a question regarding a certain function in R. I need to calculate values of the hypergeometric 2f1 function (hyp2f1 in cephes math library, Hypergeometric2f1 in Mathematica) and I'm wondering if anyone has tried to implement it in R or S-Plus. If not, what would be the prefered way to do so? Should I rather try to use an external C module or implement
2010 Jun 25
1
Samba printserver with ADS stops every Friday
Hello, we have a printserver with samba 3.4.3 and ADS. Every Friday morning, the server stops working and we get error messages. [2010/06/25 10:44:32, 1] smbd/sesssetup.c:342(reply_spnego_kerberos) Failed to verify incoming ticket with error NT_STATUS_LOGON_FAILURE! The only way to access the server again, is to login on the domain or the server. We have tried everything
2008 Dec 17
1
using dvi with latex object: directory not correctly set, maybe due to error in shQuote()
Dear friends of R, I want to produce a pdf file with the contents of a matrix. I employ the latex command in combination with dvi, both contained in the Hmisc package. It seems to me that the function does not correctly set the directory. > tbl.loc <- matrix(1:4, nc=2) > latex.obj <- latex(tbl.loc) > dvi(latex.obj) warning: extra args ignored after 'cd' H:\PROJECTS\data
2015 Jan 28
8
Very slow disk I/O
Hi Users I am using RHEL 6.5 on my server. From top command i can see that the processors in my server are spending a lot of time on wait for I/O. I can see high percentage in terms of 30-50% on "wa" time. Here is the df output about the disk space in my system: ********** [root at localhost images]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1
2016 Sep 07
5
Winbind / Samba auth problem after username change
No, i dont think is needed for all to rejoin. Now next server, do the same but now dont delete everything Again stop samba and winbind. Backup the 2 /var/lib/samba and /var/cache/samba folder. Now in /var/lib/samba delete winbind*.tdb And *.tdb in /var/cache/samba USE THE SMB.CONF as before, modify it for the needed server. Start samba and winbind again. Type wbinfo -u first and
2009 Apr 06
0
Security ADS and clearcase
Hello @List, We have a pretty complex problem; In our company AD is the one and only directory service, all other "clients" need to follow the given settings and guidelines. We are connected via security ADS , but every patch session on the PDC `s is a nightmare , does it still work or not. So we think about alternatives to the existent situation, pls note , we do not have any
2016 Sep 07
5
Winbind / Samba auth problem after username change
I would suggest. Stop samba and winbind Backup /etc/krb5.keytab /var/lib/samba /var/cache/samba Remove everything in : /var/lib/samba /var/cache/samba And remove : /etc/krb5.keytab Put in this config ( from Rowlands suggestion. ) Can you try this smb.conf: [global] workgroup = MYDOMAIN realm = MYDOMAIN.local netbios name = vmu09tcse01 dedicated keytab file = /etc/krb5.keytab
2016 Sep 06
2
Winbind / Samba auth problem after username change
Hi Rowland, we're using the Windows mmc for administrating samba sernet DCs running samba-sernet-ad 4.2.11-9. 4 Domain controllers are present. Primary DC replicates to a second in our local office and to 2 others in a vpn connected network. Changes are made on our primary dc always. DC 3 and 4 and the primary and secondary DC responsible for ssh authentication on our linux boxes having the
2016 Sep 07
7
Winbind / Samba auth problem after username change
Well, I always get 0 results, whether using cn, full username, wildcards, another existing and working user etc. # cat /etc/passwd | grep 'ren_test' returns nothing # wbinfo -u | grep 'ren_test' returns: ren_test4 I also created a backup of all those ldb files and restarted the samba service. Now there's no new sam.ldb but a file looking similar to it. Here's
2016 Sep 06
2
Winbind / Samba auth problem after username change
On Tue, 6 Sep 2016 15:38:57 +0000 Julian Zielke <jzielke at next-level-integration.com> wrote: > No, getent NEWusername produces a result SHOWING the old username - > not the other way around. The machine is a domain member. We did a > join using net join ads. Where is it displaying the old username ? > > The passwords file has only the standard local users in there. Well
2016 Sep 07
4
Winbind / Samba auth problem after username change
Good Morning Rowland, oh well, the bad side of the Internet... well the samba stuff was implemented by a former co-worker so I've to get into everything he did. Here’s the information you’ve requested, additionally with my config files I know changed based on the samba wiki: smb.conf: cat /etc/samba/smb.conf [global] workgroup = MYDOMAIN realm = MYDOMAIN.local netbios name =