Displaying 6 results from an estimated 6 matches for "add_option_group".
2024 Jun 06
1
Failed to bind to uuid NT_STATUS_LOGON_FAILURE
...from samba.upgradehelpers import (get_paths,
> get_ldbs,
> update_machine_account_password)
>
> parser = optparse.OptionParser("chgtdcpass [options]")
> sambaopts = options.SambaOptions(parser)
> parser.add_option_group(sambaopts)
> parser.add_option_group(options.VersionOptions(parser))
> credopts = options.CredentialsOptions(parser)
> parser.add_option_group(credopts)
>
> opts = parser.parse_args()[0]
>
> lp = sambaopts.get_loadparm()
> smbconf = lp.configfile
> creds = credopts.get_...
2024 Jun 06
1
Failed to bind to uuid NT_STATUS_LOGON_FAILURE
...port (get_paths,
> > get_ldbs,
> > update_machine_account_password)
> >
> > parser = optparse.OptionParser("chgtdcpass [options]")
> > sambaopts = options.SambaOptions(parser)
> > parser.add_option_group(sambaopts)
> > parser.add_option_group(options.VersionOptions(parser))
> > credopts = options.CredentialsOptions(parser)
> > parser.add_option_group(credopts)
> >
> > opts = parser.parse_args()[0]
> >
> > lp = sambaopts.get_loadparm()
> > smbconf = lp...
2024 Jun 06
1
Failed to bind to uuid NT_STATUS_LOGON_FAILURE
...find_provision_key_parameters
from samba.upgradehelpers import (get_paths,
get_ldbs,
update_machine_account_password)
parser = optparse.OptionParser("chgtdcpass [options]")
sambaopts = options.SambaOptions(parser)
parser.add_option_group(sambaopts)
parser.add_option_group(options.VersionOptions(parser))
credopts = options.CredentialsOptions(parser)
parser.add_option_group(credopts)
opts = parser.parse_args()[0]
lp = sambaopts.get_loadparm()
smbconf = lp.configfile
creds = credopts.get_credentials(lp)
creds.set_kerberos_state(DONT...
2024 Jun 06
1
Failed to bind to uuid NT_STATUS_LOGON_FAILURE
...; > get_ldbs,
>> > update_machine_account_password)
>> >
>> > parser = optparse.OptionParser("chgtdcpass [options]")
>> > sambaopts = options.SambaOptions(parser)
>> > parser.add_option_group(sambaopts)
>> > parser.add_option_group(options.VersionOptions(parser))
>> > credopts = options.CredentialsOptions(parser)
>> > parser.add_option_group(credopts)
>> >
>> > opts = parser.parse_args()[0]
>> >
>> > lp = sambaopts.get_loadp...
2024 Jun 05
1
Failed to bind to uuid NT_STATUS_LOGON_FAILURE
Add a 'private dir' to your smb.conf matching where your Samba packages
are putting 'private'.
Andrew Bartlett
On Wed, 2024-06-05 at 17:13 +0300, Omnis ludis - games via samba wrote:
> I tried to run with this command, but I get an error./chgtdcpass --
> configfile=/opt/samba/etc/smb.confmodule samba_dsdb initialization
> failed : No such objectUnable to load modules for
2015 Nov 14
3
[lit] RFC: Per test timeout
Hi,
A feature I've wanted in lit for a while is a having a timeout per
test. Attached
are patches that implement this idea.
I'm e-mailing llvm-dev rather than llvm-commits
because I want to gather more feedback on my initial implementation and
hopefully some answers to some unresolved issues with my implementation.
Currently in lit you can set a global timeout for
all of the tests but