[Samba] write list for share is ignored

Jon Trauntvein jon at campbellsci.com
Fri Jan 22 10:00:22 MST 2010


I recently updated a Samba server from Fedora Core 4 to CentOs 4.5.  The
old server had samba version 3.0.11 installed while the newer has samba
version 3.0.33 installed.  The following file is a simplified version of
my smb.conf file:

[global]
  debug level = 5
  security = domain
  workgroup = CSI-INTRANET
  auth methods = guest, sam, winbind
  server string = Software Engineering Workgroup Server
  load printers = yes
  guest account = nobody
  log file = /var/log/samba/log.%m
  max log size = 1024
  encrypt passwords = yes
  socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
  dns proxy = no
  map to guest = bad user

  winbind separator = \\
  idmap uid = 10000-20000
  idmap gid = 10000-20000
  winbind enum users = yes
  winbind enum groups = yes


[cora]
  available = yes
  browseable = yes
  path = /home/group/cora
  public = yes
  guest ok = yes
  read only = yes
  write list = @cora
  force create mode = 0775

As can be seen here, I am using domain based security.  With this
configuration, my windows XP based machine can connect to the share and
can access the files and directories on that share.  However, any
attempt to add a file or directory gets rebuffed with an access denied.
The following is the log from my windows machine's attempt to create a
new directory:

[2010/01/21 14:27:18, 5] auth/auth_util.c:make_user_info_map(161)
 make_user_info_map: Mapping user [CSI-INTRANET]\[jon] from workstation
[JON-TRAUNTVEIN]
[2010/01/21 14:27:18, 5] auth/auth_util.c:make_user_info(75)
 attempting to make a user_info for jon (jon)
[2010/01/21 14:27:18, 5] auth/auth_util.c:make_user_info(85)
 making strings for jon's user_info struct
[2010/01/21 14:27:18, 5] auth/auth_util.c:make_user_info(117)
 making blobs for jon's user_info struct
[2010/01/21 14:27:18, 3] auth/auth.c:check_ntlm_password(221)
 check_ntlm_password:  Checking password for unmapped user
[CSI-INTRANET]\[jon]@[JON-TRAUNTVEIN] with the new password interface
[2010/01/21 14:27:18, 3] auth/auth.c:check_ntlm_password(224)
 check_ntlm_password:  mapped user is:
[CSI-INTRANET]\[jon]@[JON-TRAUNTVEIN]
[2010/01/21 14:27:18, 5] lib/util.c:dump_data(2286)
 [000] 9C 2D F7 AE 9B AF DD 65                           .-.....e
[2010/01/21 14:27:18, 3] smbd/sec_ctx.c:push_sec_ctx(208)
 push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2010/01/21 14:27:18, 3] smbd/uid.c:push_conn_ctx(358)
 push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2010/01/21 14:27:18, 3] smbd/sec_ctx.c:set_sec_ctx(241)
 setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2010/01/21 14:27:18, 5] auth/auth_util.c:debug_nt_user_token(448)
 NT user token: (NULL)
[2010/01/21 14:27:18, 5] auth/auth_util.c:debug_unix_user_token(474)
 UNIX token of user 0
 Primary group is 0 and contains 0 supplementary groups
Finding user CSI-INTRANET\jon
[2010/01/21 14:27:18, 5] lib/username.c:Get_Pwnam_internals(75)
 Trying _Get_Pwnam(), username as lowercase is csi-intranet\jon
[2010/01/21 14:27:18, 5] lib/username.c:Get_Pwnam_internals(83)
 Trying _Get_Pwnam(), username as given is CSI-INTRANET\jon
[2010/01/21 14:27:18, 5] lib/username.c:Get_Pwnam_internals(93)
 Trying _Get_Pwnam(), username as uppercase is CSI-INTRANET\JON
[2010/01/21 14:27:18, 5] lib/username.c:Get_Pwnam_internals(102)
 Checking combinations of 0 uppercase letters in csi-intranet\jon
[2010/01/21 14:27:18, 5] lib/username.c:Get_Pwnam_internals(108)
 Get_Pwnam_internals didn't find user [CSI-INTRANET\jon]!
[2010/01/21 14:27:18, 5] lib/username.c:Get_Pwnam_alloc(131)
 Finding user jon
[2010/01/21 14:27:18, 5] lib/username.c:Get_Pwnam_internals(75)
 Trying _Get_Pwnam(), username as lowercase is jon
[2010/01/21 14:27:18, 5] lib/username.c:Get_Pwnam_internals(108)
 Get_Pwnam_internals did find user [jon]!
[2010/01/21 14:27:18, 5] auth/auth_util.c:fill_sam_account(1744)
 fill_sam_account: located username was [jon]
[2010/01/21 14:27:18, 4] lib/substitute.c:automount_server(407)
 Home server: engsoft
[2010/01/21 14:27:18, 4] lib/substitute.c:automount_server(407)
 Home server: engsoft
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10006 in cache ->
S-1-5-21-744383988-1260094714-854289474-513
[2010/01/21 14:27:18, 3] auth/auth.c:check_ntlm_password(270)
 check_ntlm_password: winbind authentication for user [jon] succeeded
[2010/01/21 14:27:18, 3] smbd/sec_ctx.c:push_sec_ctx(208)
 push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2010/01/21 14:27:18, 3] smbd/uid.c:push_conn_ctx(358)
 push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2010/01/21 14:27:18, 3] smbd/sec_ctx.c:set_sec_ctx(241)
 setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2010/01/21 14:27:18, 5] auth/auth_util.c:debug_nt_user_token(448)
 NT user token: (NULL)
[2010/01/21 14:27:18, 5] auth/auth_util.c:debug_unix_user_token(474)
 UNIX token of user 0
 Primary group is 0 and contains 0 supplementary groups
[2010/01/21 14:27:18, 3] smbd/sec_ctx.c:pop_sec_ctx(356)
 pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/01/21 14:27:18, 5] auth/auth.c:check_ntlm_password(296)
 check_ntlm_password:  PAM Account for user [jon] succeeded
[2010/01/21 14:27:18, 2] auth/auth.c:check_ntlm_password(309)
 check_ntlm_password:  authentication for user [jon] -> [jon] -> [jon]
succeeded
[2010/01/21 14:27:18, 5] auth/auth_util.c:free_user_info(2108)
 attempting to free (and zero) a user_info structure
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:fetch_gid_from_cache(1107)
 fetch gid from cache 10000 -> S-1-5-32-544
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:fetch_gid_from_cache(1107)
 fetch gid from cache 10001 -> S-1-5-32-545
[2010/01/21 14:27:18, 3] smbd/sec_ctx.c:push_sec_ctx(208)
 push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2010/01/21 14:27:18, 3] smbd/uid.c:push_conn_ctx(358)
 push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2010/01/21 14:27:18, 3] smbd/sec_ctx.c:set_sec_ctx(241)
 setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2010/01/21 14:27:18, 5] auth/auth_util.c:debug_nt_user_token(448)
 NT user token: (NULL)
[2010/01/21 14:27:18, 5] auth/auth_util.c:debug_unix_user_token(474)
 UNIX token of user 0
 Primary group is 0 and contains 0 supplementary groups
