• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Samba Domain PDC voreilig ausgetauscht

thom1214

Newbie
Hallo, ich stehe hier vor folgendem Problem: Beim Update unser Serverhardware hat niemand daran gedacht den Samba PDC vernünftig auf den neuen Computer umzuziehen. Die smb.conf und die smbpasswd wurden zwar gesichert, aber als Domain Controler arbeitet der Server nicht. Jetzt würde ich die ursprüngliche Domain gern vollständig auflösen und neu (zur Not auch unter einem anderen Namen) aufsetzen. Wie wäre da die eleganteste Vorgehensweise?

Vielen Dank im Voraus

Thom
 
OP
T

thom1214

Newbie
Hier zuersteinmal die smb.conf. Ich hab die etwas gekürzt und einige Drucker und Freigaben gelöscht.

Code:
# Samba config file created using SWAT
# from 192.168.1.70 (192.168.1.70)
# Date: 2007/03/22 12:21:57

[global]
	workgroup = MYDOMAIN
	server string = Samba Server
	netbios name = ultra 
	interfaces = 192.168.1.2
	guest account = ftp
	log file = /var/log/samba/log.%m
	log level = 5
	max log size = 50
	large readwrite = No
	unix extensions = No
	printcap name = /usr/local/helios/var/conf/printcap
	logon script = %U\logon.bat
	logon path = \\%N\profiles\%U
	logon home = \\%N\profiles\%U
	domain logons = Yes
	os level = 70
	preferred master = Yes
	domain master = Yes
	wins support = Yes
	ldap ssl = no
	lock directory = /var/lock/samba/
	comment = Samba Server
	admin users = root, thom, Administrator
	create mask = 0666
	directory mask = 0777
	force directory mode = 0777
	printing = bsd
	print command = /usr/local/helios/bin/lpr -r -P%p %s
	lpq command = /usr/local/helios/bin/lpq -P%p
	lprm command = /usr/local/helios/bin/lprm -P%p %j
	veto files = /.rsrc/.DeskServer/.Desktop/Network Trash Folder/.DS_Store/TheFindByContentFolder/TheVolumeSettingsFolder/
	use sendfile = no
	large readwrite = no
	max xmit = 16644

[homes]
	comment = Home Directories
	read only = No
	browseable = No

[HeliosTools]
	path = /usr/local/helios/public/Windows

[printers]
	comment = All Printers
	path = /export/home/spool
	create mask = 0700
	printable = Yes
	browseable = No


[jobs]
	comment = sparc
	path = /export/home/jobs
	read only = No
	create mask = 0777
	guest ok = Yes


[netlogon]
	path = /export/home/samba/netlogon
	valid users = root, @macusers
	browseable = No

[profiles]
	path = /export/home/samba/profiles
	valid users = root, @macusers
	read only = No
	create mask = 0700
	directory mask = 0700
	browseable = No

[print$]
	comment = Drucker Treiber
	path = /export/home/samba/printers
	write list = @ntadmin, root
	guest ok = Yes
	browseable = No

Die folgenden Einträge laufen in den Logs bei dem Versuch auf den Computer ws-tt-w06 (IP 192.168.1.67, OS Windows Vista) in die Domäne aufzunehmen.
Der Client quitiert den Versuch mit:
Bei dem Versuch der Domäne "MYDOMAIN" beizutreten, trat der folgende Fehler auf:

Falscher Parameter

log.smbd
Code:
[2010/08/16 08:50:01, 2] lib/interface.c:(81)
  added interface ip=192.168.1.2 bcast=192.168.1.255 nmask=255.255.255.0
[2010/08/16 08:50:01, 5] lib/util.c:(287)
  Netbios name list:-
  my_netbios_names[0]="ULTRA"
[2010/08/16 08:50:01, 3] smbd/server.c:(980)
  loaded services
[2010/08/16 08:50:01, 3] smbd/server.c:(995)
  Becoming a daemon.
[2010/08/16 08:50:01, 2] lib/tallocmsg.c:(105)
  Registered MSG_REQ_POOL_USAGE
[2010/08/16 08:50:01, 2] lib/dmallocmsg.c:(75)
  Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED
[2010/08/16 08:50:01, 5] passdb/pdb_interface.c:(68)
  Attempting to register passdb backend ldapsam
[2010/08/16 08:50:01, 5] passdb/pdb_interface.c:(81)
  Successfully added passdb backend 'ldapsam'
[2010/08/16 08:50:01, 5] passdb/pdb_interface.c:(68)
  Attempting to register passdb backend ldapsam_compat
[2010/08/16 08:50:01, 5] passdb/pdb_interface.c:(81)
  Successfully added passdb backend 'ldapsam_compat'
[2010/08/16 08:50:01, 5] passdb/pdb_interface.c:(68)
  Attempting to register passdb backend NDS_ldapsam
[2010/08/16 08:50:01, 5] passdb/pdb_interface.c:(81)
  Successfully added passdb backend 'NDS_ldapsam'
[2010/08/16 08:50:01, 5] passdb/pdb_interface.c:(68)
  Attempting to register passdb backend NDS_ldapsam_compat
[2010/08/16 08:50:01, 5] passdb/pdb_interface.c:(81)
  Successfully added passdb backend 'NDS_ldapsam_compat'
[2010/08/16 08:50:01, 5] passdb/pdb_interface.c:(68)
  Attempting to register passdb backend smbpasswd
[2010/08/16 08:50:01, 5] passdb/pdb_interface.c:(81)
  Successfully added passdb backend 'smbpasswd'
[2010/08/16 08:50:01, 5] passdb/pdb_interface.c:(68)
  Attempting to register passdb backend tdbsam
[2010/08/16 08:50:01, 5] passdb/pdb_interface.c:(81)
  Successfully added passdb backend 'tdbsam'
