Displaying 4 results from an estimated 4 matches for "hamam".
Did you mean:
tamam
2014 Jul 11
2
Linux Client authentication
This is a great tutorial. I have installed samba4.1.9 on a centos 6.5
server and created Ad users with roaming profiles successfully.
Windows 7 client joined the new domain; user authentication, login process
is trouble free and user can save data on the server.
However, on the Linux client (centos); user authentication is fine, but it
fails to mount the user?s home working directory. It seems
2014 Jul 16
1
Must Samba4 AD be provisionned with rfc2307 to use winbind ?
...George)
> 15. FW: Samba4 and A-record file shares (Josh Bishir)
> 16. DFS queries via rpcclient to Windows 2012 Server fails
> (Sangster, Mark)
> 17. W7 and Roaming Profiles on two different PDC
> (Rechtsanwalt A. Winzer)
> 18. Linux Client authentication (Mike Hamam)
> 19. Fwd: samba4 joining issue to windows 2012 domain (????? ???????)
> 20. DFS queries via rpcclient to Windows 2012 Server fails
> (Sangster, Mark)
> 21. Samba4 and Linux Client (Mike Hamam)
> 22. Re: chown destroys ACLs (Harry Jede)
> 23. Re: FW: Samba4 and A-...
2014 Jul 16
1
Samba4 and Linux Client
*I have the floowing scanario;*
*Server side:*
I have installed samba4 (4.1.9) on a centos server 6.5. Samba?s
installation went smoothly.
*Clients: Windows: *I have installed Windows 7 Enterprise Edition 64 bit
with SP1, it joined the domain successfully and AD users can sign on fine
with roaming profiles.
*Linux:*
I have installed Centos 6.5 with the latest update, Also I Installed
2011 Nov 20
2
Adding two or more columns of a data frame for each row when NAs are present.
I am fairly new to R and would like help with the problem below. I am
trying to sum and count several rows in the data frame yy below. All works
well as in example 1. When I try to add the columns, with an NA in Q21, I
get as NA as mySum. I would like NA to be treated as O, or igored.
I wrote a function to try to count an NA element as 0, Example 3 function.
It works with a few warnings,