[Samba] Trouble with moving to a domain

Tim Boneko lists at boneko.de
Sun Dec 3 20:33:54 GMT 2006


Hi Daniel,

Daniel Davidson schrieb:

> I have attempted to follow the directions in a couple of walkthroughs to
> no avail.  My problem seems to be coming from mapping the windows group
> names to a linux group name and/or adding the domain member to the ldap
> database.  
> 
> Here is the error I am getting:
> 
> [root at file-server samba]# net -d2 groupmap add rid=512 ntgroup="Domain
> Admins" unixgroup=cnrg


I guess you are using the smbldap- tools. If so, what does

	smbldap-groupshow "Domain Admins"

say?
I had similar problems in mapping my group names and helped myself by
redirecting the group names with the smbldap- tools. "smbldap-groupmod"
was very helpful. This is my output of

kiste:/etc/bind# net groupmap list
Domain Admins (S-1-5-21-4175331462-3411459466-2109793049-512) -> domain
Domain Users (S-1-5-21-4175331462-3411459466-2109793049-513) -> users
Domain Guests (S-1-5-21-4175331462-3411459466-2109793049-514) -> Domain
Guests
Domain Computers (S-1-5-21-4175331462-3411459466-2109793049-515) -> Machines
Administrators (S-1-5-32-544) -> Administrators
Account Operators (S-1-5-32-548) -> Account Operators
Print Operators (S-1-5-32-550) -> Print Operators
Backup Operators (S-1-5-32-551) -> Backup Operators
Replicators (S-1-5-32-552) -> Replicators

I created the groups "domain" and "users" with smbldap-groupadd and the
respective RIDs.

	timbo


More information about the samba mailing list