Displaying 20 results from an estimated 4000 matches similar to: "Slow logins and groupmaps, Please Help"
2004 Aug 12
2
Group management
I'm trying to add a user to the domain admins group in
vain. I've tried using the windows usrgrp tool. I've
tried doing 'pdbedit -u username -G
S-1-5-21-2351621536-730267382-1598341932-512' I've
tried 'net groupmember ADD 'Domain Admins' username.
The user I'm trying to add is already in the unixgroup
that's mapped to the NTgroup. Does any one know
2006 Aug 18
0
Can't add groups or groupmaps with ldapsam
Hi all,
I've got Samba working as a PDC with ldapsam and am unable to add groups or
groupmaps, although I can add/manipulate users and machines without any
problems.
With Samba 3.0.23b if I try to add a group with the command:
net rpc group add testgroup
it fails with:
add group failed: NT_STATUS_NO_SUCH_GROUP
The UNIX group is created in /etc/group but nothing is added to LDAP. I've
2010 Dec 02
0
how to let windbind to use LOCAL groupmaps?
Hi,
I'm trying to join ?linux machines to AD domain with the help of winbind.
In order to make account managent more easier, I want to create
corresponding group maps from every linux native group, then join
domain users/groups to the new LOCAL groupmap.
At present, BUILTIN groupmap works fine with the steps:
net groupmap add sid=S-1-5-32-544 unixgroup=admin
ntgroup=BUILTIN\\Administrators
2004 Jul 06
1
Q about net groupmap examples on samba.org
Considering the following page...
http://us3.samba.org/samba/docs/man/guide/small.html
First of, my compliments to John for some great examples to study.
In my mind I see three levels of security:
1) Linux - such as SSH'ing into the Linux server, Linux accounts and groups come into play here
2) Samba PDC - "Domain Admins" "Domain Users" come into play here. Examples
2007 Feb 22
0
Fwd: Net groupmap list puzzler
Hi,
I think at first you have to do a net groupmap add all the well known Groups.
System Operators (S-1-5-32-549) -> -1
Replicators (S-1-5-32-552) -> -1
Guests (S-1-5-32-546) -> -1
Domain Users (S-1-5-21-3732367786-856876144-3282938955-513) -> -1
Domain Admins (S-1-5-21-3732367786-856876144-3282938955-512) -> -1
Power Users (S-1-5-32-547) -> -1
Domain Guests
2006 Jul 13
2
mapping well known groups problem (net groupmap)
Hi
I have samba 3.0.14a (debian/stable) and wonder where the problem is
that running this command:
# net groupmap add ntgroup="Domain Admins" unixgroup=ntadmins rid=512
type=d
gives:
adding entry for group Domain Admins failed!
but (note changed rid)
# net groupmap add ntgroup="Domain Admins" unixgroup=ntadmins rid=1000
type=d
works fine.
Hm, winbind is not working, but I
2004 Mar 23
0
Upgrade from 2.8 to 3.0 groupmap broken any ideas?
Hello,
Background:
I recently upgraded a samba 2.8 system to samba 3.0 dl'ed from samba.org
current. Everything works great except the group mapping and some net
sessions that get stuck but I want to focus on the groupmap issue today.
Things I have done:
Delete group_mapping.tdb -- restarted samba -- net groupmap modify
ntgroup='Domain Admins' unixgroup=ntadmins -- result: shows
2005 Jan 14
1
groupmap trouble
hi,
i'm moving from nt4 to samba ( 3.0.7 on suse 9.2).
I'm able to join the domain, and roaming profiles work.
I used net groupmap to map unix to nt group, this way:
System Operators (S-1-5-32-549) -> -1
Domain Guests (S-1-5-21-2839205766-3667556824-2828225164-514) -> nobody
Replicators (S-1-5-32-552) -> -1
Guests (S-1-5-32-546) -> ntguests
Power Users (S-1-5-32-547)
2004 Mar 04
1
Domain Admin with tdbsam on 3.0.2a
Firstly I apologise for the length of this query but I am hoping that if I
document everything I did someone might respond / be able to help.
My Configuration is Samba 3.0.2a as a PDC on Redhat 8. I cannot for the
life of me get the "Domain Admins" functionality to work
I am hoping that another set of eyes can shed some light on this problem
as I have now spent 41 hrs googling /
2003 Sep 06
0
samba3 - On-the-Fly Machine Accounts - domain admin g roup?
Hi,
-----Original Message-----
From: John H Terpstra [mailto:jht@samba.org]
> "domain admin group" removed
>
> Because you now have something much more powerful that provides real NT
> Groups to your NT/200x/XP clients.
But if I use LDAP for both Samba and system auth.
The groups, what I added with base.ldif (idealx) exist in samba and system.
for example "getent
2005 May 13
0
Printer Installation Issues on Win XP (Samba 3.0.10 as PDC)
Hi,
would be happy if somebody might help me with the following problem:
I installed Samba as the Primary DC -- works perfectly, XP clients can
join the domain, access the shares ...
The domain users's primary group is the "users" Unix group.
root is member of the "ntadmins" Unix group.
Mapped the Unix groups to NT groups as follows:
net groupmap modify
2005 Feb 01
2
PDC groupmapping problem
I'm trying to iron out all the problems on my PDC. It's setup with a
LDAP backend that's replicated to an ldap slave/BDC. Here's the problem:
# smbldap-groupshow 'domain admins'
dn: cn=Domain Admins,ou=People,dc=strozllc,dc=com
objectClass: posixGroup,sambaGroupMapping
gidNumber: 512
cn: Domain Admins
memberUid: Administrator,root,astanley
description: Netbios Domain
2004 Apr 30
0
Unable to get groupmap to work with LDAP
I believe I have everything setup correctly on my RH9 server running Samba
3.0.3.rc1 and openLDAP 2.1.22. I can join computers to the domain and
authenticate to the domain without any problems. What I am having problems
with is trying to do a group map so Domain Admins have administrative rights
on the workstation when they login. I can get this to work on non LDAP
setups by issuing net
2007 Jun 01
2
Not seeing the expected group memberships with ifmember.exe /list
We have bumped into a most odd problem.
Server:
Debian Etch and their Samba 3.0.24-2
Client:
WinXP SP2, MSI v3, all hot fixes
The following settings are in place on the server:
#!/bin/bash
#
# initGrps.sh
# Map Windows Domain Groups to UNIX groups
net groupmap add ntgroup="Domain Admins" unixgroup=domadmin rid=512 type=d
net groupmap add ntgroup="Domain Users"
2006 Mar 10
1
Why do un-groupmap'ed Unix groups show up in Windows?
Typical Linux Distros add all sorts of Unix groups to users when it creates them, like cdrom, floppy, dialout, audio, etc...
Logging in to the domain from Windows with an account that has such membership over on Linux... "ifmember.exe /list" shows all of those memberships. Why exactly? I would expect only the groups I did a
"net groupmap" on would be considered by Samba.
2007 Nov 04
0
Domain logon through VPN with WINS
Hi!
I'm experiencing some serious problems setting up Samba as PDC. File sharing works fine and I can even add my computer to the domain, but when I reboot I can't log in with my samba username and password. I've previously set up similiar server, though it wasn't trough VPN. I'm running latest Debian Etch with every package upgraded. I've also tried some older samba
2004 Jan 04
0
Admin user mapping problem (3.0.1)
Hi,
I upgraded our print server from 2.2.8 to 3.0.1 and have had trouble
subsequently. I can't add drivers with cupsaddsmb and have been trying
to investigate the root cause.
As far as I can tell, the appropriate administrative users aren't
working correctly. From a Windows workstation, logged in as the domain
admin, I expect to be able to change printer settings (e.g. Location or
2006 Dec 13
1
Problem with duplicated groups?
Hello, i have some problems migrating a Windows 2000 PDC to a Debian
GNU/Linux Samba Server, i want to migrate it to a LDAP backend.. but as
i'm kind of newbie with ldap and samba migration stuff, i preffered to
migrate it to tdbsam first and try it for a while, if everything works
fine, then switch to a ldap backend.
The problem is that Essential Windows Groups are automatically created,
so
2010 Sep 17
1
samba roaming profiles not working
I've been at this for hours now and am still not getting it to work.
I've been through the lists trying to find an answer and so far as I can
tell, everything is configured OK. Obviously it's not, but I'm stuck.
I recently installed Squeeze on my home server, overwriting a Lenny
installation. I've been able to add my NT (Windows XP/Pro) domain
accounts back in and pdbedit
2006 Jul 02
2
Administrator doesn't have admin rights on workstation
Hello, I'm running FreeBSD-6.1, and Samba 3.0.22 with a Windows XP (SP2)
client.
As per subject line, administrator doesn't have administrator rights on the
workstation.
--- 'net groupmap list' gives,
Domain Admins (S-1-5-21-3323006203-4037909810-1162086780-3003) -> ntadmins
--- 'pdbedit -Lv' includes,
Unix username: administrator
NT username:
Account