Displaying 20 results from an estimated 1000 matches similar to: "Quick question on joining a Win2k3 domain"
2011 Mar 17
1
Samba 3.4.7 can't retrieve idmap infor from ldap
I am running Samba 3.4.7on Fedora Core 11 Linux.  This is a domain member.
My PDC is Samba 3.4.9 on Solaris 10.  I have LDAP as a backend 
(Sun/Oracle Directory Server 6.)    I have an OU for user accounts, and 
an OU for idmap entries.  The PDC has already populated some idmap entries.
An idmap entry looks like
dn: sambaSID=S-1-5-21-xxxxxxxxxxxxxxx-1121,ou=mydomain,ou 
=idmap,o=mycomany.com
2001 Feb 20
1
2.5.1p1 ssh-agent path problem in Solaris
I'm having a path problem with OpenSSH 2.5.1p1 in Solaris (7).  When
ssh-agent is run, environment variables aren't being passed to the
spawned shell.
    sol# env | wc -l
          23
    sol# env | grep -i ssh
    SSH_CLIENT=10.0.1.146 1047 22
    SSH_TTY=/dev/pts/0
    sol#
    sol# ssh-agent sh 
    sol# env | wc -l
           1
    sol# env   
    SSH_AGENT_PID=12032
    sol#
If I
2007 Aug 03
2
Argument createcomputer does not work in net rpc join
Hello,
We are using samba-3.0.25a and we want to join our system onto the
Active Directory server in a specific location.  The argument
'createcomputer' is exactly what we want and it works perfectly when we
do a 'net ads join' but fails when we do a 'net rpc join'.  The computer
object always gets created in the 'Computers' folder.
Looking at the code it appears
2019 Jun 26
0
Samba 4.10 member: SMB login no longer working
Thank you, Louis, for your reply.
By simply asking me to provide outputs of the aforementioned files, I found the cause of my first problem (auth failing). It was my /etc/hosts file on dc1.
All of them should look like this, and indeed DC2 and DC3's *did* look like this:
# cat /etc/hosts
> 127.0.0.1 ? ? ? localhost.samdom.mycompany.net ?localhost
> 192.168.3.201
2019 Jun 20
0
DLZ Backend DNS Hosed
And, BTW, right now, I am able to see my problem via the following 3 ways...
1) Through Windows DNS Manager, I cannot add, change or delete any DNS records from:
mycompany.loc
samdom.mycompany.net
mycompany.net
I *can* add, change and delete DNS records from:
_msdcs.samdom.mycompany.net
mycompany.com
7.168.192.in-addr.arpa
5.168.192.in-addr.arpa
3.168.192.in-addr.arpa
2019 Jun 21
0
DLZ Backend DNS Hosed
No, this is not needed. 
Solution here in this is simple. 
search primary.domain.tld # optional extra search domains after the primary. 
nameserver IP_AD-DC_OF_THIS_SERVER_FIRST
nameserver IP_AD-DC_others
Run : samba_upgradedns --dns-backend=BIND9_DLZ  
And your done, all needed records are fixed/updated. 
This goes wrong if the IP of the running server isnt the first and/or if search is setup
2019 Jun 21
1
DLZ Backend DNS Hosed
Louis,
I appreciate your efforts with my predicament. I'm very sorry to say that your advice hasn't gotten me to a solution. After updating my /etc/network/interfaces to put my localhost IP address first (192.168.3.201, for example), saving, restarting services, rebooting, running "samba_upgradedns --dns-backend=BIND9_DLZ", saving, rebooting, etc., I still cannot add, edit or
2003 Nov 07
0
Samba <- Winbind -> Windows 2003 ADS Questions
Hi everyone,
I'm relatively new to Samba - at least for more in-depth installations.
Big Thank-You from my company to the brilliant developers responsible for
this software.  We have our Samba server integrated with our Windows 2003
AD domain users via Winbind - a working installation with some issues
described below.  getent passwd works as the many docs show (one entry
below):
2009 Oct 08
0
samba PDC + BDCs + LDAP
Hi,
I'm not a seasoned samba user but I do have a little experience with it 
(mostly small setups with plain smbpasswd file and a few workstations). 
I also have some experience with OpenLDAP and I've even written some 
objectclasses and attributes when the standard ones weren't enough
However, I'm trying to set up a midsized network using LDAP for SSO and 
I can't make samba
2013 Mar 06
0
various DNS scenarios / setups with samba4 + BIND9
Hello everybody,
I am not sure which DNS setup will fit best for my suites. I can imagine,
that there are a lot of users out there using also BIND9 servers in their
environment and can share their experience. In my case I am running
following setup:
I have two existing hosts running with DNS and DHCP services. I have setup a
DHCP-Cluster with isc-dhcp-server on both machines, that means I have a
2019 Jun 26
4
One DC cannot authenticate off of another DC
Thank you, Louis, for your reply.
By simply asking me to provide outputs of the aforementioned files, I found the cause of my first problem (auth failing). It was my /etc/hosts file on dc1.
All of them should look like this, and indeed DC2 and DC3's *did* look like this:
# cat /etc/hosts
> 127.0.0.1 ? ? ? localhost.samdom.mycompany.net ?localhost
> 192.168.3.201
2003 May 16
0
RE: Samba+LDAP+PDC
> 
> Hello everyone.
> 
> Well, I have been working very hard lately, trying to get a 
> server up to 
> act as our Samba PDC with LDAP. So far, everything seems to 
> be working 
> well. I've been able to get samba 2.2.8 and openldap 2.0.27 
> installed with 
> no problems. I've setup my config files (ldap.conf, 
> slapd.conf, smb.conf) 
> as well as
2004 Mar 30
0
samba 3.0.2a domain member in Windows 2003 domain and MIT 1.3.2
We recently switched our win2k domain to a native mode. We upgraded our
Solaris 9 samba server from 2.2.8 to version 3.0.2a and configured MIT
Kerberos version 1.3.2
I was able to join to machine as a domain member without any problems:
./net ads join -U moshe
moshe password: 
[2004/03/30 13:26:46, 0] libads/ldap.c:ads_add_machine_acct(1006)
  Host account for shark already exists - modifying old
