search for: excplicitly

Displaying 6 results from an estimated 6 matches for "excplicitly".

Did you mean: eplicitly
2024 Jun 11
1
4.20: case (in)sensitive is broken
10.06.2024 20:55, Jeremy Allison via samba wrote: > Here is the fix. Not sure if it breaks anything else (yet) :-). Wow. With the additional info from my previous email in mind, it looks like there's something else going on here. Namely, why the issue happens only if unix extensions is *excplicitly* turned off, while doesn't happen when it is turned off implicitly due to wide links? Note that wide links is share-level parameter while unix extensions is global. Also, the fix you created does not look like well-placed. Maybe we should check for msdfs: symlinks before evaluating symlink ta...
2009 Dec 10
1
dns lookups for SRV kerberos
...tem) : ASREQ -> <- KRBERR PREAUTH DNS SRV _kerberos-master -> <- no such name ASREQ -> <- AS REP OK DNS SRV _kerberos-master -> <- no such name TGSREQ -> <- TGSREP DNS SRV _kerberos-master -> <- no such name that makes 3 DNS lookups per TGS. As I have excplicitly configured : A) dns_lookups to false B) numerical IP addresses for the KDC's I would expect dns lookups to be completely *non-existant*. Are my expectations correct, or is there something in the protocol that I missed , that would need to enforce dns lookups even if configured not to ? Or maybe...
2017 Feb 12
2
compiling asterisk-14.3.0-rc2
Thanks. The configure run successfully. but I got the warning below.. checking for the ability of -lsrtp to be linked in a shared object... no configure: WARNING: *** configure: WARNING: *** libsrtp could not be linked as a shared object. configure: WARNING: *** Try compiling libsrtp manually. Configure libsrtp configure: WARNING: *** with ./configure CFLAGS=-fPIC --prefix=/usr configure:
2009 Dec 22
0
Re :Re: dns lookups for SRV kerberos
...> > ?<- AS REP OK > > DNS SRV _kerberos-master -> > > ?<- no such name > > TGSREQ -> > > ?<- TGSREP > > DNS SRV _kerberos-master -> > > ?<- no such name > > > > that makes 3 DNS lookups per TGS. > > > > As I have excplicitly configured : > > A) dns_lookups to false > > B) numerical IP addresses for the KDC's > > I would expect dns lookups to be completely *non-existant*. > > Are my expectations correct, or is there something in the protocol that I > missed > > , that would need to...
2024 Jun 10
2
4.20: case (in)sensitive is broken
On Fri, Jun 07, 2024 at 09:59:14PM +0300, Michael Tokarev via samba wrote: >07.06.2024 20:52, Jeremy Allison wrote: > >>Fair enough. Can you post a minimal smb.conf and directory >>setup that reproduces the problem and how to demo it with smbclient >>command lines please ? I know I'm asking to be spoon-fed but my time for >>Samba these days is quite limited and
2007 Feb 25
3
Acts _As_Ferret - How to confirm Indexing is complete?
Hello I have a couple of questions, Hope someone here can help answer them. I am using acts_as_ferret on a model Item with around 10 million rows. I use Item.rebuild_index at the ruby console to build the index. It seems to run for at least 48 hours when building. My questions are: 1) How do you know when the indexing is over and complete? 2) How can you confirm that ALL records in the table