Displaying 20 results from an estimated 334 matches for "memberuids".
Did you mean:
memberuid
2007 Jul 18
3
Using LDAP and Unix Group Group Mappings
Hello all,
I could not find anything in the discussion groups or documentation
about using LDAP and Unix group mappings.
The documentation states that in order to map unix groups to samba
groups, you need to use the net group add command. However, I have an
ldap backend and all my groups, that I care about are in LDAP.
So I have a group called mainwdev.
dn:
2005 May 10
1
Are the following cockups in ldap entries or normal behaviour now ?
When doing a vampire all my PC's are shown in the resulting log as being
members of the Domain Users group and none of my "real users" are shown yet
in Ldap all my users are shown with memberUid in the domain users group and
no computers are shown eg:
dn: cn=Domain Users,ou=Groups,<snip>
objectClass: posixGroup
objectClass: sambaGroupMapping
gidNumber: 513
cn: Domain Users
2005 Jan 27
2
LDAP and memberUid in Domain Users
Hi.
I use Slackware 10 with OpenLDAP 2.2.18, Samba 3.0.10 as PDC, smbldap-tools
0.8.5-3. from idealx.org.
Using usrmgr.exe I have small problem with memberrUid field. When I add new
user to a domain, the memberUid field with the name of this users is added
to Domain Users. But when I delete this user, the memberUid field with his
name isn't removed from Domain Users. I think that is a
2003 Jul 15
0
ntconfig.pol policies for groups
Hi!
I have a problem using ntconfig.pol-policies for domain groups other
than "Domain Users" and "Domain Admins".
I am using Samba 2.2.7 with LDAP support as a PDC.
Policies work as expected for "Domain Users" and "Domain Admins" but
setting policies for any other group doesn't work.
The "Browse"-list for AddGroups in poledit only shows
2009 Sep 16
2
Secondary groups from ldap
Hello,
I'm trying to configure my user_attrs using LDAP as the userdb so that
dovecot knows what secondary groups a user is a member of. The LDAP
backend is an Open Directory implementation, which stores secondary
group affiliations as memberUid attributes in
cn=groupname,cn=groups,dc=dns,dc=name,dc=server.
With ldapsearch, my query would be:
ldapsearch -x -b
2018 Mar 07
1
Fwd: Migrating server
dn: cn=Domain Admins,ou=groups,dc=mydomain
objectClass: top
objectClass: posixGroup
objectClass: sambaGroupMapping
gidNumber: 512
cn: Domain Admins
description: Netbios Domain Administrators
sambaSID: S-1-5-21-3936576374-1604348213-1812465911-512
sambaGroupType: 2
displayName: Domain Admins
memberUid: root
memberUid: sadmin
dn: cn=Domain Users,ou=groups,dc=mydomain
objectClass: top
objectClass:
2003 Jul 17
0
Réf. : Samba Beta 3 + LDAP: user in mapped group "Domain Admins" isn't a domain admin when he logs on
You cannot add one attribute "memberuid" with comma separator.
You can add more than one attribute "memberUid"
example :
...
memberUid root
memberUid administrateur
memberUid administratror
-----------------------------------
St?phane PURNELLE stephane.purnelle@corman.be
Service Informatique Corman S.A. Tel : 00 32 087/342467
2008 Jun 25
0
question about groups
I created a group in ldap:
dn: cn=web,ou=Group,dc=mdah,dc=state,dc=ms,dc=us
objectClass: posixGroup
objectClass: top
cn: web
userPassword:: xxxxxxxxxx
memberUid: akazery
memberUid: dhglover
memberUid: cgoodwin
memberUid: mglover
memberUid: jlongmire
memberUid: awilliam
gidNumber: 1010
and ran:
net groupmap add rid=3021 ntgroup="Website" unixgroup=web type=d
and in smb.conf had:
2014 Jul 29
0
nested groups on samba 3.6 server broken
I am running a Samba 3.6.20 for my primary domain controller (+ main
file server) and my back up domain controller. Each domain controller
has an LDAP backend- the LDAP servers configured for multimaster
replication.
I have domain trusts established with a Windows 2003 AD domain
("WINDOMAIN") . I have enabled nested groups in smb.conf. Winbind
is enabled to support
2003 Oct 01
1
Group mapping, among other problems
Hopefully I can write this out so someone understands it.
We are currently running a number of Solaris servers, to which windows
computers need to connect. Currently they connect via NFS using
hummingbird's NFS client. This requires them to have a separate unix
account along with their windows account.
Our idea is to implement samba 3.0.0 to eliminate that NFS client.
My current
2003 May 15
6
Question on LDAP+Samba+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 added some initial entries to the LDAP directory.
I've been
2003 Oct 02
1
Unable to enable Add/Remove Printer Drivers (3.0.0)
I used to be able to load printer drivers via "server properties". Now
when I go in the printer drivers are listed and I can use the properties
button but the Add/Remove buttons are greyed out. This is a Samba
3.0.0/2.4.2-SGI_XFS_1.0 box and I've tried both NT4sp6 and Win2003beta
clients (both exhibit the same behaviour).
I see the following in the log when I connect to
2005 Aug 31
0
database got corrupted, users could not login
I'm running Samba with LDAP on SuSE. Users had trouble logging in - finally
I just ran db_recover & restarted ldap and samba. It looks like the LDAP
database got corrupted somehow because samba couldn't get the LDAP data.
Also I created accounts with smbldap-useradd -m -a -B 1 username. Some of
the users were just using the same password samba seemed to kick them out. I
used
2008 Aug 21
1
Samba PDC with groups in LDAP
Hi All,
I'm wondering if anyone can shed some light on a problem I'm
having.
I have a samba PDC with an LDAP backend, keeping the smb.conf file constant,
When I have /etc/nsswitch.conf configured with
groups: files ldap
Then
/usr/local/samba/bin/net rpc user info dbb
only returns my primary group.
If I have /etc/nsswitch.conf configured with
groups: files nis
Then all
2006 May 21
1
ldapsam:trusted = yes : trouble getting it to work
I have been trying for a while now to enable set the parameter ?ldapsam:trusted? to ?yes? in smb.conf but as soon as I enable it, users cannot access shares anymore. I am trying to enable this because the users are member of a lot of groups and I want to take the stress off the ldap server. I have searched the lists for previous posts with the same problem and I tried to figure out if it has been
2003 Dec 21
1
why does this happen?
do I somehow have to add RID's?
[root@linserv2 sbin]# ldapsearch -x -h localhost -b "o=Mullen,c=US"
'(cn=Domain Admins)'
version: 2
#
# filter: (cn=Domain Admins)
# requesting: ALL
#
# Domain Admins, Groups, Mullen, US
dn: cn=Domain Admins,ou=Groups,o=Mullen,c=US
objectClass: posixGroup
objectClass: sambaGroupMapping
gidNumber: 512
cn: Domain Admins
memberUid:
2005 Mar 09
0
Problems setting up a Samba BDC
Hello,
I am trying to setup a SLES9 system as a Samba BDC. The PDC is NT4.
I am using an LDAP backend and have installed the smbldap tools. I am following
the directions found in the HOWTO and am running into trouble, maybe someone
can shed some light on things for me and tell me what I'm doing wrong.
I will print the commands I'm using to try and create the samba BDC and we'll go
2006 Jun 08
1
ERROR: failed to setup guest info.
OK, I had this working a few days ago, but have evidently changed
something that I cannot locate. Someone hit me with their 2x4.
Samba 3.0.22, Fedora Core 4, ldapsam (OpenLDAP 2.3.24).
smbd will not start, with the "ERROR: failed to setup guest info" error (I
have "guest account = guest", which is a valid user with correct info in
LDAP):
ldap_connect_system: Binding to ldap
2018 Mar 25
0
Unix attributes
On Sun, 25 Mar 2018 18:14:58 +0200
Rene Schmidt <rene at schmidthome-sh.de> wrote:
> Hello owland,
> since I have several Linux servers that authenticate themselves via
> NSLCD, I see no other option but to maintain the 'memberUid'.
First time you mentioned nslcd, but no matter, use:
map group uniqueMember member
in nslcd.conf
> It works on the servers
2003 Jun 16
1
GroupMap : 'Privilege >> No privilege'
Hello,
I'm using Samba3Beta1 and i try to map group.
I create a posix group in my ldap:
dn: cn=Administrateurs du domaine,ou=Groups,dc=middleearth,dc=ring
objectClass: posixGroup
cn: Administrateurs du domaine
memberUid: root
memberUid: administrateur
gidNumber: 1000
And I try to map this group with the nt group : Domain Admins
net groupmap add ntgroup="Domain Admins"