[2010/01/21 14:27:18, 3] smbd/sec_ctx.c:pop_sec_ctx(356)
 pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1228]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1529]
[2010/01/21 14:27:18, 5] lib/privileges.c:get_privileges_for_sids(460)
 get_privileges_for_sids: sid = S-1-1-0
 Privilege set:
 SE_PRIV  0x0 0x0 0x0 0x0
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID [S-1-5-2]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID [S-1-5-11]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-2217]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1518]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1850]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3905]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1389]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3910]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3784]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3843]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3816]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3912]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-4618]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3889]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1390]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3684]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-4692]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1382]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3863]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-4625]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1531]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-513]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3887]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1871]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3886]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-4709]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3734]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-4708]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-4652]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1523]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3797]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3724]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1549]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-4148]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3862]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3775]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3908]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1530]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3646]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1536]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3845]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1532]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3847]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3876]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3874]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1378]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1712]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1391]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3817]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1864]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-4149]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-4036]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3781]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3888]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1554]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1393]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3834]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-1547]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3632]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID
[S-1-5-21-744383988-1260094714-854289474-3658]
[2010/01/21 14:27:18, 3] lib/privileges.c:get_privileges(261)
 get_privileges: No privileges assigned to SID [S-1-5-32-545]
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10007 in cache ->
S-1-5-21-744383988-1260094714-854289474-1529
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10008 in cache ->
S-1-5-21-744383988-1260094714-854289474-2217
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10071 in cache ->
S-1-5-21-744383988-1260094714-854289474-1518
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10009 in cache ->
S-1-5-21-744383988-1260094714-854289474-1850
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10011 in cache ->
S-1-5-21-744383988-1260094714-854289474-3905
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10012 in cache ->
S-1-5-21-744383988-1260094714-854289474-1389
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10013 in cache ->
S-1-5-21-744383988-1260094714-854289474-3910
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10014 in cache ->
S-1-5-21-744383988-1260094714-854289474-3784
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10015 in cache ->
S-1-5-21-744383988-1260094714-854289474-3843
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10016 in cache ->
S-1-5-21-744383988-1260094714-854289474-3816
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10017 in cache ->
S-1-5-21-744383988-1260094714-854289474-3912
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10018 in cache ->
S-1-5-21-744383988-1260094714-854289474-4618
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10019 in cache ->
S-1-5-21-744383988-1260094714-854289474-3889
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10072 in cache ->
S-1-5-21-744383988-1260094714-854289474-1390
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10020 in cache ->
S-1-5-21-744383988-1260094714-854289474-3684
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10021 in cache ->
S-1-5-21-744383988-1260094714-854289474-4692
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10022 in cache ->
S-1-5-21-744383988-1260094714-854289474-1382
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10062 in cache ->
S-1-5-21-744383988-1260094714-854289474-3863
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10024 in cache ->
S-1-5-21-744383988-1260094714-854289474-4625
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10059 in cache ->
S-1-5-21-744383988-1260094714-854289474-1531
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:fetch_gid_from_cache(1107)
 fetch gid from cache 10006 -> S-1-5-21-744383988-1260094714-854289474-513
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10025 in cache ->
S-1-5-21-744383988-1260094714-854289474-3887
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10073 in cache ->
S-1-5-21-744383988-1260094714-854289474-1871
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10026 in cache ->
S-1-5-21-744383988-1260094714-854289474-3886
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10027 in cache ->
S-1-5-21-744383988-1260094714-854289474-4709
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10028 in cache ->
S-1-5-21-744383988-1260094714-854289474-3734
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10029 in cache ->
S-1-5-21-744383988-1260094714-854289474-4708
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10074 in cache ->
S-1-5-21-744383988-1260094714-854289474-4652
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10075 in cache ->
S-1-5-21-744383988-1260094714-854289474-1523
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10031 in cache ->
S-1-5-21-744383988-1260094714-854289474-3797
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10032 in cache ->
S-1-5-21-744383988-1260094714-854289474-3724
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10033 in cache ->
S-1-5-21-744383988-1260094714-854289474-1549
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10034 in cache ->
S-1-5-21-744383988-1260094714-854289474-4148
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10035 in cache ->
S-1-5-21-744383988-1260094714-854289474-3862
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10036 in cache ->
S-1-5-21-744383988-1260094714-854289474-3775
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10037 in cache ->
S-1-5-21-744383988-1260094714-854289474-3908
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10076 in cache ->
S-1-5-21-744383988-1260094714-854289474-1530
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10038 in cache ->
S-1-5-21-744383988-1260094714-854289474-3646
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10039 in cache ->
S-1-5-21-744383988-1260094714-854289474-1536
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10040 in cache ->
S-1-5-21-744383988-1260094714-854289474-3845
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10041 in cache ->
S-1-5-21-744383988-1260094714-854289474-1532
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10042 in cache ->
S-1-5-21-744383988-1260094714-854289474-3847
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10043 in cache ->
S-1-5-21-744383988-1260094714-854289474-3876
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10044 in cache ->
S-1-5-21-744383988-1260094714-854289474-3874
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10077 in cache ->
S-1-5-21-744383988-1260094714-854289474-1378
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10046 in cache ->
S-1-5-21-744383988-1260094714-854289474-1712
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10078 in cache ->
S-1-5-21-744383988-1260094714-854289474-1391
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10048 in cache ->
S-1-5-21-744383988-1260094714-854289474-3817
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10079 in cache ->
S-1-5-21-744383988-1260094714-854289474-1864
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10049 in cache ->
S-1-5-21-744383988-1260094714-854289474-4149
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10050 in cache ->
S-1-5-21-744383988-1260094714-854289474-4036
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10052 in cache ->
S-1-5-21-744383988-1260094714-854289474-3781
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10053 in cache ->
S-1-5-21-744383988-1260094714-854289474-3888
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10054 in cache ->
S-1-5-21-744383988-1260094714-854289474-1554
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10080 in cache ->
S-1-5-21-744383988-1260094714-854289474-1393
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10055 in cache ->
S-1-5-21-744383988-1260094714-854289474-3834
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10069 in cache ->
S-1-5-21-744383988-1260094714-854289474-1547
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10056 in cache ->
S-1-5-21-744383988-1260094714-854289474-3632
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:store_gid_sid_cache(1151)
 store_gid_sid_cache: gid 10057 in cache ->
S-1-5-21-744383988-1260094714-854289474-3658
[2010/01/21 14:27:18, 3] passdb/lookup_sid.c:fetch_gid_from_cache(1107)
 fetch gid from cache 10001 -> S-1-5-32-545
[2010/01/21 14:27:18, 3] libsmb/ntlmssp_sign.c:ntlmssp_sign_init(338)
 NTLMSSP Sign/Seal - Initialising with flags:
[2010/01/21 14:27:18, 3] libsmb/ntlmssp.c:debug_ntlmssp_flags(63)
 Got NTLMSSP neg_flags=0xa2088205
   NTLMSSP_NEGOTIATE_UNICODE
   NTLMSSP_REQUEST_TARGET
   NTLMSSP_NEGOTIATE_NTLM
   NTLMSSP_NEGOTIATE_ALWAYS_SIGN
   NTLMSSP_NEGOTIATE_NTLM2
   NTLMSSP_NEGOTIATE_128
   NTLMSSP_NEGOTIATE_56
