Displaying 20 results from an estimated 5000 matches similar to: "configuration needed to load roaming profiles off of a BDC?"
2008 Feb 12
0
unable to get Windows XP to join domain using BDC
I have a domain named ADAMSTEST with the LDAP/PDC being
gomer.mdah.state.ms.us ip 10.8.3.37 and the BDC bldg2.mdah.state.ms.us
ip 10.8.7.2. nss_ldap is working, i can ssh in to both servers fine.
I'm trying to have a Windows XP named domain2 with ip 10.8.7.254 join
the domain using the WINS server of 10.8.7.2 in the network tcp/ip
settings. So it should be able to join the domain by
2008 Jan 11
0
root's SID
I'm playing around with samba + LDAP in a test environment. In LDAP
root doesn't have a SambaSID:, but root does have a User SID: in
pdbedit. Do I need to set the SambaSID in LDAP for the user root, or
does it not matter? If so, how? I tried smbpasswd -a, smbldap-useradd,
and smbldap-passwd -a and none worked. But I can load the SambaSID in
by hand with ldapmodify if I need to.
2007 Nov 19
5
DNS problem?
I'm trying to join an XP SP2 PC called testpc to a test environment. Its
network settings are statically set. IP address is 10.8.3.209. I have a
PDC called gomer.mdah.state.ms.us w/ samba 3.0.26a and IP address is
10.8.3.37. On test PC I right click on my computer, properties, computer
name, change from workgroup WORKGROUP to domain ADAMSTEST.
But I get the error:
Note: This information
2007 Nov 09
1
A device attached to the system is not functioning.
Windows XP w/ SP2 is giving me that error message when I'm trying to log
into my domain:
A device attached to the system is not functioning.
error log:
[2007/11/09 10:21:01, 1]
rpc_server/srv_netlog_nt.c:_net_sam_logon_internal(1004)
_net_sam_logon: user TEST\testuser has user sid S-1-1-0
but group sid S-1-5-21-3536689092-529281149-710501220-513.
The conflicting domain portions are
2007 Nov 13
0
roaming profiles behavior
I have a PDC named gomer w/ IP 10.8.3.37 and a BDC named bldg1 w/ IP of
10.8.3.231, and a testpc w/ IP of 10.8.3.237. in the TCP/IP settings of
testpc, I put the WINS server as 10.8.3.231, but when I log in, the
roaming profile is stored onto gomer. Is this correct behavior? I then
changed bldg1's logon path from logon path = \\%L\profiles\%U to logon
path = \\bldg1\profiles\%U and
2007 Nov 05
1
smbldap_tools error
I'm following along in the Samba 3 By Example.pdf and on Page 190 it has
me run:
[root@gomer ~]# smbldap-useradd -m -a test2
No such object at /usr/sbin//smbldap_tools.pm line 473.
I am running smbldap_tools .0.9.4 and I have ran configure.pm and set it
up correctly.
The stanza in the code of line 473:
# all entries = does_sid_exist($sid,$config{scope})
sub does_sid_exist
{
my $sid =
2007 Nov 07
3
net rpc join -U root error
On my server, I have root in LDAP, and am following the Samba3 by
example book, but I'm unable to get it to join the domain. I'm running
samba 3.0.25b.
[root@gomer samba]# net rpc join -U root%xxxxxxxx
Unable to find a suitable server
[root@gomer samba]# net rpc testjoin -S GOMER -U root%tical123
Join to 'ADMIN' is OK
[root@gomer samba]# net rpc
2008 Mar 06
1
roaming profiles stored on BDCs? how?
I have a PDC named GOMER w/ IP of 10.8.3.37 and a BDC named BLDG2 w/ ip
of 10.8.7.2. when someone on the 10.8.7.x network using the WINS server
of 10.8.7.2 logs in and out, their roaming profile is stored on the
PDC. is there any way to have the roaming profile stored on the BDC?,
because I will have other 10.8.x.x networks and some of these remote
sites will be using DSL and I don't
2009 Jun 28
3
System users, mbox format and global ACLs
I need some help here... ;-)
I'm experimenting with global ACLs, but just fail to understand very
basic behaviors.
So, before digging into the source code, I would really be delighted
if someone could immediately point a mistake I'm making and miserably
overlooking.
The output of dovecot -n is provided at the end of this email.
Just in case, conforming to the suggestion made in
2010 Oct 19
1
delivering mail to public mbox with permission 660?
I am migrating a couple old RH servers running sendmail and UW-IMAP to a
new Ubuntu 10.04 servers running Postfix and Dovecot.
I have everything working reasonably well except that the permissions of
newly created mbox mail folders is always 600.
I have reviewed the archives, google, and double checked everything is
as suggested in the Dovecot Wiki / SharedMailboxes / Permissions.
I am
2007 Aug 09
0
Crash with 1.1alpha2 when lazy_expunge is enabled?
I'm seeing a crash in 1.1alpha2 when trying to expunge a folder when
"lazy_expunge" is enabled:
namespace private {
separator = .
prefix = .EXPUNGED/
location = maildir:/mailstore/%u/Expunged
hidden = yes
}
...
lazy_expunge = .EXPUNGED/ .EXPUNGED/ .EXPUNGED/
Commenting out "lazy_expunge" prevents the crash and mail is expunged.
It happens with and without
2024 Nov 30
1
Linux desktop setup with authentication against Samba AD DC
On 29.11.2024 21:40, Rowland Penny via samba wrote:
> On Fri, 29 Nov 2024 20:50:21 +0100
> Peter Milesson <miles at atmos.eu> wrote:
>
>> On 11/29/24 20:07, Rowland Penny via samba wrote:
>>> On Fri, 29 Nov 2024 12:07:45 +0100
>>> Peter Milesson via samba <samba at lists.samba.org> wrote:
>>>
>>>>> Hi Peter, that was actually
2008 Apr 14
0
problem with user nobody and net groupmap
When I do net groupmap add rid=514 ntgroup="Domain Guests"
unixgroup=nobody type=d and then try to connect to a share called share
which only allows guest connections with the following permissions:
[global]
guest account = nobody
map to guest = bad user
map to guest = bad password
[share]
path = /samba/admin
force directory mode = 777
2024 Nov 29
1
Linux desktop setup with authentication against Samba AD DC
On Fri, 29 Nov 2024 20:50:21 +0100
Peter Milesson <miles at atmos.eu> wrote:
>
> On 11/29/24 20:07, Rowland Penny via samba wrote:
> > On Fri, 29 Nov 2024 12:07:45 +0100
> > Peter Milesson via samba <samba at lists.samba.org> wrote:
> >
> >>> Hi Peter, that was actually more than what I was expecting, a very
> >>> detailed tutorial
2008 Jan 11
2
Convert existing Samba DB to LDAP
We currently have an OpenLDAP server with many nodes authenticating to
it for various things. We have an existing server that is now using LDAP
to authenticate, but would like to have Samba in turn authenticate to
it. We've configured the smb.conf file accordingly and can get this working.
Our dilemma is in adding the "Manage samba account parameters" plug-in
via the Yast
2010 May 06
0
losing AD user & group information
Hello,
A few weeks ago we started joining some remote servers to our AD domain
as member servers. Several times now we have come back to them and found
ownership settings missing like the following.
[root at franks-dc1 opt]# ll
total 72
drwxrws---+ 3 14505 10013 4096 Nov 28 2006 appinstalls
drwxrws---+ 2 14505 10010 4096 Aug 3 2004 bldgshrs
drwxrwsr-x+ 2 14505 10011 4096 Aug 3 2004
2006 Jul 11
2
Shared folders not woking for me
Hello,
I'm new to dovecot, please forgive me my silly questions. :-)
My OS is FreeBSD 6.1. I just installed dovecot 1.0.beta9. I have created
a public namespace this way:
namespace public {
separator = /
prefix = Public/
location = maildir:/var/mail/public
}
namespace private {
separator = /
prefix =
location = maildir:/home/%u/Maildir
inbox = yes
}
Then I created a new
2004 Aug 23
0
Samba 3.0.4 with LDAP - problem with member server profiles
Hi, I have Samba 3.0.4 running with openldap 2.2.15. I have a PDC and two
member servers. I want to load balance my users home directories and
roaming profiles over the two member servers. At the moment everything is
on the PDC and is running fine! I just set sambaHomePath and that
sambaProfilePath to \\pdc\home\username and \\pdc\profiles\username and
everything is fine.
I've created a
2008 Mar 21
0
problem loading ldif
I have an ldif I'm trying to load for sambaprofilepath and sambahomepath
getting an error, and I'm not sure why. any help?
ldapmodify -D "cn=Manager,dc=mdah,dc=state,dc=ms,dc=us" -w xxxxxxx -x -v
-f modifywelty.ldif
ldap_initialize( <DEFAULT> )
ldapmodify: invalid format (line 5) entry:
"uid=mawhite,ou=People,dc=mdah,dc=state,dc=ms,dc=us"
the .ldif file is:
2008 Feb 26
2
Re LDAP adding workstation accounts fails (but not really???)
I very much appreciate the help thus far, but I think it has strayed a
bit from the actual problem.
The problem is that when I join a system to the samba domain it
creates /some/ but not all of the required attributes for the computer
account. The process then fails as samba looks in the wrong part of my
directory server. I would strongly prefer to put the workstation
accounts in their own tree