Re: lp_sam_backend

2002-09-07 Thread Kai Krueger
)); - /* No such backend found */ - SAFE_FREE(module_name); return NT_STATUS_INVALID_PARAMETER; } + + + +NTSTATUS make_sam_context_conf(SAM_CONTEXT **context) +{ + int i = 0; + SAM_METHODS *curmethods, *tmpmethods; + char **sam_backends_param = lp_sam_backend

lp_sam_backend

2002-09-05 Thread Kai Krueger
Hi Jelmer, Hi Andrew, Hi Stefan I've started to code up some functions to parse the lp_sam_backend list and create a sam_context from it. In contrast to the current implementation, these functions can take a domain name per backend and pass it down to the apropriate sam_init(). To create