Displaying 20 results from an estimated 47 matches for "groupshow".
2006 Sep 21
1
No group in usermanager for NT (usrmgr.ese)
...ounts st
ii libnss-ldap 251-5 NSS module for using LDAP as a naming servic
no libpam_ldap
Since I updated from samba 3.022 to 3.023c, i can't see any group with
usrmgr.exe (User manager for windows NT). I see all users, but zero group.
linux command like net groupmap list, smbldap-groupshow, getent group, or net
rpc user info give me good informations
net groupmap list
.....
Backup Operators (S-1-5-32-551) -> Backup Operators
Replicators (S-1-5-32-552) -> Replicators
1a (S-1-5-21-1013494363-2106538438-1688464621-5003) -> 1a
etu (S-1-5-21-1013494363-2106538438-1688464621-5005...
2005 Mar 07
0
Are "builtin" groups supposed to work with ldap?
This is with 3.0.11 and the idealx smbldap-tools 0.8.7
----------8<-------------------------------------------
# /opt/IDEALX/sbin/smbldap-groupshow 'Domain Admins'
dn: cn=Domain Admins,ou=Groups,dc=wetron,dc=es
objectClass: posixGroup,sambaGroupMapping
gidNumber: 512
cn: Domain Admins
memberUid: Administrator,luca
description: Netbios Domain Administrators
sambaSID: S-1-5-21-1375475485-2168029398-3937786652-512
sambaGroupType: 2
displa...
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 Administrators
sambaSID: S-1-5-21-1001378032-4272845324-1772824492-512
sambaGroupTy...
2003 Dec 18
2
It would seem to be simple but it's got me scratching my head
Samba 3.0.0 - RH AS 3
# ./smbldap-groupshow.pl Computers
No such object at /usr/local/sbin//smbldap_tools.pm line 590, <DATA>
line 283.
# ./smbldap-usershow.pl cnassa
dn: uid=cnassa,ou=People,o=Mullen,c=US
Why can't I get the groups to work correctly, I do have a 'Computers'
group? This same problem is causing a bunch o...
2005 Jun 17
1
smbldap-tools problem
...0.8.7-4 ( I tried with 0.9.x version also)
It isn't the first time I install a system like this but this time I
encountered a problem never seen: during user insert I have an error because
of smbldap-tools do not find indicated group (but group exists!).
So:
SambaTesting:~/install# smbldap-groupshow Admins
dn: cnmins,ou=Groups,dc=Duet,dc=it
objectClass: posixGroup,sambaGroupMapping
cn: Admins
gidNumber: 200
sambaSID: S-1-5-21-2275038829-2173144163-3767808964-1401
sambaGroupType: 2
displayName: Admins
SambaTesting:~/install# smbldap-useradd -a -g 200 utente
/usr/sbin/smbldap-useradd: u...
2005 Sep 15
2
getent & winbindd on FreeBSD 5.4
...765
The odd thing is- there's no /etc/pam.d/samba file even though I specified
that the PAM samba module be installed. Is my PAM whacked?
Also, I am unsure if I need to map users to NT account using a text file
similar to /etc/smb/smbusers or some file similar to that? When I execute
'pw groupshow DSP+PRODUCTION', the log.smbd shows this:
[2005/09/15 16:17:24, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(195)
Unable to open/create TDB passwd
[2005/09/15 16:17:24, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(488)
pdb_getsampwrid: Unable to open TDB rid database!
log.wb-DSP shows this:
[2005/09/15 16...
2004 Oct 12
3
Group membership
...This script can list out the
groups a user is a member of. It is reporting that my root user is a member
of the group 'engr.' I don't know if this is a bug with ifmember.exe or if
it's an issue in Samba or in LDAP. Here is some relevant data:
oink:/etc/smbldap-tools # smbldap-groupshow engr
dn: cn=engr,ou=groups,dc=borkholder,dc=com
cn: engr
gidNumber: 1001
memberUid: pat,chuck,gene,paul,roger,jerry,mike,jose,todd,howard,jb
objectClass: top,posixGroup,sambaGroupMapping
sambaGroupType: 2
sambaSID: S-1-5-21-725326080-1709766072-2910717368-1001
oink:/usr/local/sbin # ./smbldap-user...
2007 Oct 11
2
SAMBA+LDAP-How to promote Administrator with all priviliges?
...mbaLogonScript: logon.bat
sambaHomeDrive: Z:
sambaLMPassword: 79A0A158A100C04D902139606B6D16B5
sambaAcctFlags: [U]
sambaNTPassword: 6261BD5C725F9795FC7E84DA0350FA29
sambaPwdLastSet: 1187341118
sambaPwdMustChange: 1191229118
userPassword: {MD5}0/ECsVoPmE2fvVgfBQguZg==
samba-pdc:~# /usr/sbin/smbldap-groupshow "Domain Admins"
dn: cn=Domain Admins,ou=Groups,dc=rhhu,dc=local
objectClass: top,posixGroup,sambaGroupMapping
gidNumber: 512
cn: Domain Admins
memberUid: root,Administrator
description: Netbios Domain Administrators
sambaSID: S-1-5-21-55810726-2383910042-1397420801-512
sambaGroupType: 2
d...
2007 Mar 20
2
a lot off nmbd
...socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap cache time = 60
printcap name = cups
add user script = /usr/sbin/smbldap-useradd -m '%u'
add group script = /usr/sbin/smbldap-groupadd '%g' &&
/usr/sbin/smbldap-groupshow %g|awk '/^gidNumber:/ {print $2}'
add user to group script = /usr/sbin/smbldap-groupmod -m '%u' '%g'
add machine script = /usr/sbin/smbldap-useradd -w -d /dev/null
-c 'Machine Account' -s /bin/false '%u'
logon script = %U.bat...
2004 Oct 18
1
samba with ldap and digest-md5
...= /usr/share/samba/scripts/smbldap-groupmod.pl
-x '%u' '%g'
set primary group script = /usr/share/samba/scripts/smbldap-usermod.pl -g
'%g' '%u'
add group script = /usr/share/samba/scripts/smbldap-groupadd.pl '%g' &&
/usr/share/samba/scripts/smbldap-groupshow.pl %g|awk '/^gidNumber:/ {print
$2}'
delete group script = /usr/share/samba/scripts/smbldap-userdel.pl '%g'
passdb backend = ldapsam:ldaps://newser1.cpc.net.au smbpasswd guest
ldap admin dn = uid=administrator,ou=System,ou=People,dc=cpc
ldap port = 389
ldap suffix = dc=cpc
ldap ma...
2005 Aug 26
1
Problem Mappig Groups to shares
...ine.
With smbldap-tools, I created the group and with <net groupmap list>
I see that it maps rigth to Unix Group:
grupoteste (S-1-5-21-980314579-3254781846-1046201792-3071) -> grupoteste
I putt all the people who should have acces to the share inside the
group, as I can see with smbldap-groupshow grupoteste:
dn: cn=grupoteste,ou=Groups,dc=feam,dc=br
objectClass: posixGroup,sambaGroupMapping
cn: grupoteste
gidNumber: 1035
memberUid: william,lvlira
sambaSID: S-1-5-21-980314579-3254781846-1046201792-3071
sambaGroupType: 2
displayName: grupoteste
description: Local Unix group
with getent group...
2011 Feb 21
2
problem joining WinXP machine to samba PDC+LDAP environment
...tOS v5.5, using ldapsam backend. Domainname ='CHI'.
smbldap-tools v0.9.6.
I 'populated' the ldap with 'smbldap-populate'.
I try to join the winxp box, authenticating to the domain as user
'jdetert', which is a member of the 'Administrators' group:
# smbldap-groupshow Administrators
dn: cn=Administrators,ou=Groups,dc=infinityhealthcare,dc=com
objectClass: top,posixGroup,sambaGroupMapping
gidNumber: 544
cn: Administrators
description: Netbios Domain Members can fully administer the
computer/sambaDomainName
sambaSID: S-1-5-32-544
sambaGroupType: 5
displayName: Adm...
2003 Sep 20
1
smbldap-tools updates (diffs)
...;diffed'
them with the source.
root@localhost # pwd
/usr/local/samba/sbin
root@localhost # for i in *.p*; do echo $i; diff $i
/usr/local/src/samba-3.0.0rc4/examples/LDAP/smbldap-tools/$i; done
smbldap-groupadd.pl
smbldap-groupdel.pl
smbldap-groupmod.pl
1,2d0
< #!/usr/bin/perl
<
smbldap-groupshow.pl
smbldap-migrate-accounts.pl
45,46c45,46
< sambaLMPassword: $lmpwd
< sambaNTPassword: $ntpwd
---
> lmpassword: $lmpwd
> ntpassword: $ntpwd
smbldap-migrate-groups.pl
smbldap-passwd.pl
smbldap-populate.pl
119c119
< objectClass: sambaSamAccount
---
> objectClass: sambaSAMAccount
14...
2010 May 31
0
Can't edit Domain computers group with USRMGR.EXE
...properties cannot be edited or viewed at this time.
------------------------------------------------------------------------------------
This error occur only with this one group. I can view/modify all other
groups/users without any errors
Info about Domain computers group in OpenLDAP
# smbldap-groupshow "Domain computers"
dn: cn=Domain Computers,ou=groups,dc=w3,dc=lan
objectClass: top,posixGroup,sambaGroupMapping
gidNumber: 515
cn: Domain Computers
description: Netbios Domain Computers accounts
sambaSID: S-1-5-21-250625134-237382211-2379110221-515
sambaGroupType: 2
displayName: Domain Co...
2010 Jun 30
0
Samba groups membership
...3224-2001) -> jpp
Account Operators (S-1-5-32-548) -> Account Operators
Administrators (S-1-5-32-544) -> Administrators
Backup Operators (S-1-5-32-551) -> Backup Operators
Domain Admins (S-1-5-21-895592719-3520082440-1574223224-512) -> Domain Admins
... among other groups
# smbldap-groupshow "Domain Admins" ... returns this:
dn: cn=Domain Admins,ou=groups,dc=mintra,dc=gob,dc=pe
cn: Domain Admins
gidNumber: 512
description: Netbios Domain Administrators
displayName: Domain Admins
objectClass: posixGroup,sambaGroupMapping
sambaGroupType: 2
sambaSID: S-1-5-21-895592719-352008...
2010 Jul 05
0
samba group members
Hi everyone,
When i add someone to a group using
smbldap-usermod -G +(groupname) (username)
it does not add the user to the group in the ldap backend:
smbldap-groupshow (groupname) | grep memberUid
The new member is not there! I have to mannualy add it to the user to
the groups again. This is the expected behavior or i'm missing something?
--
Leonardo Carneiro
2009 Jun 26
2
smblap-useradd problem
...-
fano2:~# smbldap-useradd -a ploup
Output of $userGidNumber : 513
Can't call method "get_value" on an undefined value at /usr/sbin/smbldap-
useradd line 233.
----
as I do have a gidNumber set with the value 513 for the default group "Domain
Users" :
----
fano2:~# smbldap-groupshow Domain\ users
dn: cn=Domain Users,ou=Groups,dc=faberNoveldap,dc=local
objectClass: top,posixGroup,sambaGroupMapping
gidNumber: 513
cn: Domain Users
description: Netbios Domain Users
sambaGroupType: 2
displayName: Domain Users
memberUid: ** Not shown here due to security purpose **
sambaSID: S-1-5-2...
2004 Jan 17
0
Trying to write a PDC HOWTO - Samba 3.0.1/LDAP
...add user script = /usr/share/samba3/scripts/smbldap-useradd.pl '%u'
~ delete user script =
/usr/share/samba3/scripts/smbldap-userdel.pl '%u'
~ add group script = /usr/share/samba3/scripts/smbldap-groupadd.pl
'%g' && /usr/share/samba3/scripts/smbldap-groupshow.pl %g|awk
'/^gidNumber:/ {print $2}'
~ delete group script =
/usr/share/samba3/scripts/smbldap-userdel.pl '%g'
~ add user to group script =
/usr/share/samba3/scripts/smbldap-groupmod.pl -m '%u' '%g'
~ delete user from group script =
/usr/share/sa...
2009 May 27
2
Having problems with Samba and openLDAP Groups
...g how the logs, etc work. I
can log onto a Samba share, can read and write to my home directory, but
I'm concerned about trying to get the file share Staff to work - want it
to be read and write to the Group named Staff. I have set up the group
and added myself to the group
If I do a smbldap-groupshow Staff - I get
sudo smbldap-groupshow Staff
dn: cn=Staff,ou=Groups,dc=imparisystems,dc=local
objectClass: top,posixGroup
cn: Staff
gidNumber: 1012
memberUid: mlb
I'm mlb - but it doesn't have any Samba information and I added the
group by typing
sudo smbldap-groupadd -a Staff
If I try...
2006 May 16
0
configure a small local network
...MELOGRANO" workgroup;
But...
1) I cannot share the folder: "/home/office":
drwxrwx--- 5 root 513 4,0K 2006-05-15 15:23 office
I see the resource from windows clients but I cannot access to it! Windows
claims I don't have the right permission...
Asking:
melo4:/home# smbldap-groupshow office
I have:
dn: cn=office,ou=Groups,dc=MELOGRANO,dc=net
objectClass: posixGroup
cn: office
gidNumber: 2002
memberUid: alice,bob,charles,dana
but if I ask:
melo4:/home# smbldap-usershow alice
I have:
dn: uid=alice,ou=Users,dc=MELOGRANO,dc=net
objectClass: top,inetOrgPerson,posixAccount,shad...