[2010/01/21 14:27:18, 3] smbd/password.c:register_vuid(304)
 User name: jon    Real name:
[2010/01/21 14:27:18, 3] smbd/password.c:register_vuid(325)
 UNIX uid 500 is UNIX user jon, and will be vuid 101
[2010/01/21 14:27:18, 3] smbd/password.c:register_vuid(356)
 Adding homes service for user 'jon' using home directory: '/home/jon'
 UNIX token of user 0
 Primary group is 0 and contains 0 supplementary groups
[2010/01/21 14:27:18, 5] smbd/uid.c:change_to_root_user(288)
 change_to_root_user: now uid=(0,0) gid=(0,0)
[2010/01/21 14:27:18, 4] smbd/reply.c:reply_tcon_and_X(506)
 Client requested device type [?????] for share [CORA]
[2010/01/21 14:27:18, 5] smbd/service.c:make_connection(1214)
 making a connection to 'normal' service cora
[2010/01/21 14:27:18, 5] lib/username.c:Get_Pwnam_alloc(131)
 Finding user jon
[2010/01/21 14:27:18, 5] lib/username.c:Get_Pwnam_internals(75)
 Trying _Get_Pwnam(), username as lowercase is jon
[2010/01/21 14:27:18, 5] lib/username.c:Get_Pwnam_internals(108)
 Get_Pwnam_internals did find user [jon]!
[2010/01/21 14:27:18, 3] smbd/service.c:make_connection_snum(815)
 Connect path is '/home/group/cora' for service [cora]
[2010/01/21 14:27:18, 4] lib/sharesec.c:get_share_security(132)
 get_share_security: using default secdesc for cora
[2010/01/21 14:27:18, 3] lib/util_seaccess.c:se_access_check(250)
[2010/01/21 14:27:18, 3] lib/util_seaccess.c:se_access_check(251)
 se_access_check: user sid is S-1-5-21-744383988-1260094714-854289474-1228
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1529
 se_access_check: also S-1-1-0
 se_access_check: also S-1-5-2
 se_access_check: also S-1-5-11
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-2217
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1518
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1850
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3905
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1389
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3910
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3784
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3843
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3816
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3912
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4618
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3889
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1390
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3684
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4692
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1382
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3863
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4625
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1531
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-513
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3887
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1871
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3886
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4709
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3734
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4708
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4652
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1523
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3797
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3724
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1549
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4148
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3862
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3775
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3908
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1530
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3646
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1536
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3845
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1532
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3847
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3876
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3874
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1378
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1712
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1391
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3817
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1864
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4149
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4036
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3781
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3888
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1554
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1393
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3834
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1547
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3632
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3658
 se_access_check: also S-1-5-32-545
[2010/01/21 14:27:18, 5] lib/util_seaccess.c:se_access_check(308)
 se_access_check: access (2) granted.
[2010/01/21 14:27:18, 3] smbd/vfs.c:vfs_init_default(95)
 Initialising default vfs hooks
[2010/01/21 14:27:18, 5] smbd/vfs.c:smb_register_vfs(85)
 Successfully added vfs backend '/[Default VFS]/'
[2010/01/21 14:27:18, 5] smbd/vfs.c:smb_register_vfs(85)
 Successfully added vfs backend 'posixacl'
[2010/01/21 14:27:18, 3] smbd/vfs.c:vfs_init_custom(128)
 Initialising custom vfs hooks from [/[Default VFS]/]
 Successfully loaded vfs module [/[Default VFS]/] with the new modules
