Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-04 | Fix a valgrind error: rpc_bind talloc_move()s the auth struct | Volker Lendecke | 1 | -2/+0 | |
2009-02-04 | Ensure null termination of the password in mymachinepw, remove a debug | Volker Lendecke | 1 | -3/+1 | |
2008-10-06 | Add netlogond auth method | Volker Lendecke | 1 | -0/+321 | |
This authenticates against a local running samba4 using SamLogonEx. We retrieve the machine password using samba4's mymachinepwd script and store the schannel key for re-use in secrets.tdb. |