summaryrefslogtreecommitdiff
path: root/source4/nsswitch
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r685: The SAM is dead! Long live the new SAM! ;-)Andrew Bartlett1-201/+0
This commit kills passdb, which was only hosting the auth subsystem. With the work tridge has done on Samba4's SAM backend, this can (and now is) all hosted on ldb. The auth_sam.c file now references this backend. You will need to assign your users passwords in ldb - adding a new line: unicodePwd: myPass to a record, using ldbedit, should be sufficient. Naturally, this assumes you have had your personal SAMR provisioning tutorial from tridge. Everybody else can still use the anonymous logins. Andrew Bartlett (This used to be commit 2aa0b55fb86648731d5f2201fa5a6aa993b7ca48)
2007-10-10r42: importing .cvsignore filesGerald Carter1-4/+0
(This used to be commit 11717ae912449bde596ff6cf7d8fddcc86548f15)
2003-12-02Initial step at cleaning and splitting up configure.in.Jelmer Vernooij1-0/+105
(This used to be commit 369a9c1ac1ff94a1d3f51eac20a39577f9cf2155)
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2-2/+2
(This used to be commit 4cf3839b727c77a727abb558bd9473119a092913)
2003-08-13first public release of samba4 codeAndrew Tridgell32-0/+13857
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)