Adding SQL stuff for SMB auth module
This commit is contained in:
parent
0cafc23812
commit
bc67304535
1 changed files with 5 additions and 3 deletions
|
|
@ -26,7 +26,9 @@ alter table discussion add column userDefined3 varchar(255);
|
|||
alter table discussion add column userDefined4 varchar(255);
|
||||
alter table discussion add column userDefined5 varchar(255);
|
||||
|
||||
|
||||
|
||||
|
||||
--- SMB authentication module ----------------------------------------------
|
||||
insert into settings (name,value) values ('smbPDC','your PDC');
|
||||
insert into settings (name,value) values ('smbBDC','your BDC');
|
||||
insert into settings (name,value) values ('smbDomain','your NT Domain');
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue