However; I rebooted and went to access the file share and got access denied. The log shows:
Code: Select all
winbindd[2746]: [2016/02/02 13:24:25.772363, 0] ../source3/libads/sasl.c:1025(ads_sasl_spnego_bind)
winbindd[2746]: kinit succeeded but ads_sasl_spnego_krb5_bind failed: Miscellaneous failure (see text) : Clock skew too great
The system shows UTC times in all logs though even though I've entered a timezone, is that correct? I'd vastly prefer the actual local EET time in the web UI though.
I also installed zfsnap and am using it to generate snapshots and they should be shadow copy compatible the way I set it up according to a thread from last year, but trying to access previous versions does this:
Code: Select all
smbd[4661]: FSCTL_GET_SHADOW_COPY_DATA: connectpath /mnt/storage/it, failed - NT_STATUS_ACCESS_DENIED.
smbd[4669]: [2016/02/02 13:54:45.111276, 0] ../source3/modules/vfs_shadow_copy2.c:1211(check_access_snapdir)
smbd[4669]: user does not have list permission on snapdir /mnt/storage/it/.zfs/snapshot
smbd[4669]: [2016/02/02 13:54:45.111352, 0] ../source3/modules/vfs_shadow_copy2.c:1380(shadow_copy2_get_shadow_copy_data)
smbd[4669]: access denied on listing snapdir /mnt/storage/it/.zfs/snapshot
smbd[4669]: [2016/02/02 13:54:45.111371, 0] ../source3/modules/vfs_default.c:1145(vfswrap_fsctl)
smbd[4669]: FSCTL_GET_SHADOW_COPY_DATA: connectpath /mnt/storage/it, failed - NT_STATUS_ACCESS_DENIED.
Does the .zfs dir have to be visible to users to expose the shadow copies in windows? I would prefer it not be accessible to not confuse my users.

