search for: have_netgroup

Displaying 5 results from an estimated 5 matches for "have_netgroup".

Did you mean: have_netgroup_h
2000 Jun 12
0
Samba patches - where best to send them?
...ot;incoming", and are mostly without followup messages). A couple of weeks ago I submitted a modest patch (http://samba.org/samba-patches?findid=106) to feedback some changes that I'd made to "configure.in" in order to get "configure" to properly detect and support the HAVE_NETGROUP feature on a RedHat Linux system. I don't expect accolades or Samba t-shirts to rain down on me for this small contribution, but it would be useful to have some indication whether it was acceptable or whether there was anything else that I needed to do. The samba-patches system looks like a ni...
2019 Oct 29
0
auth logging or auditing
...REATE ?? HAVE_MEMALIGN ?? HAVE_MEMCPY ?? HAVE_MEMMEM ?? HAVE_MEMMOVE ?? HAVE_MEMSET ?? HAVE_MKDIR_MODE ?? HAVE_MKDTEMP ?? HAVE_MKNOD ?? HAVE_MKTIME ?? HAVE_MLOCK ?? HAVE_MLOCKALL ?? HAVE_MMAP ?? HAVE_MREMAP ?? HAVE_MUNLOCK ?? HAVE_MUNLOCKALL ?? HAVE_NANOSLEEP ?? HAVE_NATIVE_ICONV ?? HAVE_NCURSES ?? HAVE_NETGROUP ?? HAVE_NEW_FIELD ?? HAVE_NEW_FORM ?? HAVE_NEW_PANEL ?? HAVE_NFS_QUOTAS ?? HAVE_NFTW ?? HAVE_OFD_LOCKS ?? HAVE_OPENAT ?? HAVE_OPENPTY ?? HAVE_OPEN_O_DIRECT ?? HAVE_PATHCONF ?? HAVE_PEERCRED ?? HAVE_PERL_MAKEMAKER ?? HAVE_PIPE ?? HAVE_POLL ?? HAVE_POPT ?? HAVE_POPTGETCONTEXT ?? HAVE_POSIX_ACLS ?? HA...
2020 May 29
2
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
Samba 4.12.1, single server with AD+DC on Ubuntu 18.04. Filesystem: /dev/sdb1 on /home type ext4 (rw,relatime,stripe=32750,data=ordered) It all work as expected, but I occasionally get the error in subject which denies access to shares. Restarting Samba will restore functionality. What can be the cause of this problem? Thanks. [2020/05/27 18:24:35.795379, 8]
2020 Jun 03
3
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
..._CREATE HAVE_MEMALIGN HAVE_MEMCPY HAVE_MEMMEM HAVE_MEMMOVE HAVE_MEMSET HAVE_MKDIR_MODE HAVE_MKDTEMP HAVE_MKNOD HAVE_MKNODAT HAVE_MKTIME HAVE_MLOCK HAVE_MLOCKALL HAVE_MMAP HAVE_MREMAP HAVE_MUNLOCK HAVE_MUNLOCKALL HAVE_NATIVE_ICONV HAVE_NCURSES HAVE_NETGROUP HAVE_NEW_FIELD HAVE_NEW_FORM HAVE_NEW_LIBREADLINE HAVE_NEW_PANEL HAVE_NFS_QUOTAS HAVE_NFTW HAVE_OFD_LOCKS HAVE_OPENAT HAVE_OPENPTY HAVE_OPEN_O_DIRECT HAVE_PAM_GET_DATA HAVE_PAM_RADIO_TYPE HAVE_PAM_RHOST HAVE_PAM_START HAVE_PAM_TTY HAVE_PAM_VSYSLOG...
2003 Dec 01
0
No subject
...lp_ssl_reqClientCert(void); BOOL lp_ssl_reqServerCert(void); diff -r -u samba-2.2.1a-vanilla/source/lib/util.c samba-2.2.1a/source/lib/util.c --- samba-2.2.1a-vanilla/source/lib/util.c Fri Jul 6 04:01:35 2001 +++ samba-2.2.1a/source/lib/util.c Mon Jul 16 11:41:06 2001 @@ -52,7 +52,7 @@ #endif /* HAVE_NETGROUP && WITH_AUTOMOUNT */ #ifdef WITH_SSL -#include <ssl.h> +#include <openssl/ssl.h> #undef Realloc /* SSLeay defines this and samba has a function of this name */ extern SSL *ssl; extern int sslFd; diff -r -u samba-2.2.1a-vanilla/source/lib/util_sock.c samba-2.2.1a/source/...