Displaying 7 results from an estimated 7 matches for "lp_parm_bool".
2005 Feb 08
2
compiling on an old system...
...EBUGLEVEL_CLASS_ISSET'
modules/vfs_recycle.po(.text+0x1da): undefined reference to `dbghdr'
modules/vfs_recycle.po(.text+0x1f1): undefined reference to `dbgtext'
modules/vfs_recycle.po: In function `recycle_keep_dir_tree':
modules/vfs_recycle.po(.text+0x247): undefined reference to
`lp_parm_bool'
modules/vfs_recycle.po(.text+0x255): undefined reference to
`DEBUGLEVEL_CLASS'
modules/vfs_recycle.po(.text+0x266): undefined reference to
`DEBUGLEVEL_CLASS_ISSET'
modules/vfs_recycle.po(.text+0x28a): undefined reference to `dbghdr'
modules/vfs_recycle.po(.text+0x2b3): undefined re...
2014 Nov 04
1
Solution for: "Samba server does not show up in Windows Network Places"
...doing this. Essentially, I remove role check in nmbd.c as follows:
--- samba-4.1.13.orig/source3/nmbd/nmbd.c
+++ samba-4.1.13/source3/nmbd/nmbd.c
@@ -914,16 +914,6 @@ static bool open_sockets(bool isdaemon,
reopen_logs();
- if (lp_server_role() == ROLE_ACTIVE_DIRECTORY_DC
- && !lp_parm_bool(-1, "server role check", "inhibit", false)) {
- /* TODO: when we have a merged set of defaults for
- * loadparm, we could possibly check if the internal
- * nbt server is in the list, and allow a startup if disabled */
- DEBUG(0, ("server role = 'active directory...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...ZE];
> uint8_t sys_acl_hash_tmp[XATTR_SD_HASH_SIZE];
> - struct security_descriptor *psd = NULL;
> + struct security_descriptor *psd_blob = NULL;
> struct security_descriptor *pdesc_next = NULL;
> const struct smb_filename *smb_fname = NULL;
> bool ignore_file_system_acl = lp_parm_bool(SNUM(handle->conn),
> @@ -509,25 +509,25 @@ static NTSTATUS get_nt_acl_internal(vfs_handle_struct *handle,
> if (!NT_STATUS_IS_OK(status)) {
> DEBUG(10, ("get_nt_acl_internal: get_acl_blob returned %s\n",
> nt_errstr(status)));
> - psd = NULL;
> + psd_blob...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 06:33:26PM +0200, Ralph Böhme via samba wrote:
> On Thu, Aug 25, 2016 at 12:14:00PM -0700, Jeremy Allison wrote:
> > On Wed, Aug 24, 2016 at 04:06:42PM +0200, Ralph Böhme via samba wrote:
> > >
> > > Yeah, as much as I'd like to avoid adding a new option, I guess we
> > > have to do something about it, my latest take on this is
>
2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
...ZE];
> uint8_t sys_acl_hash_tmp[XATTR_SD_HASH_SIZE];
> - struct security_descriptor *psd = NULL;
> + struct security_descriptor *psd_blob = NULL;
> struct security_descriptor *pdesc_next = NULL;
> const struct smb_filename *smb_fname = NULL;
> bool ignore_file_system_acl = lp_parm_bool(SNUM(handle->conn),
> @@ -509,25 +509,25 @@ static NTSTATUS get_nt_acl_internal(vfs_handle_struct *handle,
> if (!NT_STATUS_IS_OK(status)) {
> DEBUG(10, ("get_nt_acl_internal: get_acl_blob returned %s\n",
> nt_errstr(status)));
> - psd = NULL;
> + psd_blob...
2016 Aug 27
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 04:03:49PM -0700, Jeremy Allison wrote:
> On Fri, Aug 26, 2016 at 02:46:19PM -0700, Jeremy Allison via samba wrote:
> > On Fri, Aug 26, 2016 at 06:44:05PM +0200, Ralph Böhme wrote:
> > >
> > > Cheerio!
> > > -slow
> >
> > Still reviewing this - but a few things that will need changing:
> >
> > When adding the
2004 Oct 21
0
compile errors samba 3.0.7 vfs
...EBUGLEVEL_CLASS_ISSET'
modules/vfs_recycle.po(.text+0x1d3): undefined reference to `dbghdr'
modules/vfs_recycle.po(.text+0x1ea): undefined reference to `dbgtext'
modules/vfs_recycle.po: In function `recycle_keep_dir_tree':
modules/vfs_recycle.po(.text+0x23b): undefined reference to `lp_parm_bool'
modules/vfs_recycle.po(.text+0x243): undefined reference to
`DEBUGLEVEL_CLASS'
modules/vfs_recycle.po(.text+0x25a): undefined reference to
`DEBUGLEVEL_CLASS_ISSET'
modules/vfs_recycle.po(.text+0x27e): undefined reference to `dbghdr'
modules/vfs_recycle.po(.text+0x2a5): undefined...