Displaying 3 results from an estimated 3 matches for "44z".
Did you mean:
440
1999 Apr 13
0
Locking problem?
...amm module I get an error message from the program, can not open
file.
The corresponding logfile is here:
[1999/04/12 21:38:23, 3] lib/doscalls.c:dos_ChDir(327)
dos_ChDir to /samba/vol1/ramicro
[1999/04/12 21:38:23, 5] smbd/filename.c:unix_convert(346)
unix_convert called on file "\RA\ZVT\44Z"
[1999/04/12 21:38:23, 3] lib/util.c:unix_clean_name(609)
unix_clean_name [/RA/ZVT/44Z]
[1999/04/12 21:38:23, 5] smbd/mangle.c:is_8_3(335)
Checking 44Z for 8.3
[1999/04/12 21:38:23, 3] lib/util.c:unix_clean_name(609)
unix_clean_name [ra/zvt/44Z]
[1999/04/12 21:38:23, 3] smbd/error.c:erro...
2017 Feb 06
2
Regular users can't log in to Samba AD DC from Windows
...read only = No
[samba-share]
path = /samba-share
read only = no
The generated krb5.conf:
[libdefaults]
default_realm = RW.LAN
dns_lookup_realm = false
dns_lookup_kdc = true
/etc/nsswitch.conf:
# $FreeBSD: releng/11.0/etc/nsswitch.conf 301711 2016-06-09 01:28:44Z
markj $
#
group: files winbind
group_compat: nis
hosts: files dns
netgroup: compat
networks: files
passwd: files winbind
passwd_compat: nis
shells: files
services: compat
services_compat: nis
protocols: files
rpc: files
All suggested tests (LDAP, SRV, A, Kerberos) passed; I also created a
revers...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...000 -0700
-+++ tpm_emulator/Makefile 2006-07-24 14:35:35.000000000 -0700
-@@ -1,24 +1,40 @@
- # Software-Based Trusted Platform Module (TPM) Emulator for Linux
- # Copyright (C) 2004 Mario Strasser <mast@gmx.net>
-+# Copyright (C) 2006 INTEL Corp.
- #
- # $Id: Makefile 115 2006-06-23 10:36:44Z mast $
-
--# kernel settings
--KERNEL_RELEASE := $(shell uname -r)
--KERNEL_BUILD := /lib/modules/$(KERNEL_RELEASE)/build
--MOD_SUBDIR := misc
-+COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/)
-
- # module settings
--MODULE_NAME := tpm_emulator
-+BIN := tpm_emulator...