2019 Jun 20
4
DLZ Backend DNS Hosed
I've been working on this problem for a few hours. Here are some updates:
Many of the domains I listed are duplicates of domains managed by other DNS servers on my network. There was no point in having them in Samba AD, so I deleted the zones in Windows DNS Manager and created slaves in my named.conf.local folder, so that they'd pull the records from my authoritative BIND DNS server,
2009 Jul 28
0
Call history problems from B2BUA
Hello, all.  Alas, another convoluted question.  All the simple things
are, well, simple so I suppose we only need to trouble the list with
squirrely problems!
We've noticed a call history problem when using Asterisk where the call
history on the Snom phones (with which we are very pleased) reflects the
number of the PBX extension used by the B2BUA to dial the end point.  I
assume the same
2005 Oct 27
1
A hierarchy of DFS trees...
I just made a DFS link that pointed to another DFS share on a different 
server...
It seems to confuse the Win'XP client a bit, but it can be made to work.
That means....
I can build a tree structure w/ DFS.
I can arrange all my servers and shares into a hierarchy.
It may not be practical, but in theory, This could be used as a 
hierarchical substitute for the network neighborhood.
I could
2008 Mar 09
0
net command - createcomputer parameter
How can I find the correct path of the ou?
When I di this: net ads join 
createcomputer="Servers/Windows/Computers/AD test" -U Administrator
I receive the following error:
Administrator's password:
Failed to pre-create the machine object in OU 
createcomputer=Servers/Windows/Computers/AD test.
Failed to join domain: No such object
2013 Apr 09
2
NTP doesnt work for Win2000 clients + Samba 4.0.4 (see tcpdump)
Hi all,
I am using Samba 4.0.4 as AD DC on my test environment and realized that all my W2k clients (default installation, no special setups made on the clients) cannot receive the correct time of my samba 4.0.4 AD domain controller. Windows XP and 7 work fine though. The problem occurs at three W2k test clients I tried with. The default behavior of Windows clients is to use the update type
2017 May 26
0
Replication failure between 2 Samba4 DCs
Hello guys:
I'm running two Zentyal servers with Samba 4.1.17 on each one. We're
experiencing some problems such as:
- When a user changes his password, it is not replicated the change on
secondary DC.
- Some Windows machines have reported trust relationship broken.
On DC1 I run this:
params.c:pm_process() - Processing configuration file "/etc/samba/shares.conf"
ldb_wrap open
2009 Jul 20
0
No subject
mailboxes).
Are you certain that removing either 612 or 610 mailbox would keep Asterisk
from complaining ?
>
> However, the MWI does not indicate voice mails for 610 and I keep seeing
> this error message:
>
> ERROR[2549]: app_voicemail.c:1630 messagecount: Couldn't find mailbox
> 610 in context a10
>
> However, mailbox 610 is clearly defined in voicemail.conf:
>