[2010/08/16 08:50:01, 5] passdb/pdb_interface.c:(121)
  Attempting to find an passdb backend to match smbpasswd (smbpasswd)
[2010/08/16 08:50:01, 5] passdb/pdb_interface.c:(142)
  Found pdb backend smbpasswd
[2010/08/16 08:50:01, 5] passdb/pdb_interface.c:(153)
  pdb backend smbpasswd has a valid init
[2010/08/16 08:50:01, 5] lib/gencache.c:(61)
  Opening cache file at /var/lock/samba/gencache.tdb
[2010/08/16 08:50:01, 5] libsmb/namecache.c:(58)
  namecache_enable: enabling netbios namecache, timeout 660 seconds
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2010/08/16 08:50:01, 3] smbd/uid.c:(408)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2010/08/16 08:50:01, 5] auth/auth_util.c:(448)
  NT user token: (NULL)
[2010/08/16 08:50:01, 5] auth/auth_util.c:(474)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2010/08/16 08:50:01, 3] groupdb/mapping.c:(723)
  pdb_create_builtin_alias: Could not get a gid out of winbind
[2010/08/16 08:50:01, 0] auth/auth_util.c:(844)
  create_builtin_administrators: Failed to create Administrators
[2010/08/16 08:50:01, 2] auth/auth_util.c:(966)
  create_local_nt_token: Failed to create BUILTIN\Administrators group!
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(356)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2010/08/16 08:50:01, 3] smbd/uid.c:(408)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2010/08/16 08:50:01, 5] auth/auth_util.c:(448)
  NT user token: (NULL)
[2010/08/16 08:50:01, 5] auth/auth_util.c:(474)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2010/08/16 08:50:01, 3] groupdb/mapping.c:(723)
  pdb_create_builtin_alias: Could not get a gid out of winbind
[2010/08/16 08:50:01, 0] auth/auth_util.c:(810)
  create_builtin_users: Failed to create Users
[2010/08/16 08:50:01, 2] auth/auth_util.c:(993)
  create_local_nt_token: Failed to create BUILTIN\Users group!
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(356)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2010/08/16 08:50:01, 3] smbd/uid.c:(408)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2010/08/16 08:50:01, 5] auth/auth_util.c:(448)
  NT user token: (NULL)
[2010/08/16 08:50:01, 5] auth/auth_util.c:(474)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(356)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/08/16 08:50:01, 3] lib/privileges.c:(261)
  get_privileges: No privileges assigned to SID [S-1-5-352321536-3092277373-3552492226-1693921189-1000]
[2010/08/16 08:50:01, 5] lib/privileges.c:(460)
  get_privileges_for_sids: sid = S-1-5-32-544
  Privilege set:
  SE_PRIV  0xff0 0x0 0x0 0x0
[2010/08/16 08:50:01, 5] lib/privileges.c:(460)
  get_privileges_for_sids: sid = S-1-1-0
  Privilege set:
  SE_PRIV  0x0 0x0 0x0 0x0
[2010/08/16 08:50:01, 3] lib/privileges.c:(261)
  get_privileges: No privileges assigned to SID [S-1-5-2]
[2010/08/16 08:50:01, 3] lib/privileges.c:(261)
  get_privileges: No privileges assigned to SID [S-1-5-11]
[2010/08/16 08:50:01, 5] registry/reg_frontend.c:(59)
  registry_access_check: using root's token
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(250)
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(251)
  se_access_check: user sid is S-1-5-352321536-3092277373-3552492226-1693921189-1000
  se_access_check: also S-1-5-32-544
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2010/08/16 08:50:01, 5] lib/util_seaccess.c:(308)
  se_access_check: access (f003f) granted.
[2010/08/16 08:50:01, 5] registry/reg_frontend.c:(59)
  registry_access_check: using root's token
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(250)
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(251)
  se_access_check: user sid is S-1-5-352321536-3092277373-3552492226-1693921189-1000
  se_access_check: also S-1-5-32-544
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2010/08/16 08:50:01, 5] lib/util_seaccess.c:(308)
  se_access_check: access (f003f) granted.
[2010/08/16 08:50:01, 5] registry/reg_frontend.c:(59)
  registry_access_check: using root's token
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(250)
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(251)
  se_access_check: user sid is S-1-5-352321536-3092277373-3552492226-1693921189-1000
  se_access_check: also S-1-5-32-544
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2010/08/16 08:50:01, 5] lib/util_seaccess.c:(308)
  se_access_check: access (f003f) granted.
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(84)
  000000 sec_io_desc sec_desc
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
      0000 revision : 0001
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
      0002 type     : 8004
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
      0004 off_owner_sid: 00000000
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
      0008 off_grp_sid  : 00000000
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
      000c off_sacl     : 00000000
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
      0010 off_dacl     : 00000014
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
          0014 revision: 0002
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
          0018 num_aces : 00000004
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              001c type : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              001d flags: 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
              0020 access_mask: 0002018d
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0024 sid_rev_num: 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0025 num_auths  : 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0026 id_auth[0] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0027 id_auth[1] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0028 id_auth[2] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0029 id_auth[3] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  002a id_auth[4] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  002b id_auth[5] : 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(997)
                  002c sub_auths : 00000000 
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
              001e size : 0014
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0030 type : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0031 flags: 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
              0034 access_mask: 000201fd
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0038 sid_rev_num: 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0039 num_auths  : 02
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003a id_auth[0] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003b id_auth[1] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003c id_auth[2] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003d id_auth[3] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003e id_auth[4] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003f id_auth[5] : 05
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(997)
                  0040 sub_auths : 00000020 00000223 
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
              0032 size : 0018
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0048 type : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0049 flags: 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
              004c access_mask: 000f01ff
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0050 sid_rev_num: 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0051 num_auths  : 02
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0052 id_auth[0] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0053 id_auth[1] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0054 id_auth[2] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0055 id_auth[3] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0056 id_auth[4] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0057 id_auth[5] : 05
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(997)
                  0058 sub_auths : 00000020 00000225 
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
              004a size : 0018
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0060 type : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0061 flags: 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
              0064 access_mask: 000f01ff
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0068 sid_rev_num: 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0069 num_auths  : 02
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006a id_auth[0] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006b id_auth[1] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006c id_auth[2] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006d id_auth[3] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006e id_auth[4] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006f id_auth[5] : 05
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(997)
                  0070 sub_auths : 00000020 00000220 
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
              0062 size : 0018
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
          0016 size     : 0064
