Displaying 4 results from an estimated 4 matches for "w_error_is_ok".
2013 Feb 20
1
What will happen if I disable reverse check for \\server\printer on samba?
...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_STRUCTP(r->out.handle);
return result;
}
In my specific environment it causes a problem, because when client calls
the cluster under its public nam...
2017 Jun 13
2
skip chunk if "DRS linked attribute for GUID - DN not found"
...@ -916,7 +916,7 @@ static void dreplsrv_op_pull_source_apply_changes_trigger(struct tevent_req *req
&state->op->source_dsa->notify_uSN);
talloc_free(objects);
- if (!W_ERROR_IS_OK(status)) {
+ if (!W_ERROR_IS_OK(status) && !W_ERROR_EQUAL(status, WERR_DS_NO_SUCH_OBJECT)) {
/*
* If we failed to apply the records due to a missing
@@ -943,6 +943,11 @@ static void dreplsrv_op_pull_source_apply_chang...
2013 Oct 30
1
samba-4.1.0 wont compile- help!
.../source3/lib/smbconf/smbconf_reg.c:148:9: error: 'REG_KEY_WRITE' undeclared
(first use in this function)
REG_KEY_WRITE, newkey, &action);
^
../source3/lib/smbconf/smbconf_reg.c:149:40: error: 'REG_CREATED_NEW_KEY'
undeclared (first use in this function)
if (W_ERROR_IS_OK(werr) && (action != REG_CREATED_NEW_KEY)) {
^
../source3/lib/smbconf/smbconf_reg.c: In function 'smbconf_reg_set_value':
../source3/lib/smbconf/smbconf_reg.c:199:28: error: 'struct registry_key' has
no member named 'key'
sub...
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