Displaying 20 results from an estimated 1000 matches similar to: "Cyrus Virtual Domains: Domain migration from Cyrus"
2016 Nov 28
0
Samba 4 "Classic PDC" trusts fail with Win 2012 domain but succeed Win 2008
I noticed that smbclient worked on some solaris 11 machines but not
others. The issue a slightly different version of libarchive on the
machine (0.12 vs 0.13), even though I thought all machines had been
patched to the same level. So I decided to recompile.
When recompiling samba 4.4.7 on solaris 11 I saw the following warning
Checking for header krb5.h
2016 Nov 29
1
Samba 4 "Classic PDC" trusts fail with Win 2012 domain but succeed Win 2008
The trusts aren't really working with Windows 2008 either (where DOMAINC
is the Windows 2008 domain.)
# /usr/local/samba/bin/net rpc trustdom establish DOMAINC
Enter DOMAINA$'s password:
Could not connect to server DOMAINC_DC
Trust to domain DOMAINC established
#
Active Directory Domains and Trusts MMC on the Windows 2008 AD DC
(DOMAINC_DC) seems to think the
2016 Nov 22
0
Samba 4 "Classic PDC" trusts fail with Win 2012 domain but succeed Win 2008
In summary
* DomainA Samba classic domain- PDC and BDC are running Samba
4.4.7. The PDC is called "SambaPDC."
* DomainB Windows AD domain , level 2008, domain controller is
Windows 2012 or 2012R2 (you are correct that there are not primary and
backup controllers in AD)
* DomainC Windows AD domain, level 2008, domain controllers are
Windows 2008
I need to get
2016 Nov 22
2
Samba 4 "Classic PDC" trusts fail with Win 2012 domain but succeed Win 2008
I am not sure if this is relevant
root at sambaPDC:~# /usr/local/samba/bin/net rpc trustdom establish DomainB
Enter DOMAINA$'s password:
Could not connect to server DomainB_DC
Trust to domain DomainB established
root at sambaPDC:~#
root at sambaPDC:~# /usr/local/samba/bin/net rpc trustdom establish DomainC
Enter DOMAINA$'s password:
Could not connect to
2018 Feb 17
4
Winbind authentication from different domain not working
config smb.conf
[global]
realm = DOMAINB
workgroup = DOMAINB
security = ADS
template homedir = /home/%U
template shell = /bin/bash
winbind expand groups = 1
winbind separator = +
winbind use default domain = Yes
idmap config domainb : range = 3000001 - 4000000
idmap config domainb : backend = rid
idmap config domainc : range = 2000001 - 3000000
idmap config domainc : backend = rid
2018 Feb 17
0
Winbind authentication from different domain not working
I’ve removed the following line from smb.conf:
>
>> winbind use default domain = Yes
> Although we are using it on a different server (who has direct access to all DC’s from both domains).
> And we are able to logon with credentials from a different domain.
> by using "ssh -l DOMAINA+username SERVER02"
>
>> We now come to the domain ranges, they must not
2005 Jul 04
2
Questions regarding ADS
I 've spent the last week troubleshooting a configuration issue regarding
samba not being able to connect to other domains beside the domain of which
it 's a member server (samba 3.0.14a, krb 1.3.6, w2k).
I have some doubts perhaps someone can answer...
Suppose this scenario:
Samba name : SAMBA
Main domain: DOMAINA (domain controller = DCA)
Others domains : DOMAINB, DOMAINC (domain
2018 Feb 17
0
Winbind authentication from different domain not working
> idmap config domainb : range = 3000001 - 4000000
> idmap config domainb : backend = rid
> idmap config domainc : range = 2000001 - 3000000
> idmap config domainc : backend = rid
> idmap config domaina : range = 1000001 - 2000000
> idmap config domaina : backend = rid
> idmap config * : range = 1000000-199999999
> idmap config * : backend = tdb
Your "idmap
2018 Feb 17
0
Winbind authentication from different domain not working
On Sat, 17 Feb 2018 16:17:43 +0100
"C. de Man" <c.deman82 at gmail.com> wrote:
> I’ve removed the following line from smb.conf:
>
> > winbind use default domain = Yes
> Although we are using it on a different server (who has direct access
> to all DC’s from both domains). And we are able to logon with
> credentials from a different domain. by using "ssh
2007 Aug 16
3
Re: Adding a new virtual block device to a guest
Hi!
It seems i already have udev...
mydom0:~# apt-get install udev
Reading package lists... Done
Building dependency tree... Done
udev is already the newest version.
mydom0:~#
I notice when i mkfs -ext 3 my new vbd with dd, it says it''s not a block
device.. i have a feeling im doing this wrong. can you suggest steps in:
1. creating a new block device
2. preparing it (mkfs)
3.
2016 Nov 22
0
Samba 4 "Classic PDC" trusts fail with Win 2012 domain but succeed Win 2008
I am trying to configuring Samba 4 classic PDC to trust Windows 2012
domain "DomainB" - the PDC is running Windows 2012 but the forest and
domain functional levels are still Windows 2008. On the Win 2012 PDC I
try to set up an incoming trust, but it fails with "The local security
authority is unable to obtain an RPC connection to the active directory
domain controller
2015 Sep 17
0
CentOS-6 - LogWatch Cyrus-IMAPD script was CentOS-6 - LogWatch
On Mon, September 14, 2015 14:51, James B. Byrne wrote:
> The Logwatch imapd service script distributed with CentOS-6 does not
> generate anything when I run logwatch --service all on a cyrus-imapd
> host. Is this expected behaviour? Is there a separate script for
> cyrus-imapd or are their configuration options required to get the
> existing script to work.
>
> I have found
2016 Dec 23
0
domainname is too long error
I noticed the following in system logs and on the server console.
The server is a PDC server in classic domain , DomainA. Samba
4.4.5. Trusts are setup with Domain A and C.
#:/var/adm# tail -100 messages
Dec 23 08:46:25 xxx nmbd[1784]: [ID 702911 daemon.error] [2016/12/23
08:46:25.095399, 0] ../source3/nmbd/nmbd_workgroupdb.c:56(name_to_unstring)
Dec 23 08:46:25 xxx nmbd[1784]: [ID
2016 Nov 22
2
Samba 4 "Classic PDC" trusts fail with Win 2012 domain but succeed Win 2008
See inline comments:
On Tue, 22 Nov 2016 12:04:57 -0500
Gaiseric Vandal via samba <samba at lists.samba.org> wrote:
> I am trying to configuring Samba 4 classic PDC to trust Windows
> 2012 domain "DomainB" - the PDC is running Windows 2012 but the
> forest and domain functional levels are still Windows 2008. On the
> Win 2012 PDC I try to set up an incoming trust,
2015 Jun 03
0
ID command does not show up correct group memberships on Winbind
Hi,
I have these following configurations:
Active Directory 1 = DomainA.com
AD1 Primary Group = Domain Users
AD1 Group 1 = Linux (member: DomainB\ad2testuser1)
Server joined = linux1.DomainA.com (configured Kerberos and Winbind
Samba4 from sernet)
Active Directory 2 = DomainB.com
AD2 Primary Group = Domain Users (member: DomainB\ad2testuser1)
AD2 User 1 = ad2testuser1
note:
(1)
2005 Dec 02
3
[Bug 1129] sshd hangs for command-only invocations due to fork/child signals
http://bugzilla.mindrot.org/show_bug.cgi?id=1129
Summary: sshd hangs for command-only invocations due to
fork/child signals
Product: Portable OpenSSH
Version: 4.2p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: bitbucket
2008 Nov 21
0
Accessing shares from 2 domains
We are splitting our users into 2 domains(DOMAINA and DOMAINB (changed for security reason)). I am having problems getting users who log into their workstation on DOMAINA to access a samba share on DOMAINB. We are using W2K3 servers as our AD with LDAP. Samba shares on are CentOS5.1 servers. I Can anyone point me to some docs on how to set this up? I have been rumbling through google for the past
2005 Oct 17
1
Problem with groups NT4 PDC - Samba Member Server
I have 2 different shares one with
[Share1]
valid users = @"DOMAINA+Domain Users"
[Share2]
valid users = @"DOMAINA+SpecialGroup"
Members of the latter group cannot access Share2. No one can.
#getent group |grep Special
DOMAINA+SpecialGroup:x:10001:DOMAINA+User1,DOMAINA+User2,DOMAINA+User3
#wbinfo -g |grep Special
DOMAINA+SpecialGroup
I changed the
2009 Jan 13
12
OpenSolaris better Than Solaris10u6 with requards to ARECA Raid Card
Under Solaris 10 u6 , No matter how I configured my ARECA 1261ML Raid card
I got errors on all drives that result from SCSI timeout errors.
yoda:~ # tail -f /var/adm/messages
Jan 9 11:03:47 yoda.asc.edu scsi: [ID 107833 kern.notice]
Requested Block: 239683776 Error Block: 239683776
Jan 9 11:03:47 yoda.asc.edu scsi: [ID 107833 kern.notice] Vendor:
Seagate
2005 Aug 17
0
Discussion: Samba Virtual Server Setup w/ LDAP Backend
Hello everybody,
(i can send level 10 logs on demand......the mail is to big for the list)
i'm just building up a complete Samba 3 Domain containing
one pdc
one bdc
four file servers
because i don't want to spent to much hardware, the four fileservers
are 4 seperate samba instances running on one SuSE SLES 9 Operating System.
The Samba Version is:
3.0.14a from