[2010/08/16 08:50:01, 5] registry/reg_frontend.c:(59)
  registry_access_check: using root's token
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(250)
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(251)
  se_access_check: user sid is S-1-5-352321536-3092277373-3552492226-1693921189-1000
  se_access_check: also S-1-5-32-544
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2010/08/16 08:50:01, 5] lib/util_seaccess.c:(308)
  se_access_check: access (f003f) granted.
[2010/08/16 08:50:01, 5] registry/reg_frontend.c:(59)
  registry_access_check: using root's token
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(250)
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(251)
  se_access_check: user sid is S-1-5-352321536-3092277373-3552492226-1693921189-1000
  se_access_check: also S-1-5-32-544
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2010/08/16 08:50:01, 5] lib/util_seaccess.c:(308)
  se_access_check: access (f003f) granted.
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(84)
  000000 sec_io_desc sec_desc
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
      0000 revision : 0001
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
      0002 type     : 8004
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
      0004 off_owner_sid: 00000000
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
      0008 off_grp_sid  : 00000000
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
      000c off_sacl     : 00000000
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
      0010 off_dacl     : 00000014
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
          0014 revision: 0002
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
          0018 num_aces : 00000004
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              001c type : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              001d flags: 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
              0020 access_mask: 0002018d
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0024 sid_rev_num: 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0025 num_auths  : 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0026 id_auth[0] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0027 id_auth[1] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0028 id_auth[2] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0029 id_auth[3] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  002a id_auth[4] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  002b id_auth[5] : 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(997)
                  002c sub_auths : 00000000 
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
              001e size : 0014
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0030 type : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0031 flags: 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
              0034 access_mask: 000201fd
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0038 sid_rev_num: 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0039 num_auths  : 02
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003a id_auth[0] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003b id_auth[1] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003c id_auth[2] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003d id_auth[3] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003e id_auth[4] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003f id_auth[5] : 05
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(997)
                  0040 sub_auths : 00000020 00000223 
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
              0032 size : 0018
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0048 type : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0049 flags: 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
              004c access_mask: 000f01ff
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0050 sid_rev_num: 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0051 num_auths  : 02
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0052 id_auth[0] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0053 id_auth[1] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0054 id_auth[2] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0055 id_auth[3] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0056 id_auth[4] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0057 id_auth[5] : 05
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(997)
                  0058 sub_auths : 00000020 00000225 
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
              004a size : 0018
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0060 type : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0061 flags: 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
              0064 access_mask: 000f01ff
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0068 sid_rev_num: 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0069 num_auths  : 02
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006a id_auth[0] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006b id_auth[1] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006c id_auth[2] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006d id_auth[3] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006e id_auth[4] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006f id_auth[5] : 05
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(997)
                  0070 sub_auths : 00000020 00000220 
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
              0062 size : 0018
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
          0016 size     : 0064
[2010/08/16 08:50:01, 5] registry/reg_frontend.c:(59)
  registry_access_check: using root's token
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(250)
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(251)
  se_access_check: user sid is S-1-5-352321536-3092277373-3552492226-1693921189-1000
  se_access_check: also S-1-5-32-544
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2010/08/16 08:50:01, 5] lib/util_seaccess.c:(308)
  se_access_check: access (f003f) granted.
[2010/08/16 08:50:01, 5] registry/reg_frontend.c:(59)
  registry_access_check: using root's token
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(250)
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(251)
  se_access_check: user sid is S-1-5-352321536-3092277373-3552492226-1693921189-1000
  se_access_check: also S-1-5-32-544
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2010/08/16 08:50:01, 5] lib/util_seaccess.c:(308)
  se_access_check: access (f003f) granted.
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(84)
  000000 sec_io_desc sec_desc
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
      0000 revision : 0001
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
      0002 type     : 8004
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
      0004 off_owner_sid: 00000000
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
      0008 off_grp_sid  : 00000000
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
      000c off_sacl     : 00000000
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
      0010 off_dacl     : 00000014
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
          0014 revision: 0002
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
          0018 num_aces : 00000004
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              001c type : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              001d flags: 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
              0020 access_mask: 0002018d
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0024 sid_rev_num: 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0025 num_auths  : 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0026 id_auth[0] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0027 id_auth[1] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0028 id_auth[2] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0029 id_auth[3] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  002a id_auth[4] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  002b id_auth[5] : 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(997)
                  002c sub_auths : 00000000 
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
              001e size : 0014
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0030 type : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0031 flags: 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
              0034 access_mask: 000201fd
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0038 sid_rev_num: 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0039 num_auths  : 02
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003a id_auth[0] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003b id_auth[1] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003c id_auth[2] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003d id_auth[3] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003e id_auth[4] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003f id_auth[5] : 05
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(997)
                  0040 sub_auths : 00000020 00000223 
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
              0032 size : 0018
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0048 type : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0049 flags: 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
              004c access_mask: 000f01ff
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0050 sid_rev_num: 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0051 num_auths  : 02
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0052 id_auth[0] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0053 id_auth[1] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0054 id_auth[2] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0055 id_auth[3] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0056 id_auth[4] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0057 id_auth[5] : 05
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(997)
                  0058 sub_auths : 00000020 00000225 
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
              004a size : 0018
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0060 type : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0061 flags: 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
              0064 access_mask: 000f01ff
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0068 sid_rev_num: 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0069 num_auths  : 02
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006a id_auth[0] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006b id_auth[1] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006c id_auth[2] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006d id_auth[3] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006e id_auth[4] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006f id_auth[5] : 05
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(997)
                  0070 sub_auths : 00000020 00000220 
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
              0062 size : 0018
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
          0016 size     : 0064
