I just set up a fresh Samba PDC using OpenLDAP as the passdb. When I start smbd, I notice some log messages about failing to create some builtin groups: Administrators and Users. Is Samba trying to run a group add script which I have not setup or to create posixGroups in LDAP which it does not have permission to do? I turned up debugging output and saw that it complained about not getting gids from winbind. I have not set up and idmaps as it's only one domain and users exists in both Windows and Linux. -- Loren M. Lang lorenl@alzatex.com alzatex.com Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: 10A0 7AE2 DAF5 4780 888A 3FA4 DCEE BB39 7654 DE5B -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3157 bytes Desc: not available Url : lists.samba.org/archive/samba/attachments/20081013/98f50d4f/smime.bin
did you run: net groupmap add rid=512 ntgroup="Domain Admins" unixgroup=ntadmins type=d net groupmap add rid=513 ntgroup="Domain Users" unixgroup=users type=d net groupmap add rid=514 ntgroup="Domain Guests" unixgroup=nobody type=d Loren M. Lang wrote:> I just set up a fresh Samba PDC using OpenLDAP as the passdb. When I > start smbd, I notice some log messages about failing to create some > builtin groups: Administrators and Users. Is Samba trying to run a > group add script which I have not setup or to create posixGroups in LDAP > which it does not have permission to do? I turned up debugging output > and saw that it complained about not getting gids from winbind. I have > not set up and idmaps as it's only one domain and users exists in both > Windows and Linux. >