Displaying 10 results from an estimated 10 matches for "utest".
Did you mean:
test
2010 Dec 07
5
fast subsetting of lists in lists
Hello,
my data is contained in nested lists (which seems not necessarily to be
the best approach). What I need is a fast way to get subsets from the data.
An example:
test <- list(list(a = 1, b = 2, c = 3), list(a = 4, b = 5, c = 6),
list(a = 7, b = 8, c = 9))
Now I would like to have all values in the named variables "a", that is
the vector c(1, 4, 7). The best I could come up
2019 Jun 21
0
Roaming Profiles
...nd,
>
> Actually chmod is set to 1770 just for /srv/samba/profiles folder :
>
> drwxrwx--T?? 4 root DOMAIN\domain users? 4096 18 juin? 17:30 profiles
>
> Then, when a w7 user session is open, user.V2 is automatically created
> with this rights :
>
> drwxrwx---+ 14 DOMAIN\utest?? BUILTIN\administrators 4096 18 juin
> 17:21 utest.V2
>
> Only this user can access to this directory. I tested with another :
> no access.
>
> This is profiles part of my smb.conf :
>
> ------------------------------------------
> [profiles]
> comment = Profils Uti...
2019 Jun 24
2
setting up a new ADS infrastructure
...e anything I could have
missed?
And another annoying issue popped up:
At the fileserver I can wbinfo(1) my test account by name and by
uid, I can chown(1) files to it, I can even su(1) or ssh(1) to it
and work at the CLI. But if I want to connect to a share:
| ~# smbclient //herakles/profiles/ -Utest
| Enter SYNTHESIS\test's password:
| session setup failed: NT_STATUS_ACCESS_DENIED
The log file contains:
| [2019/06/24 09:28:03.876063, 3] ../auth/kerberos/kerberos_pac.c:413(kerberos_decode_pac)
| Found account name from PAC: test [Max Mustermann]
| [2019/06/24 09:28:03.876091, 3] ../s...
2008 Aug 07
1
smbclient failed --> NT_STATUS_BAD_NETWORK_NAME
I make all steps in the guide:
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/install.html#id2546028
but command (exetuded in the same computer where is samba):
smbclient //fc9/tester -Utester%test
gives error:
Domain=[DZTI] OS=[Unix] Server=[Samba 3.2.0-17.fc9]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
The user tester have been created by commands:
useradd tester
smbpasswd -a tester
I've followes some steps from the guide:
http://www.samba.org/samba/docs/man/Samba-HOWTO-C...
2012 Mar 28
1
GSoc Applicant
...our reply.
Best regards,
--
Hassan Muhammad Hassan
Third Year-Computer Engineering Department
Faculty of Engineering-Cairo University
Facebook <http://www.facebook.com/profile.php?id=100002387443281>-
LinkedIn<http://www.linkedin.com/pub/hassan-radi/3b/906/7b2>
---
Software Tester at UTest.com <http://www.utest.com/>
Coordinator of the Arabic Translation team of Gephi
<https://www.transifex.net/projects/p/gephi/team/ar/>project
*Website:* http://hassan1990.users.sourceforge.net/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lis...
2019 Jun 18
6
Roaming Profiles
Hello,
I created a GPO Roaming Profiles redirection in my AD as shown on this
page
(https://wiki.samba.org/index.php/Roaming_Windows_User_Profiles#The_Windows_Roaming_Profile_Versions).
The data are stored in a sharing file server (samba member domain).
When I open a windows user session it doesn't work. Event observer says
"Access denied".
So I changed 'chmod 1750
2019 Jun 24
0
setting up a new ADS infrastructure
...> And another annoying issue popped up:
>
> At the fileserver I can wbinfo(1) my test account by name and by
> uid, I can chown(1) files to it, I can even su(1) or ssh(1) to it
> and work at the CLI. But if I want to connect to a share:
>
> | ~# smbclient //herakles/profiles/ -Utest
> | Enter SYNTHESIS\test's password:
> | session setup failed: NT_STATUS_ACCESS_DENIED
>
> The log file contains:
>
> | [2019/06/24 09:28:03.876063, 3] ../auth/kerberos/kerberos_pac.c:413(kerberos_decode_pac)
> | Found account name from PAC: test [Max Mustermann]
> |...
2012 Nov 06
0
inter domain trust not working
Hello,
I am trying to make a RHEL6 box (samba-winbind-3.5.10-125.el6.x86_64)
accept logins from a trusted domain; all is working fine for the primary
domain, pam_winbind+pam_mkhomedir allow logins for domain users, when
checking the trusted one though
# net rpc trustdom list -Utest%pass
Trusted domains list:
TRUSTED S-1-2-5-etcetc
Unable to find a suitable server for domain TRUSTED
domain controller is not responding: NT_STATUS_UNSUCCESSFUL
TRUSTED couldn't get domain's sid
There are no trusting domains set.
A tcpdump while running the above comman...
2019 Jun 24
2
setting up a new ADS infrastructure
...an empty result set. Is there anything I could have
> >missed?
> Which dns server are you using ?
I tried my own dns first and switched to 8.8.8.8 afterwards. But as
there are not even udp packets leaving the DC, there must be
something else.
> >| ~# smbclient //herakles/profiles/ -Utest
> >| Enter SYNTHESIS\test's password:
> >| session setup failed: NT_STATUS_ACCESS_DENIED
> >
> >The log file contains:
> >
> >| [2019/06/24 09:28:03.876063, 3] ../auth/kerberos/kerberos_pac.c:413(kerberos_decode_pac)
> >| Found account name from PAC:...
2019 Jun 23
3
setting up a new ADS infrastructure
On 23/06/2019 13:34, Rowland penny via samba wrote:
> On 23/06/2019 13:16, Stefan Froehlich via samba wrote:
>> On Sun, Jun 23, 2019 at 12:21:58PM +0100, Rowland penny via samba wrote:
>>> You are coming from a PDC domain to an AD DC domain, easiest thing
>>> first,
>>> you do not use 'wins' with an AD DC, you use 'dns'.
>> I know the