Displaying 4 results from an estimated 4 matches for "debugadd".
Did you mean:
debugaddc
2004 May 26
2
duplicate domains in browse list
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
i recently upgraded some of my servers from 3.0.2a to 3.0.4
after the upgrade my browselist shows duplicate entries for the domains.
one domains is managed by a samba PDC(providing WINS too) and two samba
BDC's.
the other domains are managed by one samba PDC.
'smbclient -N -L <WINS_SERVER>' shows:
- ---
Workgroup
2000 Jan 30
0
More checks for param/loadparm.c
...Value, char **parm_ptr) {
> char *p;
> pstring buf;
>
> *buf = '\0';
> if (Globals.security != SEC_SERVER && Globals.security != SEC_DOMAIN) {
> DEBUG(0,("WARNING: password server set to \"%s\", ",pszParmValue));
> DEBUGADD(0,("but security is neither server nor domain.\n"
> "password server value ignored\n"));
> return True;
> }
>
> /* a "*" by itself means search for Primary or Backup Domain controllers */
> if (Globals.security == SEC_DOMAIN &&a...
2013 Feb 20
1
What will happen if I disable reverse check for \\server\printer on samba?
Hi team,
In Samba 3.6, rpc_server/spoolss/srv_spoolss_nt.c file has this stance at
line 1740:
/* some sanity check because you can open a printer or a print
server */
/* aka: \\server\printer or \\server */
DEBUGADD(3,("checking name: %s\n", r->in.printername));
result = open_printer_hnd(p, r->out.handle, r->in.printername, 0);
if (!W_ERROR_IS_OK(result)) {
DEBUG(0,("_spoolss_OpenPrinterEx: Cannot open a printer handle "
"for printer %s\n", r->in.printername));
ZERO...
2014 Nov 04
1
Solution for: "Samba server does not show up in Windows Network Places"
...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 domain controller' not compatible with running nmbd standalone. \n"));
- DEBUGADD(0, ("You should start 'samba' instead, and it will control starting the internal nbt server\n"));
- exit(1);
- }
-
msg = messaging_init(NULL, server_event_context());
if (msg == NULL) {
return 1;
Then recompile.
I turn off nbt for the samba4 daemon in /etc/smb.conf
Then...