system
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #0 (type 0, layer 0)
 Making operation type 0 opaque [module /[Default VFS]/]
 Accepting operation type 0 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #1 (type 1, layer 0)
 Making operation type 1 opaque [module /[Default VFS]/]
 Accepting operation type 1 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #2 (type 2, layer 0)
 Making operation type 2 opaque [module /[Default VFS]/]
 Accepting operation type 2 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #3 (type 3, layer 0)
 Making operation type 3 opaque [module /[Default VFS]/]
 Accepting operation type 3 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #4 (type 4, layer 0)
 Making operation type 4 opaque [module /[Default VFS]/]
 Accepting operation type 4 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #5 (type 5, layer 0)
 Making operation type 5 opaque [module /[Default VFS]/]
 Accepting operation type 5 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #6 (type 6, layer 0)
 Making operation type 6 opaque [module /[Default VFS]/]
 Accepting operation type 6 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #7 (type 7, layer 0)
 Making operation type 7 opaque [module /[Default VFS]/]
 Accepting operation type 7 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #8 (type 8, layer 0)
 Making operation type 8 opaque [module /[Default VFS]/]
 Accepting operation type 8 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #9 (type 9, layer 0)
 Making operation type 9 opaque [module /[Default VFS]/]
 Accepting operation type 9 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #10 (type 10, layer 0)
 Making operation type 10 opaque [module /[Default VFS]/]
 Accepting operation type 10 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #11 (type 11, layer 0)
 Making operation type 11 opaque [module /[Default VFS]/]
 Accepting operation type 11 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #12 (type 12, layer 0)
 Making operation type 12 opaque [module /[Default VFS]/]
 Accepting operation type 12 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #13 (type 13, layer 0)
 Making operation type 13 opaque [module /[Default VFS]/]
 Accepting operation type 13 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #14 (type 14, layer 0)
 Making operation type 14 opaque [module /[Default VFS]/]
 Accepting operation type 14 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #15 (type 15, layer 0)
 Making operation type 15 opaque [module /[Default VFS]/]
 Accepting operation type 15 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #16 (type 16, layer 0)
 Making operation type 16 opaque [module /[Default VFS]/]
 Accepting operation type 16 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #17 (type 17, layer 0)
 Making operation type 17 opaque [module /[Default VFS]/]
 Accepting operation type 17 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #18 (type 18, layer 0)
 Making operation type 18 opaque [module /[Default VFS]/]
 Accepting operation type 18 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #19 (type 19, layer 0)
 Making operation type 19 opaque [module /[Default VFS]/]
 Accepting operation type 19 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #20 (type 20, layer 0)
 Making operation type 20 opaque [module /[Default VFS]/]
 Accepting operation type 20 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #21 (type 21, layer 0)
 Making operation type 21 opaque [module /[Default VFS]/]
 Accepting operation type 21 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #22 (type 22, layer 0)
 Making operation type 22 opaque [module /[Default VFS]/]
 Accepting operation type 22 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #23 (type 23, layer 0)
 Making operation type 23 opaque [module /[Default VFS]/]
 Accepting operation type 23 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #24 (type 24, layer 0)
 Making operation type 24 opaque [module /[Default VFS]/]
 Accepting operation type 24 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #25 (type 25, layer 0)
 Making operation type 25 opaque [module /[Default VFS]/]
 Accepting operation type 25 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #26 (type 26, layer 0)
 Making operation type 26 opaque [module /[Default VFS]/]
 Accepting operation type 26 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #27 (type 27, layer 0)
 Making operation type 27 opaque [module /[Default VFS]/]
 Accepting operation type 27 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #28 (type 28, layer 0)
 Making operation type 28 opaque [module /[Default VFS]/]
 Accepting operation type 28 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #29 (type 29, layer 0)
 Making operation type 29 opaque [module /[Default VFS]/]
 Accepting operation type 29 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #30 (type 30, layer 0)
 Making operation type 30 opaque [module /[Default VFS]/]
 Accepting operation type 30 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #31 (type 31, layer 0)
 Making operation type 31 opaque [module /[Default VFS]/]
 Accepting operation type 31 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #32 (type 32, layer 0)
 Making operation type 32 opaque [module /[Default VFS]/]
 Accepting operation type 32 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #33 (type 33, layer 0)
 Making operation type 33 opaque [module /[Default VFS]/]
 Accepting operation type 33 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #34 (type 34, layer 0)
 Making operation type 34 opaque [module /[Default VFS]/]
 Accepting operation type 34 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #35 (type 35, layer 0)
 Making operation type 35 opaque [module /[Default VFS]/]
 Accepting operation type 35 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #36 (type 36, layer 0)
 Making operation type 36 opaque [module /[Default VFS]/]
 Accepting operation type 36 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #37 (type 37, layer 0)
 Making operation type 37 opaque [module /[Default VFS]/]
 Accepting operation type 37 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #38 (type 38, layer 0)
 Making operation type 38 opaque [module /[Default VFS]/]
 Accepting operation type 38 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #39 (type 39, layer 0)
 Making operation type 39 opaque [module /[Default VFS]/]
 Accepting operation type 39 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #40 (type 40, layer 0)
 Making operation type 40 opaque [module /[Default VFS]/]
 Accepting operation type 40 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #41 (type 41, layer 0)
 Making operation type 41 opaque [module /[Default VFS]/]
 Accepting operation type 41 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #42 (type 42, layer 0)
 Making operation type 42 opaque [module /[Default VFS]/]
 Accepting operation type 42 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #43 (type 43, layer 0)
 Making operation type 43 opaque [module /[Default VFS]/]
 Accepting operation type 43 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #44 (type 44, layer 0)
 Making operation type 44 opaque [module /[Default VFS]/]
 Accepting operation type 44 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #45 (type 45, layer 0)
 Making operation type 45 opaque [module /[Default VFS]/]
 Accepting operation type 45 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #46 (type 46, layer 0)
 Making operation type 46 opaque [module /[Default VFS]/]
 Accepting operation type 46 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #47 (type 47, layer 0)
 Making operation type 47 opaque [module /[Default VFS]/]
 Accepting operation type 47 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #48 (type 48, layer 0)
 Making operation type 48 opaque [module /[Default VFS]/]
 Accepting operation type 48 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #49 (type 49, layer 0)
 Making operation type 49 opaque [module /[Default VFS]/]
 Accepting operation type 49 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #50 (type 50, layer 0)
 Making operation type 50 opaque [module /[Default VFS]/]
 Accepting operation type 50 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #51 (type 51, layer 0)
 Making operation type 51 opaque [module /[Default VFS]/]
 Accepting operation type 51 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #52 (type 52, layer 0)
 Making operation type 52 opaque [module /[Default VFS]/]
 Accepting operation type 52 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #53 (type 53, layer 0)
 Making operation type 53 opaque [module /[Default VFS]/]
 Accepting operation type 53 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #54 (type 54, layer 0)
 Making operation type 54 opaque [module /[Default VFS]/]
 Accepting operation type 54 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #55 (type 55, layer 0)
 Making operation type 55 opaque [module /[Default VFS]/]
 Accepting operation type 55 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #56 (type 56, layer 0)
 Making operation type 56 opaque [module /[Default VFS]/]
 Accepting operation type 56 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #57 (type 57, layer 0)
 Making operation type 57 opaque [module /[Default VFS]/]
 Accepting operation type 57 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #58 (type 58, layer 0)
 Making operation type 58 opaque [module /[Default VFS]/]
 Accepting operation type 58 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #59 (type 59, layer 0)
 Making operation type 59 opaque [module /[Default VFS]/]
 Accepting operation type 59 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #60 (type 60, layer 0)
 Making operation type 60 opaque [module /[Default VFS]/]
 Accepting operation type 60 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #61 (type 61, layer 0)
 Making operation type 61 opaque [module /[Default VFS]/]
 Accepting operation type 61 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #62 (type 62, layer 0)
 Making operation type 62 opaque [module /[Default VFS]/]
 Accepting operation type 62 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #63 (type 63, layer 0)
 Making operation type 63 opaque [module /[Default VFS]/]
 Accepting operation type 63 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #64 (type 64, layer 0)
 Making operation type 64 opaque [module /[Default VFS]/]
 Accepting operation type 64 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #65 (type 65, layer 0)
 Making operation type 65 opaque [module /[Default VFS]/]
 Accepting operation type 65 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #66 (type 66, layer 0)
 Making operation type 66 opaque [module /[Default VFS]/]
 Accepting operation type 66 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #67 (type 67, layer 0)
 Making operation type 67 opaque [module /[Default VFS]/]
 Accepting operation type 67 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #68 (type 68, layer 0)
 Making operation type 68 opaque [module /[Default VFS]/]
 Accepting operation type 68 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #69 (type 69, layer 0)
 Making operation type 69 opaque [module /[Default VFS]/]
 Accepting operation type 69 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #70 (type 70, layer 0)
 Making operation type 70 opaque [module /[Default VFS]/]
 Accepting operation type 70 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #71 (type 71, layer 0)
 Making operation type 71 opaque [module /[Default VFS]/]
 Accepting operation type 71 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #72 (type 72, layer 0)
 Making operation type 72 opaque [module /[Default VFS]/]
 Accepting operation type 72 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #73 (type 73, layer 0)
 Making operation type 73 opaque [module /[Default VFS]/]
 Accepting operation type 73 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #74 (type 74, layer 0)
 Making operation type 74 opaque [module /[Default VFS]/]
 Accepting operation type 74 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #75 (type 75, layer 0)
 Making operation type 75 opaque [module /[Default VFS]/]
 Accepting operation type 75 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #76 (type 76, layer 0)
 Making operation type 76 opaque [module /[Default VFS]/]
 Accepting operation type 76 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #77 (type 77, layer 0)
 Making operation type 77 opaque [module /[Default VFS]/]
 Accepting operation type 77 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #78 (type 78, layer 0)
 Making operation type 78 opaque [module /[Default VFS]/]
 Accepting operation type 78 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #79 (type 79, layer 0)
 Making operation type 79 opaque [module /[Default VFS]/]
 Accepting operation type 79 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #80 (type 80, layer 0)
 Making operation type 80 opaque [module /[Default VFS]/]
 Accepting operation type 80 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #81 (type 81, layer 0)
 Making operation type 81 opaque [module /[Default VFS]/]
 Accepting operation type 81 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #82 (type 82, layer 0)
 Making operation type 82 opaque [module /[Default VFS]/]
 Accepting operation type 82 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #83 (type 83, layer 0)
 Making operation type 83 opaque [module /[Default VFS]/]
 Accepting operation type 83 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #84 (type 84, layer 0)
 Making operation type 84 opaque [module /[Default VFS]/]
 Accepting operation type 84 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #85 (type 85, layer 0)
 Making operation type 85 opaque [module /[Default VFS]/]
 Accepting operation type 85 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #86 (type 86, layer 0)
 Making operation type 86 opaque [module /[Default VFS]/]
 Accepting operation type 86 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #87 (type 87, layer 0)
 Making operation type 87 opaque [module /[Default VFS]/]
 Accepting operation type 87 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #88 (type 88, layer 0)
 Making operation type 88 opaque [module /[Default VFS]/]
 Accepting operation type 88 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #89 (type 89, layer 0)
 Making operation type 89 opaque [module /[Default VFS]/]
 Accepting operation type 89 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #90 (type 90, layer 0)
 Making operation type 90 opaque [module /[Default VFS]/]
 Accepting operation type 90 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #91 (type 91, layer 0)
 Making operation type 91 opaque [module /[Default VFS]/]
 Accepting operation type 91 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #92 (type 92, layer 0)
 Making operation type 92 opaque [module /[Default VFS]/]
 Accepting operation type 92 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #93 (type 93, layer 0)
 Making operation type 93 opaque [module /[Default VFS]/]
 Accepting operation type 93 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/vfs.c:vfs_init_custom(174)
 Checking operation #94 (type 94, layer 0)
 Making operation type 94 opaque [module /[Default VFS]/]
 Accepting operation type 94 from module /[Default VFS]/
