Displaying 20 results from an estimated 10000 matches similar to: "Recall: EXTERNAL: A bridge problem"
2009 Nov 02
1
Samba 3.4.2 Trusted Domain Logon gives: "Conflicting domain portions are not supported for NETLOGON calls"
Hi,
I'm specifically have a problem with idmap entries not being created in
my LDAP backend for trusted domain logons - Local accounts appear to be
fine.
I have installed the Sernet enterprise packages from:
http://ftp.sernet.de/pub/samba/experimental/rhel/5/i386/
I'm preparing the server as follows:
1. smbpasswd -w '<password>'
2. net rpc trustdom establish SANDBOX
2012 Jul 26
2
Passing arguments to SQL Query in R
Hello all,
I am a newbie at R, with some experience in PERL.
I have a database table that contains the following data:
Name | Score
======= | =====
Sachin T | 25
Sachin T | 53
Sachin T | 57
Sachin T | 34
Rahul D | 38
Rahul D | 31
Rahul D | 53
Ricky P | 7
Ricky P | 45
Ricky P | 27
Ricky P | 17
Ricky P | 86
Ricky P | 48
Jacques K | 23
Jacques K | 86
Jacques K | 32
I
1998 May 13
1
mixed case usernames
I haven't found anything about this in the FAQ's...
Despite having a translation from an all uppercase (or all lowercase) to
the mixed case Unix username in the username map, the samba server
(1.9.18p1) does not allow browsing from a Win95 client.
If I change the username to all lowercase on the Unix server, then browsing
works fine.
Have I missed something?
--
Phil Etheridge
2008 Apr 01
1
LDAP different Group SID -- not supported for NETLOGON calls
Hello list,
I have two Samba-LDAP DC's each in different networks, domain AMECC_SAL
(192.168.40.0/24) and domain AMECC_GUA (192.168.42./24). I have
established a inter-domain trust relationship in both directions. My
problem comes when I try to log into a machine in the AMECC_SAL domain
using any user from the AMECC_GUA domain. The machine?s name in which I
want to sign in is cc03.
The
2015 Jan 04
2
Bug found in Samba 4 ?
Le 31.12.2014 17:19, Ricky Nance a ?crit :
> On Wed, Dec 31, 2014 at 3:02 AM, Denis BUCHER <dbucherml at hsolutions.ch> wrote:
>
> Le 29.12.2014 20:46, Ricky Nance a ?crit :
>
> On Sat, Dec 27, 2014 at 8:39 AM, Denis BUCHER <dbucherml at hsolutions.ch> wrote:
>
> Dear Ricky,
>
> Yes, in my original post, below, I gave some details about smb.conf, but
2014 Dec 31
2
Bug found in Samba 4 ?
Le 29.12.2014 20:46, Ricky Nance a ?crit :
> On Sat, Dec 27, 2014 at 8:39 AM, Denis BUCHER <dbucherml at hsolutions.ch> wrote:
>
> Dear Ricky,
>
> Yes, in my original post, below, I gave some details about smb.conf, but to summarize:
>
> * I am using Samba 4.1.11.
> * server role = classic primary domain controller
> * domain logons = yes
> * domain
2013 May 30
1
Samba 4 and Profile directory issues.
Hi,
On 5/30/2013 8:17 AM, Ricky Nance wrote:
> Are you logged in as DOMAIN\Administrator to the windows machine?
My own dumb mistakes, I created a remote desktop connection to that
server and hadn't noticed I as logged in as a non admin user.
Now home directories are created as it should and profile directories
are too, but with the .V2 extension. I stheis the expected behavior?, I
2013 Apr 10
1
samba_dnsupdate?
Now for the next question. I think (hope?) that I am quite close now.
In order to add a machine to the domain, I think that I need to add a record to
samba's DNS table. But samba_dnsupdate isn't working:
# samba_dnsupdate -d 5
INFO: Current debug levels:
all: 5
tdb: 5
printdrivers: 5
lanman: 5
smb: 5
rpc_parse: 5
rpc_srv: 5
rpc_cli: 5
passdb: 5
2014 Dec 27
2
Bug found in Samba 4 ?
Dear Ricky,
Yes, in my original post, below, I gave some details about smb.conf, but
to summarize:
* I am using Samba 4.1.11.
* server role = classic primary domain controller
* domain logons = yes
* domain master = yes
* When I define a fixed-name as logon script in smb.conf, it works :
* logon script = employee.bat
* But if I try either %g.bat or %G.bat, or even
2014 Dec 19
1
smbstatus issue in v4.1
Sorry I should have said in my original post, this server is a NT4 style
domain server.
Looking in /var/log/samba I see log files with the machine names in the
file names, so samba definitely knows the machine names.
On Thu, Dec 18, 2014 at 1:17 PM, Ricky Nance <ricky.nance at gmail.com> wrote:
>
> Mark, I think (and I may be wrong here, so if a dev sees this correct me)
>
2013 May 01
2
Catch SIGINT from user in backend C++ code
Hi,
I was wondering if anybody knew how to trap SIGINTs (ie Ctrl-C) in backend C++ code for R extensions? I'm writing a package that uses the GPU for some hefty matrix operations in a tightly coupled parallel algorithm implemented in CUDA.
The problem is that once running, the C++ module cannot apparently be interrupted by a SIGINT, leaving the user sat waiting even if they realise
2014 Dec 21
2
Samba "%G" replacement not working in "Logon script" ?
Dear Ricky,
Thanks a lot for your answer. But I still have two problems:
1. I am not using samba as AD DC but as PDC.
2. What I would need is the primary group... Do you thinks %WORKGROUP%
could work ?
3. And should I use %WORKGROUP% in smb.conf or in batch login script...
Thanks a lot in advance for your help...
Denis
Le 18.12.2014 21:58, Ricky Nance a ?crit :
> Dennis, if you
2014 Dec 26
4
Bug found in Samba 4 ?
Dear all,
As nobody seems to know what the problem could be, I think it must be an
important bug in Samba 4 that "forget" to replace %G or %g with the
group name.
Could someone confirm that it is a bug and that I should fill one, in
samba bugzilla ?
Thank you very much,
Denis
-------- Message original --------
OBJET:
Re: [Samba] Samba "%G" replacement not
2001 Dec 13
2
inconsistency between gamma and choose functions
Please can someone explain why I seem to get these contradictory results?
choose(5,2)
[1] 10
gamma(6)/(gamma(3)*gamma(4))
[1] 10
gamma(6)/(gamma(3)*gamma(4)) == choose(5,2)
[1] TRUE
# all's well so far.
# now look what happens:
gamma(21)/(gamma(6)*gamma(16)) == choose(20,5)
[1] FALSE
# check individual terms:
gamma(21)/(gamma(6)*gamma(16))
[1] 15504
choose(20,5)
[1] 15504
# so they are the
2013 Nov 26
2
Please can Someone help me install Fedena School system on my cpanel...
Please My name is Ricky a student and I will like someone to help me
install Fedena School management system for a project please Help me
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
2015 Aug 17
2
Optional WHOIS netname on login banner
I think this is probably my first post to this mailing list, so hello!
Occasionally I log in to my servers from IP addresses without reverse DNS configured, so sometimes I'll see an IP I don't recognise because I can't remember what I did the day before and get a bit spooked until I WHOIS the IP and find the netname reminds me I logged in from that IP.
I set out prepared to script
2009 Jan 28
4
format.html and redirect_to
I was wondering what the purpose of wrapping a redirect_to in a
format.html block is. I get why you''d want to do this with a render,
but if you''re redirecting the browser to another URL, what''s the
point? As I understand it, when redirect_to is called, Rails sends a
302 back to the browser, so I''m having trouble understanding why
format plays any part in this.
2005 Mar 24
2
Toll-free DID switchover: Get status?
Hello!
I am in the middle of having a vanity toll-free DID set up. It's been 13
days now (9 business days). This is the first time I'm doing this, and
I'm not sure of the process. There has been a very weird progression of
changes on my number, from fast-busy, to a message saying that I'm calling
from a phone with restrictions (no matter *what* line I call from), to a
2018 Apr 27
0
cluster of 3 nodes and san
Hi, any advice?
El mi?., 25 abr. 2018 19:56, Ricky Gutierrez <xserverlinux at gmail.com>
escribi?:
> Hi list, I need a little help, I currently have a cluster with vmware
> and 3 nodes, I have a storage (Dell powervault) connected by FC in
> redundancy, and I'm thinking of migrating it to proxmox since the
> maintenance costs are very expensive, but the Doubt is if I can
2011 Oct 13
1
[PATCH] Fix control persist and stdio forward interaction
As reported earlier at
https://lists.mindrot.org/pipermail/openssh-unix-dev/2011-March/029441.html
there is some strange interaction between ControlPersist and ssh -W that
breaks things if you're using both. Specifically, ssh -W host:port with
ControlPersist enabled opens up two connections to host:port and sends
data from both back.
I think this is happening because