[2010/08/16 08:50:01, 5] registry/reg_frontend.c:(59)
  registry_access_check: using root's token
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(250)
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(251)
  se_access_check: user sid is S-1-5-352321536-3092277373-3552492226-1693921189-1000
  se_access_check: also S-1-5-32-544
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2010/08/16 08:50:01, 5] lib/util_seaccess.c:(308)
  se_access_check: access (f003f) granted.
[2010/08/16 08:50:01, 5] registry/reg_frontend.c:(59)
  registry_access_check: using root's token
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(250)
[2010/08/16 08:50:01, 3] lib/util_seaccess.c:(251)
  se_access_check: user sid is S-1-5-352321536-3092277373-3552492226-1693921189-1000
  se_access_check: also S-1-5-32-544
  se_access_check: also S-1-1-0
  se_access_check: also S-1-5-2
  se_access_check: also S-1-5-11
[2010/08/16 08:50:01, 5] lib/util_seaccess.c:(308)
  se_access_check: access (f003f) granted.
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(84)
  000000 sec_io_desc sec_desc
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
      0000 revision : 0001
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
      0002 type     : 8004
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
      0004 off_owner_sid: 00000000
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
      0008 off_grp_sid  : 00000000
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
      000c off_sacl     : 00000000
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
      0010 off_dacl     : 00000014
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
          0014 revision: 0002
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
          0018 num_aces : 00000004
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              001c type : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              001d flags: 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
              0020 access_mask: 0002018d
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0024 sid_rev_num: 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0025 num_auths  : 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0026 id_auth[0] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0027 id_auth[1] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0028 id_auth[2] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0029 id_auth[3] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  002a id_auth[4] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  002b id_auth[5] : 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(997)
                  002c sub_auths : 00000000 
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
              001e size : 0014
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0030 type : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0031 flags: 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
              0034 access_mask: 000201fd
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0038 sid_rev_num: 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0039 num_auths  : 02
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003a id_auth[0] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003b id_auth[1] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003c id_auth[2] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003d id_auth[3] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003e id_auth[4] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  003f id_auth[5] : 05
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(997)
                  0040 sub_auths : 00000020 00000223 
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
              0032 size : 0018
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0048 type : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0049 flags: 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
              004c access_mask: 000f01ff
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0050 sid_rev_num: 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0051 num_auths  : 02
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0052 id_auth[0] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0053 id_auth[1] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0054 id_auth[2] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0055 id_auth[3] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0056 id_auth[4] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0057 id_auth[5] : 05
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(997)
                  0058 sub_auths : 00000020 00000225 
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
              004a size : 0018
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0060 type : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
              0061 flags: 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(710)
              0064 access_mask: 000f01ff
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0068 sid_rev_num: 01
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  0069 num_auths  : 02
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006a id_auth[0] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006b id_auth[1] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006c id_auth[2] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006d id_auth[3] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006e id_auth[4] : 00
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(616)
                  006f id_auth[5] : 05
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(997)
                  0070 sub_auths : 00000020 00000220 
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
              0062 size : 0018
[2010/08/16 08:50:01, 5] rpc_parse/parse_prs.c:(681)
          0016 size     : 0064
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2010/08/16 08:50:01, 3] smbd/uid.c:(408)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2010/08/16 08:50:01, 5] auth/auth_util.c:(448)
  NT user token: (NULL)
[2010/08/16 08:50:01, 5] auth/auth_util.c:(474)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(356)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2010/08/16 08:50:01, 3] smbd/uid.c:(408)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2010/08/16 08:50:01, 5] auth/auth_util.c:(448)
  NT user token: (NULL)
[2010/08/16 08:50:01, 5] auth/auth_util.c:(474)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(356)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/08/16 08:50:01, 5] auth/auth_util.c:(675)
  make_server_info_sam: made server info for user ftp -> ftp
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2010/08/16 08:50:01, 3] smbd/uid.c:(408)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2010/08/16 08:50:01, 5] auth/auth_util.c:(448)
  NT user token: (NULL)
[2010/08/16 08:50:01, 5] auth/auth_util.c:(474)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2010/08/16 08:50:01, 3] groupdb/mapping.c:(723)
  pdb_create_builtin_alias: Could not get a gid out of winbind
[2010/08/16 08:50:01, 0] auth/auth_util.c:(844)
  create_builtin_administrators: Failed to create Administrators
[2010/08/16 08:50:01, 2] auth/auth_util.c:(966)
  create_local_nt_token: Failed to create BUILTIN\Administrators group!
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(356)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2010/08/16 08:50:01, 3] smbd/uid.c:(408)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2010/08/16 08:50:01, 5] auth/auth_util.c:(448)
  NT user token: (NULL)
[2010/08/16 08:50:01, 5] auth/auth_util.c:(474)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2010/08/16 08:50:01, 3] groupdb/mapping.c:(723)
  pdb_create_builtin_alias: Could not get a gid out of winbind
[2010/08/16 08:50:01, 0] auth/auth_util.c:(810)
  create_builtin_users: Failed to create Users
[2010/08/16 08:50:01, 2] auth/auth_util.c:(993)
  create_local_nt_token: Failed to create BUILTIN\Users group!
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(356)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(208)
  push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2010/08/16 08:50:01, 3] smbd/uid.c:(408)
  push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2010/08/16 08:50:01, 5] auth/auth_util.c:(448)
  NT user token: (NULL)
