Displaying 20 results from an estimated 2000 matches similar to: "Domain member against Samba+LDAP server configuration problem"
2009 May 08
1
Re: Extrange behaviour in arp with xen 3.0.3 from etch [ solved ]
On Fri, May 8, 2009 at 10:14 AM, Javier Barroso <javibarroso@gmail.com> wrote:
> Hello,
>
> I have a etch xen server with a virtual machine with 2 network
> interfaces configured. Every interface has a different mac, and inside
> the host has a different ip.
>
> However I can see with tcpdump and arpwatch (I discover this because
> arpwatch told me), about the two ips
2005 Jan 19
1
HELP - winbind/PAM issues
I have a laptop with fedora core 3 installed.  I have an NT domain that I
would like to use for all authentication (Linux and Windows).  As a test I
decided to focus on ssh authentication.  I have completed the following:
Created the smb.conf:
[global]
   workgroup = DOMAIN_NAME
   server string = Linux Workstation
 log file = /var/log/samba/%m.log
   max log size = 50
   security = domain
  
2002 Dec 10
1
OVERWRITTEN PROFILE!
Hi guys.i need your help. I am using samba 2.2.6 and a w2k prof client.
During the weekend my system got rebooted. My profile therefore was not
updated into the samba pdc. When I reboot it gave some error and showed
me my last saved profile. I checked my documents and setting and there
was a username.domain_name.bak and username.domain_name
Looks like there was a bakup. So what I did was, I
2007 May 30
1
Dovecot Authentication Problem (REVISED)
Hello List,
I am back again and I think I am edging closer to getting a solution.
I have done some modifications and now dovecot gives me a different
error message than before....
Here is what I have for the password_query and user_query 
password_query = SELECT popbox.cleartext AS password FROM popbox, domain \
WHERE popbox.local_part = 'eddie' AND popbox.domain_name =
2007 Sep 19
1
Fwd: win32-service of win32utils
Any ideas folks?
Thanks,
Dan
---------- Forwarded message ----------
From: Kay <serphakay at hotmail.com>
Date: Sep 19, 2007 10:52 AM
Subject: win32-service of win32utils
To: djberg96 at gmail.com
I''m writing some scripts to programmatically change the user account
of running a windows service. So I downloaded one of the windows
utilities, win32-service, and wrote my scripts.
2012 Oct 19
2
PDC and BDCs : net rpc testjoin
People,
    I have one PDC and a BDC on the matrix side and two BDCs on the branch
office.
    I don't know if it is a problem. Anybody could help me?
PDC # net rpc testjoin
get_schannel_session_key: could not fetch trust account password for domain
'DOMAIN_NAME'
net_rpc_join_ok: failed to get schannel session key from server PDC for
domain DOMAIN_NAME. Error was
2003 Jan 15
3
winbind LOGON_FAILURE
Environment:
    Redhat 7.3
    Kernel 2.4.18-4
    Samba 2.2.7
    NT4 Domain
 
I have replaced the actual domain name and the name of the PDC with words
DOMAIN_NAME and PDC_NAME.  In both cases, the correct domain name and pdc
name are used.
 
I removed, waited, and then re-added my linux server to our domain from the
server manager on our PDC.
 
When I then run smbpasswd -j DOMAIN_NAME -r
2019 Apr 10
3
chown: changing ownership of 'test': Invalid argument
Hi Roland
On Wed, 10 Apr 2019 at 12:00, Rowland Penny <rpenny at samba.org> wrote:
> On Wed, 10 Apr 2019 11:41:52 +0200
> Ian Coetzee <samba at iancoetzee.za.net> wrote:
>
> > Ho Roland,
> >
> > Replies inline
> >
> > >
> > > > The only user I have is the jeadmin user which is the domain
> > > > admin as well as a
2008 Dec 11
3
Failed to join domain: failed to set machine spn: Constraint violation
Hi,
I'm seeing this error on 3.0.24, 3.0.28, 3.0.32 and 3.2.6:
Failed to join domain: failed to set machine spn: Constraint violation
[Sanitised]
First Run:
net ads join createupn=HOST/FQDN@DOM.REALM.DOMAIN.COM createcomputer="OU/OU/OU/Services" -U username -d1
Enter username's password:
[2008/12/11 17:02:32,  1] libnet/libnet_join.c:libnet_Join(1770)
  libnet_Join:
     
2006 Sep 18
1
joining domain fails because of no samba entries with 3.0.23c
Hello All,
    I am having a very strange problem with samba 3.0.23c.  I upgraded 
