Displaying 5 results from an estimated 5 matches for "_compatible".
Did you mean:
compatible
2006 Mar 01
1
observe_field question
...le days and can''t seem to figure out the correct way to structure my
observe_field call. The HTML and Javascript generated all appear
correct, but the AJAX call is never made. Below is the code I''m using
and any help would be much appreciated.
models_controller.rb
def display_compatible
render :partial => "compatible"
end
( Right now the _compatible.rhtml file contains a single HTML statement
just for testing. Going to localhost:3000/app/models/display_compatible
displays the test statement correctly. )
views/new.rhtml
<%= javascript_include_tag "prot...
2017 Feb 18
2
Windows ACL clarification for Roaming Profiles share
On Sat, 18 Feb 2017 00:28:14 +0100
Marc Muehlfeld <mmuehlfeld at samba.org> wrote:
>
> Yes, because
> 1.) It might be necessary _locally_ on the Windows DC
> because some _local_ services (e. g. Virus scanners,
> etc) may access the files _locally_ _on the DC itself_.
> However if anything on the client (the OS or a user)
> would access the share
2017 Feb 18
0
Windows ACL clarification for Roaming Profiles share
...ought that the Samba
> AD DC was supposed to be compatible with a Windows DC and as such, it
> should be set up in the same way.
That's why it is part of the Sysvol share's file system ACLs. To be
consistent. However, this is only to be _consistent_. It has nothing to
do with being _compatible in this case.
Regards,
Marc
2017 Feb 18
1
Windows ACL clarification for Roaming Profiles share
...x permissions, I
have:
ls -lad /home/SAMDOM/profiles/
drwxrwx--T+ 2 root root 4096 Nov 28 12:12 /home/SAMDOM/profiles/
> That's why it is part of the Sysvol share's file system ACLs. To be
> consistent. However, this is only to be _consistent_. It has nothing
> to do with being _compatible in this case.
Not going to argue over a word, but we should be consistent about being
consistent ;-)
Rowland
2019 May 27
0
[ANNOUNCE] iptables 1.8.3 release
...ables comments
extensions: libipt_realm: Document allowed realm values
extensions: TRACE: Point at xtables-monitor in documentation
nft: Simplify nftnl_rule_list_chain_save()
nft: Review unclear return points
xtables-restore: Review chain handling
nft: Review is_*_compatible() routines
nft: Reduce __nft_rule_del() signature
nft: Reduce indenting level in flush_chain_cache()
nft: Simplify per table chain cache update
nft: Simplify nft_rule_insert() a bit
nft: Introduce fetch_chain_cache()
nft: Move nft_rule_list_get() above nft_chain_...