| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Sat Mar 2 03:57:34 CET 2013 on sn-devel-104
|
|
|
|
|
|
|
| |
metze
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Mon Oct 8 17:52:52 CEST 2012 on sn-devel-104
|
| |
|
| |
|
|
|
|
|
|
| |
Modified code to handle -k and --kerberos options to:
1. Throw the correct exception
2. On error, display the correct user's specified option
|
|
|
|
| |
Throw an exception when the --option value is invalid
|
|
|
|
| |
Throw an exception when --option value is not in the form "a=b"
|
|
|
|
| |
Raise exception when -d or --debuglevel value is <0
|
| |
|
|
|
|
|
|
|
| |
value is specified.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Wed Oct 12 02:12:21 CEST 2011 on sn-devel-104
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The --realm argument is again optional (the previous code would take the default
from the default smb.conf, not the one specified) and --targetdir is now a
named argument much like it is to provision.
We now test the --testparm option to ensure it behaves the way we expect.
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Tue Sep 13 16:30:31 CEST 2011 on sn-devel-104
|
|
|
|
|
| |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Tue Sep 13 03:51:13 CEST 2011 on sn-devel-104
|
|
|
|
|
|
| |
- fallback to machine account where possible
- default to local hostname where this is reasonable
|
| |
|
|
|
|
|
|
|
| |
The option "-k no" was not correctly disabling kerberos in python
programs
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
|
|
|
|
|
| |
are supplied on command line and caller doesn't want us
to guess credentials from environment
|
|
|
|
|
|
|
| |
this allows override of server IP address, bypassing NBT or DNS name
resolution of DCs
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
|
|
|
|
|
|
|
|
| |
Using "#!/usr/bin/env python" is more portable. It still isn't ideal
though, as we should really use the python path found at configure
time. We do that in many places already, but some don't.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
|
|
|
|
|
| |
this is needed for net vampire
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
|
|
|
|
|
|
| |
also fixed the -d option to use lp.set() which calls lp_set_cmdline()
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
|
| |
|
| |
|
|
|
|
|
| |
very useful for debugging our cPython extensions, such as dcerpc
modules
|
|
|
|
|
|
|
|
|
|
| |
Previously the "no_pass" and "no_pass2" variables weren't handled correctly.
Since at the initialisation of the "CredentialsOptions" we don't have any
password at all. Only afterwards we could get one through "set_password".
If a password is specified, use it. If no password is specified, consider the
use fo an input mask on STDOUT. But if the loadparm context contains one prefer
it over the input.
|
|
|
|
|
|
|
|
| |
This tool is integrated with Samba4 Ldb. It provides a useful output
where you can find easy differences in objects or attributes within
naming context (Domain, Configuration or Schema).
Added functionality for two sets of credentials.
|
| |
|
| |
|
|
|
|
|
| |
SAM database.
(This used to be commit be75b2a36ee49f66ada3ec3ababa82d74085d559)
|
|
|
|
| |
(This used to be commit bdf1c039db6c184a9f275a6e4bf3786570cc924a)
|
|
|
|
| |
(This used to be commit 8be7d93735a357a3b73a1c4413d6fd9ec09b7555)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
(This used to be commit a90f3e8c420bec7fd7a39e0d5e2df6b32aedcdd5)
|
|
|
|
|
| |
and default to using system smb.conf.
(This used to be commit b3afde0f00ab5093b577b139a062c233d4db2524)
|
|
|
|
| |
(This used to be commit ee71a27bca66426d34cb1d686a83ac6a342329d3)
|
|
|
|
| |
(This used to be commit 3c329ee73d9979236313c37e51750ec06b8dd69e)
|
|
|
|
| |
(This used to be commit e48026b17d682c01eb3343ef35f6e847b18fa297)
|
|
|
|
| |
(This used to be commit 2f33e0451d6699fed8bc9abfa2f331317502b358)
|
|
|
|
| |
(This used to be commit 9ef3b7de6baadeb2240ef9d24c55be9dc4cccf1e)
|
|
swig torture code to common python directory as well.
(This used to be commit cbf656ff054ab2b0b5ca81e1d4f16ac54c8098f1)
|