[2010/01/21 14:27:18, 5] smbd/connection.c:claim_connection(182)
 claiming cora 0
[2010/01/21 14:27:18, 3] lib/util_sid.c:string_to_sid(223)
 string_to_sid: Sid jon does not start with 'S-'.
[2010/01/21 14:27:18, 3] smbd/sec_ctx.c:push_sec_ctx(208)
 push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2010/01/21 14:27:18, 3] smbd/uid.c:push_conn_ctx(358)
 push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2010/01/21 14:27:18, 3] smbd/sec_ctx.c:set_sec_ctx(241)
 setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2010/01/21 14:27:18, 5] auth/auth_util.c:debug_nt_user_token(448)
 NT user token: (NULL)
[2010/01/21 14:27:18, 5] auth/auth_util.c:debug_unix_user_token(474)
 UNIX token of user 0
 Primary group is 0 and contains 0 supplementary groups
[2010/01/21 14:27:18, 5] passdb/pdb_smbpasswd.c:getsmbfilepwent(585)
 getsmbfilepwent: end of file reached.
[2010/01/21 14:27:18, 3] smbd/sec_ctx.c:pop_sec_ctx(356)
 pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/01/21 14:27:18, 3] smbd/sec_ctx.c:push_sec_ctx(208)
 push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2010/01/21 14:27:18, 3] smbd/uid.c:push_conn_ctx(358)
 push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2010/01/21 14:27:18, 3] smbd/sec_ctx.c:set_sec_ctx(241)
 setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2010/01/21 14:27:18, 5] auth/auth_util.c:debug_nt_user_token(448)
 NT user token: (NULL)
[2010/01/21 14:27:18, 5] auth/auth_util.c:debug_unix_user_token(474)
 UNIX token of user 0
 Primary group is 0 and contains 0 supplementary groups
[2010/01/21 14:27:18, 3] smbd/sec_ctx.c:pop_sec_ctx(356)
 pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/01/21 14:27:18, 4] lib/sharesec.c:get_share_security(132)
 get_share_security: using default secdesc for cora
[2010/01/21 14:27:18, 3] lib/util_seaccess.c:se_access_check(250)
[2010/01/21 14:27:18, 3] lib/util_seaccess.c:se_access_check(251)
 se_access_check: user sid is S-1-5-21-744383988-1260094714-854289474-1228
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1529
 se_access_check: also S-1-1-0
 se_access_check: also S-1-5-2
 se_access_check: also S-1-5-11
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-2217
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1518
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1850
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3905
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1389
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3910
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3784
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3843
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3816
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3912
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4618
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3889
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1390
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3684
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4692
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1382
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3863
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4625
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1531
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-513
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3887
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1871
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3886
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4709
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3734
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4708
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4652
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1523
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3797
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3724
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1549
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4148
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3862
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3775
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3908
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1530
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3646
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1536
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3845
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1532
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3847
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3876
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3874
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1378
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1712
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1391
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3817
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1864
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4149
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-4036
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3781
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3888
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1554
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1393
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3834
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-1547
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3632
 se_access_check: also S-1-5-21-744383988-1260094714-854289474-3658
 se_access_check: also S-1-5-32-545
[2010/01/21 14:27:18, 5] lib/util_seaccess.c:se_access_check(308)
 se_access_check: access (1) granted.
[2010/01/21 14:27:18, 3] smbd/sec_ctx.c:set_sec_ctx(241)
 setting sec ctx (500, 501) - sec_ctx_stack_ndx = 0
