Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: use '#!/usr/bin/env python' to cope with varying install locations | Andrew Tridgell | 2010-03-25 | 1 | -1/+1 |
| | | | | this should be much more portable | ||||
* | s4:credentials Add hooks to extract a named Kerberos credentials cache | Andrew Bartlett | 2010-02-20 | 1 | -0/+30 |
This allows the integration of external tools that can't be linked into C or python, but need to authenticate as the local machine account. The machineaccountccache script demonstrates this, and debugging has been improved in cli_credentials_set_secrets() by passing back and error string. Andrew Bartlett |