View Single Post
  #1 (permalink)  
Old 09-07-2009, 10:18 AM
maxxer maxxer is offline
Trained Alumni
 
Posts: 313
Default Problems in integrating with Samba on 6.0

Hi.

I've a brand new install of 6.0.0 on Debian Etch.
I need to have Samba on the same server, and I wish to have Samba users authenticate using Zimbra accounts.

I've followed the PDC howto at
UNIX and Windows Accounts in Zimbra LDAP and Zimbra Admin UI 6.0 - Zimbra :: Wiki
step by step, but I'm having some problems. Just before step 4, the howto says to restart Samba and find the group created into Zimbra admin UI, but I won't find it.
In log.smbd, the only relevant thing I found is:
Code:
[2009/09/07 17:49:36,  5] auth/token_util.c:debug_nt_user_token(464)
  NT user token: (NULL)
[2009/09/07 17:49:36,  5] auth/token_util.c:debug_unix_user_token(490)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2009/09/07 17:49:36,  5] lib/smbldap.c:smbldap_search_ext(1207)
  smbldap_search_ext: base => [ou=groups,dc=mydomain,dc=it], filter => [(&(objectClass=sambaGroupMapping)(sambaSID=S-1-5-32-546))], scope => [2]
[2009/09/07 17:49:36, 11] lib/smbldap.c:smbldap_open(1063)
  smbldap_open: already connected to the LDAP server
[2009/09/07 17:49:36,  4] passdb/pdb_ldap.c:ldapsam_getgroup(2459)
  ldapsam_getgroup: Did not find group, filter was (&(objectClass=sambaGroupMapping)(sambaSID=S-1-5-32-546))
[2009/09/07 17:49:36,  3] smbd/sec_ctx.c:pop_sec_ctx(432)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2009/09/07 17:49:36, 10] passdb/lookup_sid.c:legacy_sid_to_gid(1244)
  LEGACY: mapping failed for sid S-1-5-32-546
[2009/09/07 17:49:36, 10] auth/auth_util.c:create_local_token(755)
  Could not convert SID S-1-5-32-546 to gid, ignoring it
[2009/09/07 17:49:36, 10] auth/token_util.c:debug_nt_user_token(470)
  NT user token of user S-1-5-21-1829550384-2996532506-3102972351-501
  contains 5 SIDs
  SID[  0]: S-1-5-21-1829550384-2996532506-3102972351-501
  SID[  1]: S-1-22-2-65534
  SID[  2]: S-1-1-0
  SID[  3]: S-1-5-2
  SID[  4]: S-1-5-32-546
  SE_PRIV  0x0 0x0 0x0 0x0
[2009/09/07 17:49:36,  3] printing/printing.c:start_background_queue(1397)
  start_background_queue: Starting background LPQ thread
I'm stuck... Any idea?
thanks
maxxer
__________________
YetOpen S.r.l. ~ Your open source partner
Lecco (LC) - ITALY
http://www.yetopen.it

Last edited by maxxer; 09-07-2009 at 10:56 AM.. Reason: added version to topic title
Reply With Quote