summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_setup_domains.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-27s4:winbind - Fix it another time upMatthias Dieter Wallnöfer1-2/+14
The first fix attempt did break some configurations (incl. "make test"). This now is the right fix with the right comment.
2009-11-27s4:provision - Fix up the provision of "standalone" and "member" modeMatthias Dieter Wallnöfer1-1/+1
Both modes weren't possible anymore since 1.) the secrets entry wasn't created, 2.) a lookup in winbindd was done using "lp_workgroup()" rather than "lp_sam_name()" (since on the mentioned two configurations we use the netbios name as domainname - and not the workgroup).
2009-10-20s4: ran minimal_includes.pl on source4/winbindAndrew Tridgell1-1/+0
2008-12-06s4:winbind: move setting up the primary_sid into a new function ↵Stefan Metzmacher1-0/+42
wbsrv_setup_domains() metze