Displaying 2 results from an estimated 2 matches for "1182a1185".
Did you mean:
1181185
2000 Feb 18
0
Different Domain Login.
...}
> }
>
-- param/loadparm.c --
# diff param/loadparm.c.orig param/loadparm.c
122a123
> char *szDefaultAuthDomain;
540a542
> {"default authentication domain", P_USTRING, P_GLOBAL, &Globals.szDefaultAuthDomain, NULL, NULL, FLAG_BASIC|FLAG_DOS_STRING},
1182a1185
> FN_GLOBAL_STRING(lp_defaultauthdomain,&Globals.szDefaultAuthDomain)
-- include/proto.h --
# diff include/proto.h.orig include/proto.h
1006a1007
> char *lp_defaultauthdomain(void);
Ryan Wyler wrote:
>
> Here at motorola we are doing a 'TEST' implementation of samba....
2000 Feb 18
0
Different Domain Login. UPDATED
...}
> }
>
-- param/loadparm.c --
# diff param/loadparm.c.orig param/loadparm.c
122a123
> char *szDefaultAuthDomain;
540a542
> {"default authentication domain", P_USTRING, P_GLOBAL, &Globals.szDefaultAuthDomain, NULL, NULL, FLAG_BASIC|FLAG_DOS_STRING},
1182a1185
> FN_GLOBAL_STRING(lp_defaultauthdomain,&Globals.szDefaultAuthDomain)
-- include/proto.h --
# diff include/proto.h.orig include/proto.h
1006a1007
> char *lp_defaultauthdomain(void);
Ryan Wyler wrote:
>
> Here at motorola we are doing a 'TEST' implementation of samba....