everything from 3.0.9 and I am able to smbclient to the samba 3.0.23c 
PDC  with the administrator user just fine.  When I go to add a machine 
to the domain, it adds the unix machine account to the ou=computers like 
it is supposed to but none of the samba entries are added.  I get an 
error on the windows side of
2019 Apr 10
3
chown: changing ownership of 'test': Invalid argument
Gid 4294967295 = Nobody (32-bit) 
Thats your problem. A problem in the nss mappings. 
https://lists.samba.org/archive/samba/2017-January/205672.html 
Is the a simular thread to your problem, ready it. 
Greetz, 
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Ian 
> Coetzee via samba
> Verzonden: woensdag 10 april 2019 15:37
2009 Feb 15
2
Execute cap deploy:migrations fails
Hi there, I am trying to deploy a rails app on dreamhost.
Here is the error message that I get:
fatal: ''home/USER_NAME/DOMAIN_NAME/git/APPLICATION_NAME.git'': unable
to chdir or not a git archive
fatal: The remote end hung up unexpectedly
/Users/USER/.gem/ruby/1.8/gems/capistrano-2.5.3/lib/capistrano/recipes/
deploy/scm/git.rb:224:in `query_revision'': Unable to resolve
2006 Apr 30
4
Server IP
Can a ruby on rails app obtain the ip of the server it is running on?
I''d like the application to be able to determine x set of data is for y 
data, for example:
These domains all point to the same ip...
mydomain-1.com
mydomain-2.com
mydomain-3.org
I can obtain the domain name from the request by using:
@request.domain
I''d like the application to grab the corresponding ip for
2013 Nov 06
3
Calling 'virsh' from within a hook script - avoid deadlock?
I'm trying to create a hook that attaches several virtio-scsi disks to a starting vm,
and it seems like the hook enters a deadlock while attempting to do so.
Is there any workaround around this? Any better way, forking virsh execution somehow?
Could anyone explain why this is creating a deadlock in the first place? Isn't libvirt multithreaded?
Thanks for the help!
Shlomi
### hook
2016 Dec 16
2
net ads join -> "The connection was refused"
I am unable to join to a domain. The command 'net ads join -U Administrator
-d1' produce:
Enter Administrator's password:
libnet_Join:
    libnet_JoinCtx: struct libnet_JoinCtx
        in: struct libnet_JoinCtx
            dc_name                  : NULL
            machine_name             : 'SAMBA'
            domain_name              : *
                domain_name         
2019 Apr 11
2
chown: changing ownership of 'test': Invalid argument
Hai Ian,
Can you run this one again on both servers and pm me both outputs. 
I'll have a good look. 
https://raw.githubusercontent.com/thctlo/samba4/master/samba-collect-debug-info.sh 
I've updated the file, so do use the new one. 
Greetz, 
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Ian 
> Coetzee via samba
>
2010 Apr 15
3
transfer to Microsoft Distributed File Service
Hi, list: 
Usually, "//server_name/share" is passed to smbclient to do a transfer. However, in case of filing repositores using MS DFS, can smbclient be passed "//domain_name/dfs_share/share_link"? I guess not.
Looking forward to clarification,
Xu Qiang
2016 Apr 12
2
net join fail
I am trying to reconfigure a samba server to use authentication from the University domain. 
* smbd seems to start OK
* net ads testjoin is fine
* net ads join -U xxUSERNAME createcomputer="xxCOMPUTER" fails with:
Failed to join domain: failed to set machine spn: Constraint violation
(where xxTEXT indicates redaction - sorry I'm not sure what's
confidential and what isn't)
2011 Mar 02
2
problem with samba 3.5.6 try to join W2K8
hi,
  I trying to join a samba 3.5.6 (debian) on a domain W2K8 without 
kerberos followin the wiki page 
(http://wiki.samba.org/index.php/Samba_&_Active_Directory)
using net ads join i've got this error Failed to join domain: failed to 
join domain 'MYDOMAIN.COM' over rpc: NT_STATUS_NOT_SUPPORTED
conf in /etc/smb.conf
   workgroup = MYDOMAIN
    server string = %h server
# allow
2018 Apr 23
1
Unable to Join Samba Domain: Password Error
Hi all,
I am attempting to join a Centos7 machine to a Samba NT4 domain. I have 
created an account on our OpenLDAP server and ensured it has the default 
password. However trying to join the domain is consistently throwing an 
error.
>From the machine that is trying to join the domain, I get this (edited for 
brevity):
$~ net rpc join -U <user>%<passwd> -d 1 -I