Craig White
2003-Dec-18 03:55 UTC
[Samba] 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 of errors when I try to net rpc vampire - it can't add the groups but it adds the users. section from smbldap_conf.pm # Where are stored Users # Ex: $usersdn = "ou=Users,$suffix"; for ou=Users,dc=IDEALX,dc=ORG #$usersou = q(Users); $usersou = q(People); $usersdn = "ou=$usersou,$suffix"; # Where are stored Computers # Ex: $computersdn = "ou=Computers,$suffix"; for ou=Computers,dc=IDEALX,dc=ORG $computersou = q(Computers); $computersdn = "ou=$computersou,$suffix"; # Where are stored Groups # Ex $groupsdn = "ou=Groups,$suffix"; for ou=Groups,dc=IDEALX,dc=ORG $groupsou = q(Groups); $groupsdn = "ou=$groupsou,$suffix"; # Default scope Used $scope = "sub"; Craig
Craig White
2003-Dec-18 05:30 UTC
[Samba] It would seem to be simple but it's got me scratching my head
Answering my own question...Group / Groups - what's an 's' between friends - made me crazy. Anyway - got net rpc vampire completely in. At the end of the 'slurp' I got this one message... SAM_DELTA_DOMAIN_INFO not handled My google searches makes me think that this is about Upper case User names which ultimately won't be a problem because those logins will go bye bye anyway... Any other reason to worry because of that message? Craig On Wed, 2003-12-17 at 20:47, Craig White wrote:> 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 of errors when I try to net > rpc vampire - it can't add the groups but it adds the users. > > section from smbldap_conf.pm > # Where are stored Users > # Ex: $usersdn = "ou=Users,$suffix"; for ou=Users,dc=IDEALX,dc=ORG > #$usersou = q(Users); > $usersou = q(People); > $usersdn = "ou=$usersou,$suffix"; > > # Where are stored Computers > # Ex: $computersdn = "ou=Computers,$suffix"; for > ou=Computers,dc=IDEALX,dc=ORG > $computersou = q(Computers); > $computersdn = "ou=$computersou,$suffix"; > > # Where are stored Groups > # Ex $groupsdn = "ou=Groups,$suffix"; for ou=Groups,dc=IDEALX,dc=ORG > $groupsou = q(Groups); > $groupsdn = "ou=$groupsou,$suffix"; > > # Default scope Used > $scope = "sub"; > > Craig
Curtis Grote
2003-Dec-18 15:45 UTC
[Samba] Re: It would seem to be simple but it's got me scratching my head
On Wed, 17 Dec 2003 20:47:20 -0700, Craig White wrote: Craig, I don't know if this is the cause of your problem, but I was also unable to do wbinfo -g queries. Then smbldap_tools version 0.8.2 added group mapping. I think this version of the tools came in with samba 3.0.1rc2. Try the most recent version of samba 3.0.1, copy over the schemas and repopulate your ldap. This fixed that particular problem for me. Curtis Grote Memorial Hospital> 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 of errors when I try to net > rpc vampire - it can't add the groups but it adds the users. > > section from smbldap_conf.pm > # Where are stored Users > # Ex: $usersdn = "ou=Users,$suffix"; for ou=Users,dc=IDEALX,dc=ORG > #$usersou = q(Users); > $usersou = q(People); > $usersdn = "ou=$usersou,$suffix"; > > # Where are stored Computers > # Ex: $computersdn = "ou=Computers,$suffix"; for > ou=Computers,dc=IDEALX,dc=ORG > $computersou = q(Computers); > $computersdn = "ou=$computersou,$suffix"; > > # Where are stored Groups > # Ex $groupsdn = "ou=Groups,$suffix"; for ou=Groups,dc=IDEALX,dc=ORG > $groupsou = q(Groups); > $groupsdn = "ou=$groupsou,$suffix"; > > # Default scope Used > $scope = "sub"; > > Craig