Displaying 9 results from an estimated 9 matches similar to: "winbind gives differnt results depending on "winbind trusted domains only""
2005 Nov 01
1
Can samba map between existing Windows (SID) users and existing unix (UID) users
Hi again,
This is a follow up to a previous e-mail, but no luck so I have done
some more digging.
I don't understand why it is so difficult to map between a existing user
on a Windows Server (SID)
and an existing user on a Unix/Solaris (UID) user, since all information
is available?
unix# /usr/local/samba/bin/wbinfo -n andrew
S-1-5-21-1984182827-583073959-8547516-2056 User (1)
unix# tail
2005 Nov 02
0
(part 2) Can samba map between existing Windows (SID) users and existing unix (UID) users
I have had a few replies and it looks that I am on a no win solution.
I either set up LDAP and delete local UID on our UNIX boxes and let samba
convert SID to UID, or just leave thinks as they are.
I still don't under stand why it is so difficult to do what I want when all the
information seems to be at hand.
1) User changes security of a file on a samba share to allow DCSNT\andrew access.
2016 Apr 26
2
smbclient returns error when NetBIOS disabled on Windows Server
Hello,
I have noticed that smbclient returns an error code when a windows
server has disabled NetBIOS, but should it do this, if you know NetBIOS
has been disabled. I think there should be a flag to indicate that you
don't want to check port 139 (NetBIOS).
For example the following command which tries to connect to a Windows
server with NetBIOS disabled returns an ERROR!
$ smbclient -L
2005 Oct 31
0
Map between existing UNIX UID's and Windows SID for file sharing.
Hello,
I have search this list and the HOW TO's, but can't find the answer!
We have all our users on both Windows (ADS) and Solaris (NIS), but I
can not configure samba
shares so Windows Users can modify the security settings on there files,
so that other people can look/edit
there files....
If I don't fix this problem soon we will end up with a Windows
file-server as well as a
2016 Apr 29
0
smbclient returns error when NetBIOS disabled on Windows Server
On Tue, Apr 26, 2016 at 10:18:26PM +0100, Andrew Watkins wrote:
> Hello,
>
> I have noticed that smbclient returns an error code when a windows
> server has disabled NetBIOS, but should it do this, if you know
> NetBIOS has been disabled. I think there should be a flag to
> indicate that you don't want to check port 139 (NetBIOS).
>
> For example the following command
2016 Apr 29
1
smbclient returns error when NetBIOS disabled on Windows Server
On 4/29/2016 10:14 PM, Jeremy Allison wrote:
> On Tue, Apr 26, 2016 at 10:18:26PM +0100, Andrew Watkins wrote:
>> Hello,
>>
>> I have noticed that smbclient returns an error code when a windows
>> server has disabled NetBIOS, but should it do this, if you know
>> NetBIOS has been disabled. I think there should be a flag to
>> indicate that you don't want
2010 Jul 24
0
local polynomial with differnt kernal functions
Hi, R users
I need to use the function (locpoly) to fit a local poynomial regression model, The defult for kernal function is " normal" , but I need to use different kernal functions such as :Uniform,Triangular,Epanechnikov,......
Could someone help me define these functions to fit local polynomial regression model?.
Email:assaedi76@yahoo.com
Thanks alot
[[alternative
2007 Mar 29
5
differnt results between df and ls
Hi
this is more than likely a general linux question but on a CentOS4 box
whats going on here?
# ls -al foo.txt
-r--r--r-- 1 xxx xxx 1373149856 Mar 28 04:34 foo.txt
# du -sh foo.txt
808M foo.txt
any ideas ?
2010 Jul 21
1
Question about allocMatrix error message
Dear R family,
I faced a technical problem in r coding.
#s=t(dev)%*%dev/(nr-1) # dev (100,000 by 2) stands for
deviation from the mean
#sinv=solve(s)
#t2=diag(dev%*%sinv%*%t(dev))
I got an error message at t2 statement:
Error in diag(dev %*% si %*% t(dev)) : allocMatrix: too many elements specified
Please let me know if there is a way to overcome this problem.
best
moohwan