[2010/01/21 14:27:18, 5] auth/auth_util.c:debug_nt_user_token(454)
 NT user token of user S-1-5-21-744383988-1260094714-854289474-1228
 contains 64 SIDs
 SID[  0]: S-1-5-21-744383988-1260094714-854289474-1228
 SID[  1]: S-1-5-21-744383988-1260094714-854289474-1529
 SID[  2]: S-1-1-0
 SID[  3]: S-1-5-2
 SID[  4]: S-1-5-11
 SID[  5]: S-1-5-21-744383988-1260094714-854289474-2217
 SID[  6]: S-1-5-21-744383988-1260094714-854289474-1518
 SID[  7]: S-1-5-21-744383988-1260094714-854289474-1850
 SID[  8]: S-1-5-21-744383988-1260094714-854289474-3905
 SID[  9]: S-1-5-21-744383988-1260094714-854289474-1389
 SID[ 10]: S-1-5-21-744383988-1260094714-854289474-3910
 SID[ 11]: S-1-5-21-744383988-1260094714-854289474-3784
 SID[ 12]: S-1-5-21-744383988-1260094714-854289474-3843
 SID[ 13]: S-1-5-21-744383988-1260094714-854289474-3816
 SID[ 14]: S-1-5-21-744383988-1260094714-854289474-3912
 SID[ 15]: S-1-5-21-744383988-1260094714-854289474-4618
 SID[ 16]: S-1-5-21-744383988-1260094714-854289474-3889
 SID[ 17]: S-1-5-21-744383988-1260094714-854289474-1390
 SID[ 18]: S-1-5-21-744383988-1260094714-854289474-3684
 SID[ 19]: S-1-5-21-744383988-1260094714-854289474-4692
 SID[ 20]: S-1-5-21-744383988-1260094714-854289474-1382
 SID[ 21]: S-1-5-21-744383988-1260094714-854289474-3863
 SID[ 22]: S-1-5-21-744383988-1260094714-854289474-4625
 SID[ 23]: S-1-5-21-744383988-1260094714-854289474-1531
 SID[ 24]: S-1-5-21-744383988-1260094714-854289474-513
 SID[ 25]: S-1-5-21-744383988-1260094714-854289474-3887
 SID[ 26]: S-1-5-21-744383988-1260094714-854289474-1871
 SID[ 27]: S-1-5-21-744383988-1260094714-854289474-3886
 SID[ 28]: S-1-5-21-744383988-1260094714-854289474-4709
 SID[ 29]: S-1-5-21-744383988-1260094714-854289474-3734
 SID[ 30]: S-1-5-21-744383988-1260094714-854289474-4708
 SID[ 31]: S-1-5-21-744383988-1260094714-854289474-4652
 SID[ 32]: S-1-5-21-744383988-1260094714-854289474-1523
 SID[ 33]: S-1-5-21-744383988-1260094714-854289474-3797
 SID[ 34]: S-1-5-21-744383988-1260094714-854289474-3724
 SID[ 35]: S-1-5-21-744383988-1260094714-854289474-1549
 SID[ 36]: S-1-5-21-744383988-1260094714-854289474-4148
 SID[ 37]: S-1-5-21-744383988-1260094714-854289474-3862
 SID[ 38]: S-1-5-21-744383988-1260094714-854289474-3775
 SID[ 39]: S-1-5-21-744383988-1260094714-854289474-3908
 SID[ 40]: S-1-5-21-744383988-1260094714-854289474-1530
 SID[ 41]: S-1-5-21-744383988-1260094714-854289474-3646
 SID[ 42]: S-1-5-21-744383988-1260094714-854289474-1536
 SID[ 43]: S-1-5-21-744383988-1260094714-854289474-3845
 SID[ 44]: S-1-5-21-744383988-1260094714-854289474-1532
 SID[ 45]: S-1-5-21-744383988-1260094714-854289474-3847
 SID[ 46]: S-1-5-21-744383988-1260094714-854289474-3876
 SID[ 47]: S-1-5-21-744383988-1260094714-854289474-3874
 SID[ 48]: S-1-5-21-744383988-1260094714-854289474-1378
 SID[ 49]: S-1-5-21-744383988-1260094714-854289474-1712
 SID[ 50]: S-1-5-21-744383988-1260094714-854289474-1391
 SID[ 51]: S-1-5-21-744383988-1260094714-854289474-3817
 SID[ 52]: S-1-5-21-744383988-1260094714-854289474-1864
 SID[ 53]: S-1-5-21-744383988-1260094714-854289474-4149
 SID[ 54]: S-1-5-21-744383988-1260094714-854289474-4036
 SID[ 55]: S-1-5-21-744383988-1260094714-854289474-3781
 SID[ 56]: S-1-5-21-744383988-1260094714-854289474-3888
 SID[ 57]: S-1-5-21-744383988-1260094714-854289474-1554
 SID[ 58]: S-1-5-21-744383988-1260094714-854289474-1393
 SID[ 59]: S-1-5-21-744383988-1260094714-854289474-3834
 SID[ 60]: S-1-5-21-744383988-1260094714-854289474-1547
 SID[ 61]: S-1-5-21-744383988-1260094714-854289474-3632
 SID[ 62]: S-1-5-21-744383988-1260094714-854289474-3658
 SID[ 63]: S-1-5-32-545
 SE_PRIV  0x0 0x0 0x0 0x0
[2010/01/21 14:27:18, 5] auth/auth_util.c:debug_unix_user_token(474)
 UNIX token of user 500
 Primary group is 501 and contains 60 supplementary groups
 Group[  0]: 10007
 Group[  1]: 10008
 Group[  2]: 10071
 Group[  3]: 10009
 Group[  4]: 10011
 Group[  5]: 10012
 Group[  6]: 10013
 Group[  7]: 10014
 Group[  8]: 10015
 Group[  9]: 10016
 Group[ 10]: 10017
 Group[ 11]: 10018
 Group[ 12]: 10019
 Group[ 13]: 10072
 Group[ 14]: 10020
 Group[ 15]: 10021
 Group[ 16]: 10022
 Group[ 17]: 10062
 Group[ 18]: 10024
 Group[ 19]: 10059
 Group[ 20]: 10006
 Group[ 21]: 10025
 Group[ 22]: 10073
 Group[ 23]: 10026
 Group[ 24]: 10027
 Group[ 25]: 10028
 Group[ 26]: 10029
 Group[ 27]: 10074
 Group[ 28]: 10075
 Group[ 29]: 10031
 Group[ 30]: 10032
 Group[ 31]: 10033
 Group[ 32]: 10034
 Group[ 33]: 10035
 Group[ 34]: 10036
 Group[ 35]: 10037
 Group[ 36]: 10076
 Group[ 37]: 10038
 Group[ 38]: 10039
 Group[ 39]: 10040
 Group[ 40]: 10041
 Group[ 41]: 10042
 Group[ 42]: 10043
 Group[ 43]: 10044
 Group[ 44]: 10077
 Group[ 45]: 10046
 Group[ 46]: 10078
 Group[ 47]: 10048
 Group[ 48]: 10079
 Group[ 49]: 10049
 Group[ 50]: 10050
 Group[ 51]: 10052
 Group[ 52]: 10053
 Group[ 53]: 10054
 Group[ 54]: 10080
 Group[ 55]: 10055
 Group[ 56]: 10069
 Group[ 57]: 10056
 Group[ 58]: 10057
 Group[ 59]: 10001
[2010/01/21 14:27:18, 5] smbd/uid.c:change_to_user(273)
 change_to_user uid=(500,500) gid=(0,501)
[2010/01/21 14:27:18, 1] smbd/service.c:make_connection_snum(1042)
 jon-trauntvein (192.168.5.35) connect to service cora initially as
user jon (uid=500, gid=501) (pid 3628)
[2010/01/21 14:27:18, 3] smbd/sec_ctx.c:set_sec_ctx(241)
 setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/01/21 14:27:18, 5] auth/auth_util.c:debug_nt_user_token(448)
 NT user token: (NULL)
[2010/01/21 14:27:18, 5] auth/auth_util.c:debug_unix_user_token(474)
 UNIX token of user 0
 Primary group is 0 and contains 0 supplementary groups
[2010/01/21 14:27:18, 5] smbd/uid.c:change_to_root_user(288)
 change_to_root_user: now uid=(0,0) gid=(0,0)
[2010/01/21 14:27:18, 3] smbd/reply.c:reply_tcon_and_X(574)
 tconX service=CORA
