Displaying 20 results from an estimated 5000 matches similar to: "Samba 3: "restrict anonymous = 2" breaks domain joining"
2005 Dec 04
1
Samba PDC with ldapsam - unable to join the domain
Hello everyone,
That's it, I give up - I've got no idea what's going on with the damn
thing... Maybe you will be able to help.
Here is the deal: I've got a Linux machine running Samba which is to
operate as a PDC for a bunch of W2k Pro and XP Pro machines. Since all
user data on that server is stored in LDAP, I figured it would be good
to have Samba use it as well. While setting
2004 Oct 09
2
Groupmapping doesn't work
Hi
I got a problem with groupmapping. It doesn't work correct:
Wilma2:/home/root # net groupmap list | grep 512
Domain Admins (S-1-5-21-3371203057-3264423045-2392767973-512) -> domadm
ldapsearch -x cn=domadm:
# domadm, groups, wms-hn.de
dn: cn=domadm,ou=groups,dc=my-domain
objectClass: posixGroup
objectClass: sambaGroupMapping
cn: domadm
gidNumber: 65669
memberUid: tilo
sambaSID:
2003 Sep 27
1
After Upgrading to rc4 (and still with 3.0.0) having Groupmap problems.
Hi,
Before Samba 3.0.0 RC4 I was running Samba 3.0.0 beta3, and when I
upgraded to RC4, I began having problems with group mappings. I didn't
notice at first, because on my laptop I don't normally log on to the
domain. I just noticed when I tried to use my desktop and log on to the
domain... I don't have Domain Admin privileges.
So, I look at 'net groupmap list' ... and it
2006 Jun 07
3
#5209 patch: :dependent => :nullify deletes child records
Hi everyone,
A couple of weeks ago I noticed a bug with :dependent => :nullify on
a has_many or has_one. When you delete the parent, the children''s
foreign keys are nullified, as expected. But when you do
parent.child.delete or parent.children.clear, ActiveRecord actually
deletes the child records, rather than just nullifying them.
In my eyes, if you''ve set
2003 Oct 10
1
Permissions on Samba share for Windows users
I'm working with Samba 3 on my Gentoo box. So far setting up
andconfiguring Samba w/ldap and krb5 support is pretty straight
forwared. My Gentoo box is now a member server of the domain, shows up
in Active Directory.
I can get a kerbereos ticket from our W2K PDC and connect to windows
shares with as little effort as:
smbclient //server/share -k
Now I'm ready to start moving into
2005 Jun 07
6
Group Problems
Hello all, I am having a some problems with groups. If I use this
command "net rpc group list -Uroot%not24get" as the root users I get
an error. "Could not connect to server 127.0.0.1
The username or password was not correct"
If I try to add groups I also get the same error.
and I don't know if this is relevent or not but when I try to join win
groups and Unix groups
2004 Jul 30
1
domain admin issue
I have a new Debian testing machine running the Debian Samba 3.0.5.
Everything seems OK except that I cannot get users to have domain admin
rights. I have Windows XP workstations. The workstations join and log
onto the domain fine.
A "net groupmap list" yields:
server:/home/tnolen# net groupmap list
System Operators (S-1-5-32-549) -> -1
Replicators (S-1-5-32-552) -> -1
Guests
2005 Jun 07
1
Group Trouble
Hello all, I am having a some problems with groups. If I use this
command "net rpc group list -Uroot%not24get" as the root users I get
an error. "Could not connect to server 127.0.0.1
The username or password was not correct"
If I try to add groups I also get the same error.
and I don't know if this is relevent or not but when I try to join win
groups and Unix groups
2002 Nov 27
1
Domain Admins?
Hello all,
Let me say first I'm very new to Linux (only had it running 3 days), so
bear with me if I'm a bit ignorant. I'm unsure if I should even post
this here, or if this list is exclusively for hardware issues...
I'm running into difficulties (on a win2k client) adding the Samba
"Domain Admins" group to the Windows "Administrators" group. I am able
to log
2002 Feb 28
1
Head Domain Admins Group
Is there more documentation for smbgroupedit than the manpage ?
I'm trying to get the domain admins group to work. Steps i taken so far
1. create a unix group domadm
2. add my admin users to the domadm group
3. map the Domain Admins Group to the domadm group
4. make the domain admins group a domain group (smbgroupedit reported it as
unknown)
5. remove all domain users and groups from the
2006 Aug 04
2
domain group mapping in 3.0.23a issues
How does one create all of the builtin groups for this release?
When using tdbsam with previous releases one would automatically get
such groups as:
System Operators (S-1-5-32-549) -> -1
Replicators (S-1-5-32-552) -> -1
Guests (S-1-5-32-546) -> -1
Domain Admins (S-1-5-21-1832519723-2688400599-3493754984-512) ->
domadmin
Domain Guests (S-1-5-21-1832519723-2688400599-3493754984-514)
2003 Jan 10
1
Win98 Samba Login Script Errors
Hello,
Can anybody please help me with the following errors. Whenever a user from the group "accounting" logs in the the PDC, a login box pops up and the following message appears "Accessed Denied - Accou~!n.bat". The problems seems to ly with people who belong to the accounting group and are running Win98se on the desktop. Absolutely nothing has been changed on the system.
2004 Feb 16
1
Documentation bug? domadm privileges
Hello
I have been solving a problem how to make a nonroot user able to administer
the domain (add users, groups, modify them etc.) from Windows workstation
using usrmgr.exe
It looks like what is stated in Samba HOWTO collection as prerequisites
is not enough.
First I found Chapter 12 cxl "How to make Samba PDC users member of the Domain
Admins group" - made the nonroot user member of
2003 Dec 15
1
Group mapping problem
Hi,
I have Samba 3 as Domain controller. From a Windows 2000 Professional I share a folder (c:\test) with access permission for certain domain user (MYDOMAIN\yo). I can access to that folder from other w2000 with that user validated into it. If I add that user to a unix group (domadm) and map this group to Domain Admins (net groupmap modify ntgroup="Domain Admins"
2006 Apr 15
1
Is this a HAS_ONE bug?
Let''s say I have:
A BELONGS_TO B
B HAS_ONE A (with :dependent=>:nullify)
But this association does not need to exist. In other words, I could
have many A''s and B''s that are not associated in this manner.
Presently, if I try to delete "B":
1. If B is associated to an "A", this works fine and A.my_B is
nullified.
2. If B is NOT associated, I
2007 Jul 17
5
habtm confusion
Hello friends!
I am trying to make a database that will have a group of people set to
committees, and a person can be in multiple committees, and a committee
obviously has multiple people. The people are senators at my
university. These are my current models:
senator.rb:
--
class Senator < ActiveRecord::Base
validates_presence_of :first_name, :last_name, :floor
has_and_belongs_to_many
2010 Sep 16
1
[RFC] function to parse string to argc/argv pair
Currently, I'm looking to improve rosh and would like to start using
getopt(). I'd like to parse a string obtained by fgets() to be like
the argc/argv pair created by __parse_argv but in a way that's more
cross-platform (such that it can also be used by .lnx files rather
than just COM32) and suitable to use in rosh and lua.c32.
I've made a function and inlined a test program for
2003 Sep 10
1
Trouble joining a W2K3 Native Mode Domain
Hi Guys,
I'm having trouble with joining a W2K3 Native Mode Domain.
Can anyone point me in the right direction to look for answers?
I intslled from rc3 SRPM. When I do:
net ads join DOMAIN -U domadm@REALM -d10
I get this error towards the end.
Thanks,
Dulantha.
....
....
[2003/09/10 17:48:27, 3] libads/sasl.c:ads_sasl_spnego_bind(184)
got OID=1 2 840 113554 1 2 2 3
[2003/09/10
2009 May 07
3
group mapping question
Hi All,
Just a general question about groups. I am upgrading a
Samba workgroup, server to a PDC. I have been reading:
http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/groupmapping.html#id2589321
In this link, they tell of how to map a windows group to
a Samba group
net groupmap add ntgroup="Domain Admins" unixgroup=domadm rid=512 type=d
Question 1: if my previous
2003 Aug 01
1
[Fwd: dvd+rw-format -force problem]
> -------- Original Message --------
> Subject: dvd+rw-format -force problem
> Date: Thu, 31 Jul 2003 21:30:00 +0200
> From: Melvyn Sopacua <freebsd-stable@webteckies.org>
> Organization: WebTeckies.org
> To: stable@freebsd.org
>
> I haven't felt the need to fully blank a DVD+RW for a while untill today.
Formally speaking blanking is not appicable to DVD+RW.