[2010/08/16 08:50:01, 5] auth/auth_util.c:(474)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2010/08/16 08:50:01, 3] smbd/sec_ctx.c:(356)
  pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/08/16 08:50:01, 3] lib/privileges.c:(261)
  get_privileges: No privileges assigned to SID [S-1-5-352321536-3092277373-3552492226-1693921189-501]
[2010/08/16 08:50:01, 3] lib/privileges.c:(261)
  get_privileges: No privileges assigned to SID [S-1-22-2-1]
[2010/08/16 08:50:01, 5] lib/privileges.c:(460)
  get_privileges_for_sids: sid = S-1-1-0
  Privilege set:
  SE_PRIV  0x0 0x0 0x0 0x0
[2010/08/16 08:50:01, 3] lib/privileges.c:(261)
  get_privileges: No privileges assigned to SID [S-1-5-2]
[2010/08/16 08:50:01, 3] lib/privileges.c:(261)
  get_privileges: No privileges assigned to SID [S-1-5-32-546]
[2010/08/16 08:50:01, 3] lib/privileges.c:(261)
  get_privileges: No privileges assigned to SID [S-1-22-2-510]
[2010/08/16 08:50:01, 5] smbd/connection.c:(182)
  claiming  0
[2010/08/16 08:50:01, 3] printing/printing.c:(1388)
  start_background_queue: Starting background LPQ thread
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_KEEPALIVE = 8
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_REUSEADDR = 4
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_BROADCAST = 0
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option TCP_NODELAY = 0
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option IPTOS_LOWDELAY = 0
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
[2010/08/16 08:50:01, 5] printing/printing.c:(1398)
  socket option IPTOS_THROUGHPUT = 0
  start_background_queue: background LPQ thread started
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_SNDBUF = 49152
[2010/08/16 08:50:01, 5] smbd/connection.c:(182)
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  claiming smbd lpq backend 0
  socket option SO_RCVBUF = 49152