[2010/01/21 14:27:18, 5] auth/auth_util.c:debug_nt_user_token(454)
 NT user token of user S-1-5-21-744383988-1260094714-854289474-1228
 contains 64 SIDs
 SID[  0]: S-1-5-21-744383988-1260094714-854289474-1228
 SID[  1]: S-1-5-21-744383988-1260094714-854289474-1529
 SID[  2]: S-1-1-0
 SID[  3]: S-1-5-2
 SID[  4]: S-1-5-11
 SID[  5]: S-1-5-21-744383988-1260094714-854289474-2217
 SID[  6]: S-1-5-21-744383988-1260094714-854289474-1518
 SID[  7]: S-1-5-21-744383988-1260094714-854289474-1850
 SID[  8]: S-1-5-21-744383988-1260094714-854289474-3905
 SID[  9]: S-1-5-21-744383988-1260094714-854289474-1389
 SID[ 10]: S-1-5-21-744383988-1260094714-854289474-3910
 SID[ 11]: S-1-5-21-744383988-1260094714-854289474-3784
 SID[ 12]: S-1-5-21-744383988-1260094714-854289474-3843
 SID[ 13]: S-1-5-21-744383988-1260094714-854289474-3816
 SID[ 14]: S-1-5-21-744383988-1260094714-854289474-3912
 SID[ 15]: S-1-5-21-744383988-1260094714-854289474-4618
 SID[ 16]: S-1-5-21-744383988-1260094714-854289474-3889
 SID[ 17]: S-1-5-21-744383988-1260094714-854289474-1390
 SID[ 18]: S-1-5-21-744383988-1260094714-854289474-3684
 SID[ 19]: S-1-5-21-744383988-1260094714-854289474-4692
 SID[ 20]: S-1-5-21-744383988-1260094714-854289474-1382
 SID[ 21]: S-1-5-21-744383988-1260094714-854289474-3863
 SID[ 22]: S-1-5-21-744383988-1260094714-854289474-4625
 SID[ 23]: S-1-5-21-744383988-1260094714-854289474-1531
 SID[ 24]: S-1-5-21-744383988-1260094714-854289474-513
 SID[ 25]: S-1-5-21-744383988-1260094714-854289474-3887
 SID[ 26]: S-1-5-21-744383988-1260094714-854289474-1871
 SID[ 27]: S-1-5-21-744383988-1260094714-854289474-3886
 SID[ 28]: S-1-5-21-744383988-1260094714-854289474-4709
 SID[ 29]: S-1-5-21-744383988-1260094714-854289474-3734
 SID[ 30]: S-1-5-21-744383988-1260094714-854289474-4708
 SID[ 31]: S-1-5-21-744383988-1260094714-854289474-4652
 SID[ 32]: S-1-5-21-744383988-1260094714-854289474-1523
 SID[ 33]: S-1-5-21-744383988-1260094714-854289474-3797
 SID[ 34]: S-1-5-21-744383988-1260094714-854289474-3724
 SID[ 35]: S-1-5-21-744383988-1260094714-854289474-1549
 SID[ 36]: S-1-5-21-744383988-1260094714-854289474-4148
 SID[ 37]: S-1-5-21-744383988-1260094714-854289474-3862
 SID[ 38]: S-1-5-21-744383988-1260094714-854289474-3775
 SID[ 39]: S-1-5-21-744383988-1260094714-854289474-3908
 SID[ 40]: S-1-5-21-744383988-1260094714-854289474-1530
 SID[ 41]: S-1-5-21-744383988-1260094714-854289474-3646
 SID[ 42]: S-1-5-21-744383988-1260094714-854289474-1536
 SID[ 43]: S-1-5-21-744383988-1260094714-854289474-3845
 SID[ 44]: S-1-5-21-744383988-1260094714-854289474-1532
 SID[ 45]: S-1-5-21-744383988-1260094714-854289474-3847
 SID[ 46]: S-1-5-21-744383988-1260094714-854289474-3876
 SID[ 47]: S-1-5-21-744383988-1260094714-854289474-3874
 SID[ 48]: S-1-5-21-744383988-1260094714-854289474-1378
 SID[ 49]: S-1-5-21-744383988-1260094714-854289474-1712
 SID[ 50]: S-1-5-21-744383988-1260094714-854289474-1391
 SID[ 51]: S-1-5-21-744383988-1260094714-854289474-3817
 SID[ 52]: S-1-5-21-744383988-1260094714-854289474-1864
 SID[ 53]: S-1-5-21-744383988-1260094714-854289474-4149
 SID[ 54]: S-1-5-21-744383988-1260094714-854289474-4036
 SID[ 55]: S-1-5-21-744383988-1260094714-854289474-3781
 SID[ 56]: S-1-5-21-744383988-1260094714-854289474-3888
 SID[ 57]: S-1-5-21-744383988-1260094714-854289474-1554
 SID[ 58]: S-1-5-21-744383988-1260094714-854289474-1393
 SID[ 59]: S-1-5-21-744383988-1260094714-854289474-3834
 SID[ 60]: S-1-5-21-744383988-1260094714-854289474-1547
 SID[ 61]: S-1-5-21-744383988-1260094714-854289474-3632
 SID[ 62]: S-1-5-21-744383988-1260094714-854289474-3658
 SID[ 63]: S-1-5-32-545
 SE_PRIV  0x0 0x0 0x0 0x0
[2010/01/21 14:27:18, 5] auth/auth_util.c:debug_unix_user_token(474)
 UNIX token of user 500
 Primary group is 501 and contains 60 supplementary groups
 Group[  0]: 10007
 Group[  1]: 10008
 Group[  2]: 10071
 Group[  3]: 10009
 Group[  4]: 10011
 Group[  5]: 10012
 Group[  6]: 10013
 Group[  7]: 10014
 Group[  8]: 10015
 Group[  9]: 10016
 Group[ 10]: 10017
 Group[ 11]: 10018
 Group[ 12]: 10019
 Group[ 13]: 10072
 Group[ 14]: 10020
 Group[ 15]: 10021
 Group[ 16]: 10022
 Group[ 17]: 10062
 Group[ 18]: 10024
 Group[ 19]: 10059
 Group[ 20]: 10006
 Group[ 21]: 10025
 Group[ 22]: 10073
 Group[ 23]: 10026
 Group[ 24]: 10027
 Group[ 25]: 10028
 Group[ 26]: 10029
 Group[ 27]: 10074
 Group[ 28]: 10075
 Group[ 29]: 10031
 Group[ 30]: 10032
 Group[ 31]: 10033
 Group[ 32]: 10034
 Group[ 33]: 10035
 Group[ 34]: 10036
 Group[ 35]: 10037
 Group[ 36]: 10076
 Group[ 37]: 10038
 Group[ 38]: 10039
 Group[ 39]: 10040
 Group[ 40]: 10041
 Group[ 41]: 10042
 Group[ 42]: 10043
 Group[ 43]: 10044
 Group[ 44]: 10077
 Group[ 45]: 10046
 Group[ 46]: 10078
 Group[ 47]: 10048
 Group[ 48]: 10079
 Group[ 49]: 10049
 Group[ 50]: 10050
 Group[ 51]: 10052
 Group[ 52]: 10053
 Group[ 53]: 10054
 Group[ 54]: 10080
 Group[ 55]: 10055
 Group[ 56]: 10069
 Group[ 57]: 10056
 Group[ 58]: 10057
 Group[ 59]: 10001
[2010/01/21 14:27:18, 5] smbd/uid.c:change_to_user(273)
 change_to_user uid=(500,500) gid=(0,501)
[2010/01/21 14:27:18, 4] smbd/vfs.c:vfs_ChDir(665)
 vfs_ChDir to /home/group/cora
[2010/01/21 14:27:18, 3] smbd/trans2.c:call_trans2qfilepathinfo(3304)
 call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2010/01/21 14:27:18, 5] smbd/filename.c:unix_convert(147)
 unix_convert called on file ""
[2010/01/21 14:27:18, 5] smbd/filename.c:unix_convert(176)
 conversion finished "" -> .
