Displaying 15 results from an estimated 15 matches for "tice".
Did you mean:
nice
2016 Mar 08
6
Fetching ACL data from extended attributes
...port Windows ACLs. I'd like to view the ACL data, in as raw a state as possible, but also in a human readable format. Is there an existing utility that does that? If not, and I need to write an application to accomplish it, which APIs would you recommend (and on which attributes)?
Thanks,Steve Tice
2009 Jan 09
1
samba / ldap problem with cpu load
...e="ou=Groups,ou=clg-hugo-gisors,ou=ac-rouen,ou=education,o=gouv,c=fr" scope=2
deref=0 filter="(&(objectClass=sambaGroupMapping)(gidNumber=0))"
thanks for your help, bye
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Franck MOLLE
Animateur de Secteur
Relais assistance Tice, Louviers-Vernon
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2012 Dec 18
2
SMB2 CREATE + ACCESS_SYSTEM_SECURITY
...e request while connected to a share
on a Windows server, the response is NT_STATUS_OK.
Is there a Samba server configuration change I could make that would affect
the behavior? Is there any setup work to do prior to sending the SMB2
CREATE request (for example, adding a privilege)?
Thanks,
Steve Tice
stic6021 at gmail.com <stic6021 at yahoo.com>
2012 Mar 30
2
Connected client unaffected by group/user/share change
...e to get your ideas toward an approach, programmatic or otherwise, that will yield the desired behavior. Perhaps this is as simple as changing my Samba server?s configuration; I have not found any configuration parameters that appear relevant to this behavior.
Thanks for reading.
Sincerely,
Steve Tice
2017 Oct 16
0
CFP IoTBDS 2018 - 3rd Int.l Conf. on Internet of Things, Big Data and Security (Funchal, Madeira/Portugal)
...S is organized in 7 major tracks:
- Big Data Research
- Emerging Services and Analytics
- Internet of Things (IoT) Fundamentals
- Internet of Things (IoT) Applications
- Big Data for Multi-discipline Services
- Security, Privacy and Trust
- IoT Technologies
In Cooperation with EuroCloud, TICE.
With the presence of internationally distinguished keynote speakers:
Tobias Hoellwarth, EuroCloud Europe, Austria
P?ter Kacsuk, MTA SZTAKI, Hungary
A short list of presented papers will be selected so that revised and extended versions of these papers will be published by Springer.
All paper...
2017 Oct 16
0
CFP IoTBDS 2018 - 3rd Int.l Conf. on Internet of Things, Big Data and Security (Funchal, Madeira/Portugal)
...S is organized in 7 major tracks:
- Big Data Research
- Emerging Services and Analytics
- Internet of Things (IoT) Fundamentals
- Internet of Things (IoT) Applications
- Big Data for Multi-discipline Services
- Security, Privacy and Trust
- IoT Technologies
In Cooperation with EuroCloud, TICE.
With the presence of internationally distinguished keynote speakers:
Tobias Hoellwarth, EuroCloud Europe, Austria
P?ter Kacsuk, MTA SZTAKI, Hungary
A short list of presented papers will be selected so that revised and extended versions of these papers will be published by Springer.
All paper...
2013 Jan 11
2
Switching between
My organization is in the position of having to support full
Windows ACLs on CIFS shares. We've been successfully utilizing
Samba 3.5.10-125 and vfs_acl_tdb to accomplish that. However,
the size of the resulting
/var/lib/samba/state/file_ntacls.tdb[.unique-extension] file(s)
has introduced some new problems for me to solve.
In our environment, it seems on average each stored ACL causes
2012 Jan 10
2
samba CPD nfs lock
Hi all,
I got a problem after a samba CPD migration.
here is configuration before migration :
OS : ubuntu 10.04
samba/LDAP CPD
home, profile share on a local disk
Here is the configuration after migration
OS : debian squeeze
samba/LDAP CPD( migration of sid and ldap directory succesful)
home and profile share on a nfs share.
What's works :
connexion to the domain, file creation.
What's
2016 Feb 25
0
Windows ACLs and Replication
...Assuming an ACL is "produced" by more than the values in the extended attributes, what are the other factors influencing what a CIFS client sees?
Q3: Is there a practical way to synchronize the source and target servers so they "produce" identical ACLs?
Thanks for reading,Steve Tice
2020 Oct 08
2
Notes from dbg.value coffee chat
...cal variables. Variable values should be accurate and writable at all
statement start PCs.
Idea 1: Local variables in memory
Have clang emit dbg.value instructions directly after every assignment. We
discussed the similarities of this idea to the idea of "Key Instructions"
from Caroline Tice's thesis, but I can't claim this idea is totally
faithful to it. For assignments to memory locations that are not local
variables (*p = v, this->m = v), replace the local variable metadata
argument with the value of the store destination, using ValueAsMetadata.
Standard cleanup passes (i...
2011 Nov 14
4
xcp 1.0 to 1.1 upgrade
Hi all,
everything is in the title.
How do I upgrade my xcp server to the last version.
It is not actually a production server, but, is there have
conditions/precautions I should care ?
Regards
--
Sébastien
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2020 Sep 01
4
[RFC] [DebugInfo] Using DW_OP_entry_value within LLVM IR
Hi all,
The debug entry values feature introduces new DWARF symbols (tags, attributes, operations) on caller (call site) as well as on callee side; and the intention is to improve debugging user experience by using the functionality (especially in “optimized” code by turning “<optimized_out>” values into real values). The call site information includes info about call itself (described with
2013 Oct 02
1
Dovecot namespace solved while writing; preparing to refilter
Hi!
My plea to readers:
===================
Pls., people who only want strictly technical issues to read, and frown
at any
broader context regardless how intrinsically related, but not strictly
technically related, it might be, skip all the way, all the way to,
search for
exact words: "strictly technical" or visually, find two lines of sole
"==="
characters. Thank you!
2015 Mar 26
2
[LLVMdev] GSOC project on KCoFI
Hi
In my previous mail I mentioned the project on KCoFI( the control FLow
integrity methods for commodity hardware
http://sva.cs.illinois.edu/pubs/KCoFI-Oakland-2014.pdf ).
Will it be more helpful to the community if I do the improvements number #1
and #3 mentioned in my previous mail to the mailing list or if i try to
port it to arm architecture?
I have decided to go ahead with the improvements
2020 Aug 10
2
[RFC] llvm-diva - Debug Information Visual Analyzer
llvm-diva - Debug Information Visual Analyzer
Carlos Alberto Enciso, Sony Interactive Entertainment
LLVM supports multiple debug information formats (namely DWARF and CodeView)
in different binary formats (e.g. ELF, PDB, Mach-O). Understanding the mappings
between source code and debug information can be complex, and it's a problem
we've commonly encountered when triaging debug