search for: user_one

Displaying 3 results from an estimated 3 matches for "user_one".

Did you mean: user_on
2005 Nov 15
0
NTLM & Kerberos.
...comment = DATA repository path = /data read only = No ------------------------------------------------------------------------ I have followings permissions folders setted: /data read permissions to domain users and evryone /user read permissions to domain users /user_one owned by user_one excluded permissions by everyone /user_two owned by user_one excluded permissions by everyone /user_three owned by user_one excluded permissions by everyone Why with Parameter "hide unreadable = Yes" and I'm logged in as user_one I can't see my pers...
2011 Nov 23
1
Density over time intervals
Hi, I have recorded online/offline timestamps per user that looks like this: username,online_time,offline_time a,2011-11-01 16:16:56.692572+01,2011-11-01 21:06:16.388903+01 a,2011-11-01 21:07:14.204367+01,2011-11-01 21:34:21.47081+01 a,2011-11-01 21:38:09.501356+01,2011-11-01 21:53:45.272321+01 For each user I want to get a probability distribution over the day, i.d. for each minute of a
2016 Dec 01
3
[PATCH v2 1/2] xattrs: Skip security.evm extended attribute
The security.evm extended attribute is fully owned by the Linux kernel and cannot be directly written from userspace. Therefore, we can always skip it. --- xattrs.c | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/xattrs.c b/xattrs.c index b105392..3b72e61 100644 --- a/xattrs.c +++ b/xattrs.c @@ -255,6 +255,9 @@ static int rsync_xal_get(const char *fname,