search for: _required_

Displaying 20 results from an estimated 41 matches for "_required_".

Did you mean: _require_
2018 May 04
3
Is a password required for the Linux account?
...e same password in /etc/shadow By default, Nginx creates a www-data user, which I'd like to use so I can edit its htdocs files directly from a Windows host: [code] # cat /etc/passwd … www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin [/code] Am I correct in understanding that a password is _required_ for the Unix account, because when trying to access a Samba share from Windows, it goes like this : Windows → Samba → Unix, where Samba will pass on the username + password to Linux when accessing the filesystem? Thank you. -- Sent from: http://samba.2283325.n4.nabble.com/Samba-General-f2403709...
2019 Jan 14
1
[solved] managesieve configuration
...rote: >> With ssl=yes, the TLS layer is enabled immediately on the connection. > > > Again, that's not what the documentation says: > > ??? ssl=yes [...]: SSL/TLS is offered to the client, but the client > ??? isn't required to use it. > > If the client is not _required_ to use it, it _may_ chose plaintext > transport, no? > > (I'm not here to argue, I'm just pointing out an issue with the wiki). Oh, I think we are talking about different things here. You're talking about the global ssl= setting. I am talking about the ssl = yes inside the...
2019 Jan 13
2
[solved] managesieve configuration
Op 13/01/2019 om 00:22 schreef Dominik Menke: >> For reference: if you put ssl=yes there, the TLS layer is established >> immediately. However, the standard ManageSieve protocol does not >> support that (not currently anyway): only the establishment of the >> TLS layer using the STARTTLS command is part of the standard. That is >> why your clients fail to connect:
2012 Jan 30
0
[LLVMdev] [RFC] Module Flags Metadata
...ess of alias info conveyed by front end as part of TBAA then I guess you need an explicit mechanism anyway. In that case, I'd encourage you to develop a representation that meets needs instead of twisting MDNodes. In other words, I'd not support direction where all transformation passes are _required_ to preserve semantics of any information encoded through MDNodes. That's all. - Devang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120130/657df196/attachment.html>
2013 Jun 15
2
running at 44.1K but with standard frame sizes
Hi Jean-Marc, On Jun 15, 2013, at 12:20 PMEDT, Jean-Marc Valin wrote: > > >> So I still wonder, if you set up a custom mode, but then had all the >> settings the same as a normal mode, would the codec perform worse, or >> the same? > > You'll have to try normal vs custom modes and choose. The only thing I'm > telling you is don't run a 48 kHz
2012 Aug 08
13
[PATCH] tools: don't expand prefix and exec_prefix too early
A comment in tools/configure says that it is intended for these to be command line overridable, so they shouldn''t get expanded at configure time. The patch is fixing tools/m4/default_lib.m4 as far as I can see myself doing this, but imo it is flawed altogether and should rather be removed: - setting prefix and exec_prefix to default values is being done later in tools/configure anyway
2015 Feb 27
5
specify alternative port for samba internal dns server
...'ll figure that out for next time) You seem to have strong opinions regarding the default port for the dns server - I disagree with you but I'm not going to try to change your deeply held beliefs. While expressing your opinions earlier in the thread, the idea was raised that it is somehow _REQUIRED_ for clients to use the samba internal dns directly rather than receive dns responses via an intermediary dns server -- can someone confirm whether or not this is the case? On Thu, Feb 26, 2015 at 4:00 PM, Rowland Penny <rowlandpenny at googlemail.com> wrote: > On 26/02/15 23:39, Ben Cohe...
2007 Aug 08
2
mysql.users deleting
...sql users... and it works yet! I don't understand, because mysql.users is the reference that MySQL server uses to admin their users and permissions access. ????????? Maybe a kind of memory cach? is active... but I think this have not any sense... I've suposed the mysql.user was totally _required_. 2) ?How I can reisert mysql.user table without reinstall entire package? I've got only a few mysql users only and I can recreate their permissions access in short time. -- Thanks, Jordi Espasa Clofent
2012 Jan 28
2
[LLVMdev] [RFC] Module Flags Metadata
On Jan 27, 2012, at 3:40 PM, Devang Patel wrote: > [ removing cfe-dev from the cc list ] > > On Jan 27, 2012, at 1:31 PM, Dan Gohman wrote: > >> On Jan 27, 2012, at 11:20 AM, Devang Patel wrote: >> >>> >>> On Jan 26, 2012, at 2:10 PM, Dan Gohman wrote: >>> >>>> On Jan 26, 2012, at 12:54 PM, Devang Patel wrote:
2012 Jan 30
2
[LLVMdev] [RFC] Module Flags Metadata
...ess of alias info conveyed by front end as part of TBAA then I guess you need an explicit mechanism anyway. In that case, I'd encourage you to develop a representation that meets needs instead of twisting MDNodes. In other words, I'd not support direction where all transformation passes are _required_ to preserve semantics of any information encoded through MDNodes. That's all. Let's consider whether LLVM's TBAA is really designed wrong. The only thing you need to know to understand the TBAA issue here is that TBAA properties are associated with memory accesses, rather than with p...
2012 Jan 27
0
[LLVMdev] [RFC] Module Flags Metadata
...MDNode for TBAA then TBAA would make conservative decision. However, you're saying that it may lead to miscompile code, which is unfortunate. > > It's not possible to do metadata-based TBAA and avoid this problem. ... well you know more about TBAA, and you realize that TBAA is not _required_ to use MDNodes. >> If you need a data structure to communicate some information and you need guarantee from each transformation pass in between to preserve the correctness of the information then you need some other explicit mechanism (may be the way debug info used to be encoded old days?)....
2013 Sep 10
3
newbie seeks repo for markdown
hello, i am looking for advice regarding the best repo from which to download "markdown" for use on a mac. on my ubuntu machine i just installed some standard markdown package with apt-get. but i have not found anything equivalent for my mac machine. i am looking for a maintained package from a reputable repo site that can be automatically installed and upgraded using the packaging
2011 Feb 21
4
Initializing a Samba3 ldapsam
I have spent the last few days attempting to get a Samba3 PDC/BDC setup with an LDAP SAM and need some clarification on exactly what should/can be initialized in the LDAP SAM. As my main sources of information/inspiration I have been using http://http://wiki.samba.org/index.php/Replicated_Failover_Domain_Controller_and_file_server_using_LDAP and the smbldap-tools source code, but have also
2012 Jan 27
3
[LLVMdev] [cfe-dev] [RFC] Module Flags Metadata
On Jan 27, 2012, at 11:20 AM, Devang Patel wrote: > > On Jan 26, 2012, at 2:10 PM, Dan Gohman wrote: > >> On Jan 26, 2012, at 12:54 PM, Devang Patel wrote: >>> >>> On Jan 26, 2012, at 11:15 AM, Dan Gohman wrote: >>> >>>> or what optimizers must do to preserve it. >>> >>> The number one reason behind metadata is to have a
2019 Jun 13
2
@llvm.memcpy not honoring volatile?
> On Jun 12, 2019, at 9:38 PM, James Y Knight <jyknight at google.com> wrote: > >  >> On Tue, Jun 11, 2019 at 12:08 PM JF Bastien via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> I think we want option 2.: keep volatile memcpy, and implement it as touching each byte exactly once. That’s unlikely to be particularly useful for every direct-to-hardware
2019 Jan 14
0
[solved] managesieve configuration
On 1/13/19 12:23 PM, Stephan Bosch wrote: > With ssl=yes, the TLS layer is enabled immediately on the connection. Again, that's not what the documentation says: ssl=yes [...]: SSL/TLS is offered to the client, but the client isn't required to use it. If the client is not _required_ to use it, it _may_ chose plaintext transport, no? (I'm not here to argue, I'm just pointing out an issue with the wiki). --Dominik
2015 Feb 27
0
specify alternative port for samba internal dns server
...time) > > You seem to have strong opinions regarding the default port for the dns > server - I disagree with you but I'm not going to try to change your deeply > held beliefs. > > While expressing your opinions earlier in the thread, the idea was raised > that it is somehow _REQUIRED_ for clients to use the samba internal dns > directly rather than receive dns responses via an intermediary dns server > -- can someone confirm whether or not this is the case? > > Try reading this samba wiki page: https://wiki.samba.org/index.php/DNS#Which_DNS_backend_should_I_choose....
2018 May 04
0
Is a password required for the Linux account?
...ult, Nginx creates a www-data user, which I'd like to use so I can > edit its htdocs files directly from a Windows host: > [code] > # cat /etc/passwd > … > www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin > [/code] > > Am I correct in understanding that a password is _required_ for the Unix > account, because when trying to access a Samba share from Windows, it goes > like this : Windows → Samba → Unix, where Samba will pass on the username + > password to Linux when accessing the filesystem? > > Thank you. > technically it does not need a passwd, and y...
2005 Aug 16
0
building speex on macos x
...10.3 or later. I also noted the "HAVE_GETOPT_LONG" option within SpeexDec and SpeexEnc. I guess it is connected to the following output from the configure script: checking for getopt_long... no checking for getopt_long in -lgnugetopt... no Had it been the case that getopt_long was _required_ i imagine the configure script would have complained. But now it seems i should be able to build without it. I hope I'm not doing wrong in turning to the developers list to try and find a solution for all of us MacOS 10.2 users. Regards, -- Hugo Forss
2007 Apr 26
2
OGG Vorbis I
Hi,all I don't quite understand why vorbis I spec dictates that "Ogg stream must be unmultiplexed". Ogg can include both audio and video, that means one Ogg stream can both have vorbis and theora multiplexed. How vorbis I spec say could not allowed? Thanks! Best Regards, Emily Gao Tel:86-21-38764688 ext:6392(WWID 0760) VIA-VEPD-APP-CODEC -------------- next part