[2010/08/16 08:50:01, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDLOWAT.
[2010/08/16 08:50:01, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVLOWAT.
[2010/08/16 08:50:01, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDTIMEO.
[2010/08/16 08:50:01, 5] printing/printing.c:(1410)
[2010/08/16 08:50:01, 5] lib/util_sock.c:(204)
  start_background_queue: background LPQ thread waiting for messages
  Could not test socket option SO_RCVTIMEO.
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_KEEPALIVE = 8
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_REUSEADDR = 4
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_BROADCAST = 0
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option TCP_NODELAY = 1
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option IPTOS_LOWDELAY = 0
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option IPTOS_THROUGHPUT = 0
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_SNDBUF = 49152
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_RCVBUF = 49152
[2010/08/16 08:50:01, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDLOWAT.
[2010/08/16 08:50:01, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVLOWAT.
[2010/08/16 08:50:01, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDTIMEO.
[2010/08/16 08:50:01, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVTIMEO.
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_KEEPALIVE = 8
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_REUSEADDR = 4
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_BROADCAST = 0
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option TCP_NODELAY = 0
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option IPTOS_LOWDELAY = 0
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option IPTOS_THROUGHPUT = 0
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_SNDBUF = 49152
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_RCVBUF = 49152
[2010/08/16 08:50:01, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDLOWAT.
[2010/08/16 08:50:01, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVLOWAT.
[2010/08/16 08:50:01, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDTIMEO.
[2010/08/16 08:50:01, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVTIMEO.
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_KEEPALIVE = 8
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_REUSEADDR = 4
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_BROADCAST = 0
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option TCP_NODELAY = 1
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option IPTOS_LOWDELAY = 0
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option IPTOS_THROUGHPUT = 0
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_SNDBUF = 49152
[2010/08/16 08:50:01, 5] lib/util_sock.c:(206)
  socket option SO_RCVBUF = 49152
[2010/08/16 08:50:01, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDLOWAT.
[2010/08/16 08:50:01, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVLOWAT.
[2010/08/16 08:50:01, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDTIMEO.
[2010/08/16 08:50:01, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVTIMEO.
[2010/08/16 08:50:01, 2] smbd/server.c:(462)
  waiting for a connection
[2010/08/16 08:50:03, 5] lib/util_sock.c:(206)
  socket option SO_KEEPALIVE = 8
[2010/08/16 08:50:03, 5] lib/util_sock.c:(206)
  socket option SO_REUSEADDR = 4
[2010/08/16 08:50:03, 5] lib/util_sock.c:(206)
  socket option SO_BROADCAST = 0
[2010/08/16 08:50:03, 5] lib/util_sock.c:(206)
  socket option TCP_NODELAY = 1
[2010/08/16 08:50:03, 5] lib/util_sock.c:(206)
  socket option IPTOS_LOWDELAY = 0
[2010/08/16 08:50:03, 5] lib/util_sock.c:(206)
  socket option IPTOS_THROUGHPUT = 0
[2010/08/16 08:50:03, 5] lib/util_sock.c:(206)
  socket option SO_SNDBUF = 49152
[2010/08/16 08:50:03, 5] lib/util_sock.c:(206)
  socket option SO_RCVBUF = 49232
[2010/08/16 08:50:03, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDLOWAT.
[2010/08/16 08:50:03, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVLOWAT.
[2010/08/16 08:50:03, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDTIMEO.
[2010/08/16 08:50:03, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVTIMEO.
[2010/08/16 08:50:03, 5] lib/util_sock.c:(206)
  socket option SO_KEEPALIVE = 8
[2010/08/16 08:50:03, 5] lib/util_sock.c:(206)
  socket option SO_REUSEADDR = 4
[2010/08/16 08:50:03, 5] lib/util_sock.c:(206)
  socket option SO_BROADCAST = 0
[2010/08/16 08:50:03, 5] lib/util_sock.c:(206)
  socket option TCP_NODELAY = 1
[2010/08/16 08:50:03, 5] lib/util_sock.c:(206)
  socket option IPTOS_LOWDELAY = 0
[2010/08/16 08:50:03, 5] lib/util_sock.c:(206)
  socket option IPTOS_THROUGHPUT = 0
[2010/08/16 08:50:03, 5] lib/util_sock.c:(206)
  socket option SO_SNDBUF = 49152
[2010/08/16 08:50:03, 5] lib/util_sock.c:(206)
  socket option SO_RCVBUF = 49232
[2010/08/16 08:50:03, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDLOWAT.
[2010/08/16 08:50:03, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVLOWAT.
[2010/08/16 08:50:03, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDTIMEO.
[2010/08/16 08:50:03, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVTIMEO.
[2010/08/16 08:50:37, 0] lib/util_sock.c:(261)
  Failed to set socket option SO_KEEPALIVE (Error Invalid argument)
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_KEEPALIVE = 8
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_REUSEADDR = 4
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_BROADCAST = 0
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option TCP_NODELAY = 0
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option IPTOS_LOWDELAY = 0
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option IPTOS_THROUGHPUT = 0
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_SNDBUF = 49152
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_RCVBUF = 49152
[2010/08/16 08:50:37, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDLOWAT.
[2010/08/16 08:50:37, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVLOWAT.
[2010/08/16 08:50:37, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDTIMEO.
[2010/08/16 08:50:37, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVTIMEO.
[2010/08/16 08:50:37, 0] lib/util_sock.c:(261)
  Failed to set socket option TCP_NODELAY (Error Invalid argument)
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_KEEPALIVE = 8
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_REUSEADDR = 4
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_BROADCAST = 0
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option TCP_NODELAY = 0
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option IPTOS_LOWDELAY = 0
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option IPTOS_THROUGHPUT = 0
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_SNDBUF = 49152
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_RCVBUF = 49152
[2010/08/16 08:50:37, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDLOWAT.
[2010/08/16 08:50:37, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVLOWAT.
[2010/08/16 08:50:37, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDTIMEO.
[2010/08/16 08:50:37, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVTIMEO.
[2010/08/16 08:50:37, 0] lib/util_sock.c:(1224)
  getpeername failed. Error was Transport endpoint is not connected
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_KEEPALIVE = 8
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_REUSEADDR = 4
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_BROADCAST = 0
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option TCP_NODELAY = 1
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option IPTOS_LOWDELAY = 0
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option IPTOS_THROUGHPUT = 0
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_SNDBUF = 49152
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_RCVBUF = 49640
[2010/08/16 08:50:37, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDLOWAT.
[2010/08/16 08:50:37, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVLOWAT.
[2010/08/16 08:50:37, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDTIMEO.
[2010/08/16 08:50:37, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVTIMEO.
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_KEEPALIVE = 8
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_REUSEADDR = 4
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_BROADCAST = 0
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option TCP_NODELAY = 1
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option IPTOS_LOWDELAY = 0
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option IPTOS_THROUGHPUT = 0
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_SNDBUF = 49152
[2010/08/16 08:50:37, 5] lib/util_sock.c:(206)
  socket option SO_RCVBUF = 49640
[2010/08/16 08:50:37, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDLOWAT.
[2010/08/16 08:50:37, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVLOWAT.
[2010/08/16 08:50:37, 5] lib/util_sock.c:(204)
  Could not test socket option SO_SNDTIMEO.
[2010/08/16 08:50:37, 5] lib/util_sock.c:(204)
  Could not test socket option SO_RCVTIMEO.

log.192.168.1.67

Code:
[2010/08/16 08:50:37, 3] smbd/oplock.c:(863)
  init_oplocks: initializing messages.
[2010/08/16 08:50:37, 3] smbd/process.c:(1083)
  Transaction 0 of length 148
[2010/08/16 08:50:37, 5] lib/util.c:(484)
[2010/08/16 08:50:37, 5] lib/util.c:(494)
  size=144
  smb_com=0x72
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51283
  smb_tid=65535
  smb_pid=65279
  smb_uid=0
  smb_mid=0
  smt_wct=0
  smb_bcc=109
[2010/08/16 08:50:37, 3] smbd/process.c:(932)
  switch message SMBnegprot (pid 10170) conn 0x0
[2010/08/16 08:50:37, 3] smbd/sec_ctx.c:(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/08/16 08:50:37, 5] auth/auth_util.c:(448)
  NT user token: (NULL)
[2010/08/16 08:50:37, 5] auth/auth_util.c:(474)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2010/08/16 08:50:37, 5] smbd/uid.c:(338)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2010/08/16 08:50:37, 3] smbd/negprot.c:(505)
  Requested protocol [PC NETWORK PROGRAM 1.0]
[2010/08/16 08:50:37, 3] smbd/negprot.c:(505)
  Requested protocol [LANMAN1.0]
[2010/08/16 08:50:37, 3] smbd/negprot.c:(505)
  Requested protocol [Windows for Workgroups 3.1a]
[2010/08/16 08:50:37, 3] smbd/negprot.c:(505)
  Requested protocol [LM1.2X002]
[2010/08/16 08:50:37, 3] smbd/negprot.c:(505)
  Requested protocol [LANMAN2.1]
[2010/08/16 08:50:37, 3] smbd/negprot.c:(505)
  Requested protocol [NT LM 0.12]
[2010/08/16 08:50:37, 3] smbd/negprot.c:(505)
  Requested protocol [SMB 2.002]
[2010/08/16 08:50:37, 5] smbd/connection.c:(182)
  claiming  0
[2010/08/16 08:50:37, 3] smbd/negprot.c:(364)
  using SPNEGO
[2010/08/16 08:50:37, 3] smbd/negprot.c:(606)
  Selected protocol NT LM 0.12
[2010/08/16 08:50:37, 5] smbd/negprot.c:(612)
  negprot index=5
[2010/08/16 08:50:37, 5] lib/util.c:(484)
[2010/08/16 08:50:37, 5] lib/util.c:(494)
  size=127
  smb_com=0x72
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=136
  smb_flg2=51201
  smb_tid=65535
  smb_pid=65279
  smb_uid=0
  smb_mid=0
  smt_wct=17
  smb_vwv[ 0]=    5 (0x5)
  smb_vwv[ 1]=12803 (0x3203)
  smb_vwv[ 2]=  256 (0x100)
  smb_vwv[ 3]= 1024 (0x400)
  smb_vwv[ 4]=   65 (0x41)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=  256 (0x100)
  smb_vwv[ 7]=47616 (0xBA00)
  smb_vwv[ 8]=   39 (0x27)
  smb_vwv[ 9]=64768 (0xFD00)
  smb_vwv[10]=   19 (0x13)
  smb_vwv[11]=32896 (0x8080)
  smb_vwv[12]=65308 (0xFF1C)
  smb_vwv[13]= 3924 (0xF54)
  smb_vwv[14]=52029 (0xCB3D)
  smb_vwv[15]=34817 (0x8801)
  smb_vwv[16]=  255 (0xFF)
  smb_bcc=58
[2010/08/16 08:50:38, 3] smbd/process.c:(1083)
  Transaction 1 of length 142
[2010/08/16 08:50:38, 5] lib/util.c:(484)
[2010/08/16 08:50:38, 5] lib/util.c:(494)
  size=138
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=65535
  smb_pid=65279
  smb_uid=0
  smb_mid=64
  smt_wct=12
  smb_vwv[ 0]=  255 (0xFF)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=16644 (0x4104)
  smb_vwv[ 3]=   50 (0x32)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=   74 (0x4A)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_vwv[10]=  212 (0xD4)
  smb_vwv[11]=40960 (0xA000)
  smb_bcc=79
[2010/08/16 08:50:38, 3] smbd/process.c:(932)
  switch message SMBsesssetupX (pid 10170) conn 0x0
[2010/08/16 08:50:38, 3] smbd/sec_ctx.c:(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/08/16 08:50:38, 5] auth/auth_util.c:(448)
  NT user token: (NULL)
[2010/08/16 08:50:38, 5] auth/auth_util.c:(474)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2010/08/16 08:50:38, 5] smbd/uid.c:(338)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2010/08/16 08:50:38, 3] smbd/sesssetup.c:(1258)
  wct=12 flg2=0xc807
[2010/08/16 08:50:38, 2] smbd/sesssetup.c:(1214)
  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.
[2010/08/16 08:50:38, 3] smbd/sesssetup.c:(1040)
  Doing spnego session setup
[2010/08/16 08:50:38, 3] smbd/sesssetup.c:(1071)
  NativeOS=[] NativeLanMan=[] PrimaryDomain=[]
[2010/08/16 08:50:38, 5] smbd/sesssetup.c:(669)
  parse_spnego_mechanisms: Got OID 1 3 6 1 4 1 311 2 2 10
[2010/08/16 08:50:38, 3] smbd/sesssetup.c:(699)
  reply_spnego_negotiate: Got secblob of size 40
[2010/08/16 08:50:38, 5] auth/auth.c:(483)
  Making default auth method list for DC, security=user, encrypt passwords = yes
[2010/08/16 08:50:38, 5] auth/auth.c:(47)
  Attempting to register auth backend sam
[2010/08/16 08:50:38, 5] auth/auth.c:(59)
  Successfully added auth method 'sam'
[2010/08/16 08:50:38, 5] auth/auth.c:(47)
  Attempting to register auth backend sam_ignoredomain
[2010/08/16 08:50:38, 5] auth/auth.c:(59)
  Successfully added auth method 'sam_ignoredomain'
[2010/08/16 08:50:38, 5] auth/auth.c:(47)
  Attempting to register auth backend unix
[2010/08/16 08:50:38, 5] auth/auth.c:(59)
  Successfully added auth method 'unix'
[2010/08/16 08:50:38, 5] auth/auth.c:(47)
  Attempting to register auth backend winbind
[2010/08/16 08:50:38, 5] auth/auth.c:(59)
  Successfully added auth method 'winbind'
[2010/08/16 08:50:38, 5] auth/auth.c:(47)
  Attempting to register auth backend smbserver
[2010/08/16 08:50:38, 5] auth/auth.c:(59)
  Successfully added auth method 'smbserver'
[2010/08/16 08:50:38, 5] auth/auth.c:(47)
  Attempting to register auth backend trustdomain
[2010/08/16 08:50:38, 5] auth/auth.c:(59)
  Successfully added auth method 'trustdomain'
[2010/08/16 08:50:38, 5] auth/auth.c:(47)
  Attempting to register auth backend ntdomain
[2010/08/16 08:50:38, 5] auth/auth.c:(59)
  Successfully added auth method 'ntdomain'
[2010/08/16 08:50:38, 5] auth/auth.c:(47)
  Attempting to register auth backend guest
[2010/08/16 08:50:38, 5] auth/auth.c:(59)
  Successfully added auth method 'guest'
[2010/08/16 08:50:38, 5] auth/auth.c:(391)
  load_auth_module: Attempting to find an auth method to match guest
[2010/08/16 08:50:38, 5] auth/auth.c:(416)
  load_auth_module: auth method guest has a valid init
[2010/08/16 08:50:38, 5] auth/auth.c:(391)
  load_auth_module: Attempting to find an auth method to match sam
[2010/08/16 08:50:38, 5] auth/auth.c:(416)
  load_auth_module: auth method sam has a valid init
[2010/08/16 08:50:38, 5] auth/auth.c:(391)
  load_auth_module: Attempting to find an auth method to match winbind:trustdomain
[2010/08/16 08:50:38, 5] auth/auth.c:(391)
  load_auth_module: Attempting to find an auth method to match trustdomain
[2010/08/16 08:50:38, 5] auth/auth.c:(416)
  load_auth_module: auth method trustdomain has a valid init
[2010/08/16 08:50:38, 5] auth/auth.c:(416)
  load_auth_module: auth method winbind has a valid init
[2010/08/16 08:50:38, 3] libsmb/ntlmssp.c:(63)
  Got NTLMSSP neg_flags=0xe2088297
    NTLMSSP_NEGOTIATE_UNICODE
    NTLMSSP_NEGOTIATE_OEM
    NTLMSSP_REQUEST_TARGET
    NTLMSSP_NEGOTIATE_SIGN
    NTLMSSP_NEGOTIATE_LM_KEY
    NTLMSSP_NEGOTIATE_NTLM
    NTLMSSP_NEGOTIATE_ALWAYS_SIGN
    NTLMSSP_NEGOTIATE_NTLM2
    NTLMSSP_NEGOTIATE_128
    NTLMSSP_NEGOTIATE_KEY_EXCH
    NTLMSSP_NEGOTIATE_56
[2010/08/16 08:50:38, 5] auth/auth.c:(97)
  auth_get_challenge: module guest did not want to specify a challenge
[2010/08/16 08:50:38, 5] auth/auth.c:(97)
  auth_get_challenge: module sam did not want to specify a challenge
[2010/08/16 08:50:38, 5] auth/auth.c:(97)
  auth_get_challenge: module winbind did not want to specify a challenge
[2010/08/16 08:50:38, 5] auth/auth.c:(137)
  auth_context challenge created by random
[2010/08/16 08:50:38, 5] auth/auth.c:(138)
  challenge is: 
[2010/08/16 08:50:38, 5] lib/util.c:(2264)
  [000] FA AE 18 8D EF 33 81 94                           �...�3.. 
[2010/08/16 08:50:38, 5] lib/util.c:(484)
[2010/08/16 08:50:38, 5] lib/util.c:(494)
  size=328
  smb_com=0x73
  smb_rcls=22
  smb_reh=0
  smb_err=49152
  smb_flg=136
  smb_flg2=51201
  smb_tid=65535
  smb_pid=65279
  smb_uid=100
  smb_mid=64
  smt_wct=4
  smb_vwv[ 0]=  255 (0xFF)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    0 (0x0)
  smb_vwv[ 3]=  231 (0xE7)
  smb_bcc=285
[2010/08/16 08:50:38, 3] smbd/process.c:(1083)
  Transaction 2 of length 490
[2010/08/16 08:50:38, 5] lib/util.c:(484)
[2010/08/16 08:50:38, 5] lib/util.c:(494)
  size=486
  smb_com=0x73
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=24
  smb_flg2=51207
  smb_tid=65535
  smb_pid=65279
  smb_uid=100
  smb_mid=128
  smt_wct=12
  smb_vwv[ 0]=  255 (0xFF)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=16644 (0x4104)
  smb_vwv[ 3]=   50 (0x32)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=  422 (0x1A6)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    0 (0x0)
  smb_vwv[10]=  212 (0xD4)
  smb_vwv[11]=40960 (0xA000)
  smb_bcc=427
[2010/08/16 08:50:38, 3] smbd/process.c:(932)
  switch message SMBsesssetupX (pid 10170) conn 0x0
[2010/08/16 08:50:38, 3] smbd/sec_ctx.c:(241)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/08/16 08:50:38, 5] auth/auth_util.c:(448)
  NT user token: (NULL)
[2010/08/16 08:50:38, 5] auth/auth_util.c:(474)
  UNIX token of user 0
  Primary group is 0 and contains 0 supplementary groups
[2010/08/16 08:50:38, 5] smbd/uid.c:(338)
  change_to_root_user: now uid=(0,0) gid=(0,0)
[2010/08/16 08:50:38, 3] smbd/sesssetup.c:(1258)
  wct=12 flg2=0xc807
[2010/08/16 08:50:38, 2] smbd/sesssetup.c:(1214)
  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.
[2010/08/16 08:50:38, 3] smbd/sesssetup.c:(1040)
  Doing spnego session setup
[2010/08/16 08:50:38, 3] smbd/sesssetup.c:(1071)
  NativeOS=[] NativeLanMan=[] PrimaryDomain=[]
[2010/08/16 08:50:38, 3] libsmb/ntlmssp.c:(739)
  Got user=[root] domain=[MYDOMAIN] workstation=[WS-TT-W06] len1=24 len2=236

Leider kann ich hier die Logs ws-tt-w06 und ws-tt-w06.old nicht mitposten, weil das Posting dann die Größenlimits überschreitet. Ich würde die Logs auch gern auf das wesentliche beschränken, nur weiß ich leider nicht worauf es ankommt.

Der Computer war Mitglied der Domäne. Ich habe ihn aus der Domäne genommen und eine Workgroup aufgenommen, um überhaupt Samba-Shares benutzen zu können.

Vielen Dank

Thom
 

rolle

Guru
Gibt es denn die Systemplatte des alten Servers noch? Also so inklusive Inhalt.. ;) Falls ja, dann kopiere noch /var/lib/samba und den /etc/samba. Dann hast Du zumindest mal Deine kompletten alten Einstellungen da. Sind die Linuxnutzerinnen und die Linuxgruppen kopiert worden?
Falls es die alten Einstellungen und Nutzerinnen nicht mehr gibt, bleibt Dir nichts anderes übrig, als sämtliche Nutzerinnen neu anzulegen und die Maschinen wie Du schon angefangen hattest einzeln aus der Domain zu werfen und danach neu aufzunehmen.
Ich hoffe also mal, daß zumindest auf einem Backup die alte Systemplatte noch zu finden ist.
 
Oben