summaryrefslogtreecommitdiff
path: root/source4/auth/credentials/credentials.py
AgeCommit message (Collapse)AuthorFilesLines
2008-04-05Extend credentials python API to include set_machine_account.Andrew Bartlett1-0/+1
Andrew Bartlett (This used to be commit 88b7a3980c7be90ea0099a3ecf08ad00fa89ea1a)
2008-03-28Fix and test python scripts and kerberosAndrew Bartlett1-0/+5
This fixes up the python credentials interface in a number of areas, with the aim of supporting '-k yes' as a command line option. (This enables the use of kerberos). As such, I've had to change the get_credentials call to take a loadparm context, so that the credentials can be initialised correctly. The test_kinit script has been modified to prove that this continues to work, as well as to provide greater code coverage of the kerberos paths. Andrew Bartlett (This used to be commit 727ef40c2b56910028ef3c1092b8eab1bfa6ce63)
2008-01-24python: Add bindings for cli_credentials_set_cmdline_callbacks().Jelmer Vernooij1-0/+1
(This used to be commit 557207f86ba901262e76704df5c51888b2737ddf)
2007-12-21r26445: Fix credentials python bindings.Jelmer Vernooij1-0/+1
(This used to be commit 7a78d4cbedbe03ea227e66e6f573fca7519fbf67)
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij1-28/+31
(This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41)
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij1-0/+85
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)