[2010/01/21 14:27:18, 3] smbd/trans2.c:call_trans2qfilepathinfo(3355)
 call_trans2qfilepathinfo . (fnum = -1) level=1004 call=5 total_data=0
[2010/01/21 14:27:18, 5] smbd/trans2.c:call_trans2qfilepathinfo(3600)
 SMB_QFBI - create: Tue Sep 22 14:27:05 2009
  access: Thu Jan 21 14:27:01 2010
  write: Tue Sep 22 14:27:05 2009
  change: Tue Sep 22 14:27:05 2009
  mode: 10
[2010/01/21 14:27:18, 4] smbd/uid.c:change_to_user(183)
 change_to_user: Skipping user change - already user
[2010/01/21 14:27:18, 3] smbd/trans2.c:call_trans2findfirst(1704)
 call_trans2findfirst: dirtype = 16, maxentries = 1366,
close_after_first=0, close_if_end = 2 requires_resume_key = 4 level =
0x104, max_data_bytes = 16384
[2010/01/21 14:27:18, 5] smbd/filename.c:unix_convert(147)
 unix_convert called on file "*"
[2010/01/21 14:27:18, 5] smbd/filename.c:unix_convert(246)
 unix_convert begin: name = *, dirpath = , start = *
[2010/01/21 14:27:18, 5] smbd/filename.c:unix_convert(440)
 New file *
[2010/01/21 14:27:18, 5] smbd/trans2.c:call_trans2findfirst(1769)
 dir=./, mask = *
[2010/01/21 14:27:18, 5] smbd/dir.c:dptr_create(392)
 dptr_create dir=./
[2010/01/21 14:27:18, 3] smbd/dir.c:dptr_create(515)
 creating new dirptr 256 for path ./, expect_close = 1
[2010/01/21 14:27:18, 4] smbd/trans2.c:call_trans2findfirst(1837)
 dptr_num is 256, wcard = *, attr = 22
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./. fname=.
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./.. fname=..
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./1.3.7 fname=1.3.7
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./public_html fname=public_html
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./1.3.2 fname=1.3.2
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./1.3.8 fname=1.3.8
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./1.3.9 fname=1.3.9
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./1.3.5 fname=1.3.5
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./1.1.4 fname=1.1.4
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./1.0.1 fname=1.0.1
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./1.3.6 fname=1.3.6
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./1.3.3 fname=1.3.3
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./1.3.1 fname=1.3.1
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./1.3.4 fname=1.3.4
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./1.3.12 fname=1.3.12
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./1.3.10 fname=1.3.10
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./1.3.14 fname=1.3.14
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./1.3.13 fname=1.3.13
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./1.3.11 fname=1.3.11
[2010/01/21 14:27:18, 5] smbd/trans2.c:get_lanman2_dir_entry(1255)
 get_lanman2_dir_entry found ./1.1.3 fname=1.1.3
[2010/01/21 14:27:18, 5] smbd/trans2.c:call_trans2findfirst(1890)
 call_trans2findfirst - (2) closing dptr_num 256
[2010/01/21 14:27:18, 4] smbd/dir.c:dptr_close_internal(238)
 closing dptr key 256
[2010/01/21 14:27:20, 4] smbd/uid.c:change_to_user(183)
 change_to_user: Skipping user change - already user
[2010/01/21 14:27:20, 3] smbd/trans2.c:call_trans2qfsinfo(2285)
 call_trans2qfsinfo: level = 261
switch message SMBtrans2 (pid 3628) conn 0x2b927b6ee6c0
[2010/01/21 14:27:21, 4] smbd/uid.c:change_to_user(183)
 change_to_user: Skipping user change - already user
[2010/01/21 14:27:21, 3] smbd/trans2.c:call_trans2qfsinfo(2285)
 call_trans2qfsinfo: level = 261
switch message SMBtrans2 (pid 3628) conn 0x2b927b6ee6c0
[2010/01/21 14:27:21, 4] smbd/uid.c:change_to_user(183)
 change_to_user: Skipping user change - already user
[2010/01/21 14:27:21, 3] smbd/trans2.c:call_trans2qfilepathinfo(3304)
 call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 1004
[2010/01/21 14:27:21, 5] smbd/filename.c:unix_convert(147)
 unix_convert called on file "New Folder"
[2010/01/21 14:27:21, 5] smbd/filename.c:unix_convert(246)
 unix_convert begin: name = New Folder, dirpath = , start = New Folder
[2010/01/21 14:27:21, 5] smbd/filename.c:unix_convert(440)
 New file New Folder
[2010/01/21 14:27:21, 3] smbd/trans2.c:call_trans2qfilepathinfo(3340)
 call_trans2qfilepathinfo: SMB_VFS_STAT of New Folder failed (No such
file or directory)
[2010/01/21 14:27:21, 3] smbd/error.c:unix_error_packet(56)
 unix_error_packet: error string = No such file or directory
[2010/01/21 14:27:21, 3] smbd/error.c:error_packet_set(106)
 error packet at smbd/trans2.c(3341) cmd=50 (SMBtrans2)
[2010/01/21 14:27:21, 4] smbd/uid.c:change_to_user(183)
 change_to_user: Skipping user change - already user
[2010/01/21 14:27:21, 5] smbd/filename.c:unix_convert(147)
 unix_convert called on file "New Folder"
[2010/01/21 14:27:21, 5] smbd/filename.c:unix_convert(246)
 unix_convert begin: name = New Folder, dirpath = , start = New Folder
[2010/01/21 14:27:21, 5] smbd/filename.c:unix_convert(440)
 New file New Folder
[2010/01/21 14:27:21, 5] smbd/open.c:open_directory(2057)
 open_directory: opening directory New Folder, access_mask = 0x100001,
share_access = 0x3 create_options = 0x1, create_disposition = 0x2,
file_attributes = 0x80
[2010/01/21 14:27:21, 5] smbd/open.c:mkdir_internal(1952)
 mkdir_internal: failing create on read-only share cora
[2010/01/21 14:27:21, 2] smbd/open.c:open_directory(2092)
 open_directory: unable to create New Folder. Error was
NT_STATUS_ACCESS_DENIED
[2010/01/21 14:27:21, 3] smbd/error.c:error_packet_set(106)
 error packet at smbd/nttrans.c(805) cmd=162 (SMBntcreateX)
NT_STATUS_ACCESS_DENIED


I'm sorry for the length of the above but I am not sure what might be
relevant to understanding the problem.  As I interpret the problem,
Samba has determined that the share is read only for my client.  The
unix file permissions are correct in that I can perform the needed
operations while logged on under that account and, further, I can see
that, at one point, samba had determined to use the correct account and
group IDs.

I have tried various combinations of options both within smb.conf and 
within
nsswitch.conf.  I have tried changing nsswitch.conf so that winbind is 
used as
an option after the files are tried.  I have also replaced the @cora group
specification with references to my specific unix and domain user 
names.  Each
time that I have made these changes, I have faithfully restarted the 
samba service.
However, at no time have I been able to access this share in any but a 
read-only
fashion.  If anyone has some suggestions or troubleshooting tips, I 
would be most
grateful.

Regards,

Jon Trauntvein


More information about the samba mailing list