Re: [Samba] Group creation and ldap

2004-08-19 Thread Neil Robst
> This only happens when I try to create a new group from the User Manager > for Domains - This search is in the test to see if the posixGroup exists > (right after it calls out to the group creation script). I have several > groupMappings in operation and they all work correctly; Do I understand

Re: [Samba] Group creation and ldap

2004-08-18 Thread mike
On Wed, 18 Aug 2004, Neil Robst wrote: > > > [(&(objectClass=sambaGroupMapping)(gidNumber=0))] > > [(&(|(objectClass=posixGroup)(objectclass=sambaIdmapEntry))(gidNumber=0))] > > [(&(objectClass=sambaIdmapEntry)(gidNumber=0))] > > > > In all cases they fail because the gidNumber is set to somethin

Re: [Samba] Group creation and ldap

2004-08-18 Thread Neil Robst
> [(&(objectClass=sambaGroupMapping)(gidNumber=0))] > [(&(|(objectClass=posixGroup)(objectclass=sambaIdmapEntry))(gidNumber=0))] > [(&(objectClass=sambaIdmapEntry)(gidNumber=0))] > > In all cases they fail because the gidNumber is set to something non-zero. > Why is it searching on objectClass and

[Samba] Group creation and ldap

2004-08-18 Thread mike
(This is a repost of a question I sent a while ago - I'm still looking for an answer...) I'm using samba 3.0.4 with ldapsam as a pdc. When I try to create a group, samba correctly runs the add group script, which creates an LDAP entry with objectClass set to posixGroup and gidNumber set to the g

[Samba] Group creation and ldap

2004-08-13 Thread mike
I'm using samba 3.0.4 with ldapsam as a pdc. When I try to create a group, samba correctly runs the add group script, which creates an LDAP entry with objectClass set to posixGroup and gidNumber set to the gid I want to use and cn set to the group name. The next thing samba does is look for the p