search for: credopts

Displaying 20 results from an estimated 32 matches for "credopts".

Did you mean: credits
2024 Jun 06
1
Failed to bind to uuid NT_STATUS_LOGON_FAILURE
...> 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_USE_KERBEROS) > > > if _...
2024 Jun 06
1
Failed to bind to uuid NT_STATUS_LOGON_FAILURE
...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(DO...
2019 Apr 06
2
"00002020: Operation unavailable without authentication" using python-ldap
Hello, I'm writing in regards to this issue I opened on GitHub: https://github.com/python-ldap/python-ldap/issues/275 I am able to successfully use ldapsearch to query my Samba 4.9.4-Debian DC: ldapsearch -LLL -Y GSSAPI -H ldap://samba-dc.ad.example.com -b "dc=ad,dc=example,dc=com" "(objectClass=user)" "sAMAccountName" However, when I try to use python-ldap I
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_loadparm() smbconf = lp.configfile creds = credopts.get_credentials(lp) creds.set_kerberos_state(DONT_USE_KERBEROS) if __name__ == '__main__': paths = get_paths(pa...
2019 Apr 06
0
"00002020: Operation unavailable without authentication" using python-ldap
...takes_options = [ Option("-H", "--URL", help="LDB URL for database or target server", type=str, metavar="URL", dest="H"), ] takes_optiongroups = { "sambaopts": options.SambaOptions, "credopts": options.CredentialsOptions, "versionopts": options.VersionOptions, } def run(self, sambaopts=None, credopts=None, versionopts=None, H=None): lp = sambaopts.get_loadparm() creds = credopts.get_credentials(lp, fallback_machine=True) samdb = S...
2010 May 26
1
Samba4 Patch: newuseradv and newgroupadv scripts for net cmd utlity
Hi all, As per Jelmer's request - in response to bug #7455 attached diff file. Please let me know what you think and if any modificationes need to be performed Regards Luk -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: newusergroupadv.diff URL:
2024 Jun 06
1
Failed to bind to uuid NT_STATUS_LOGON_FAILURE
..._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) >>...
2020 Jul 08
2
Can't use samba-tool gpo restore command
...olicies,CN=System,DC=teszt,DC=darabanth,DC=pro > <> ? File "/usr/lib64/python3.6/site-packages/samba/netcmd/__init__.py", line 186, in _run ??? return self.run(*args, **kwargs) ? File "/usr/lib64/python3.6/site-packages/samba/netcmd/gpo.py", line 1417, in run ??? credopts, versionopts) ? File "/usr/lib64/python3.6/site-packages/samba/netcmd/gpo.py", line 1239, in run Do you have any idea what cause the problem or I use the command incorrectly? I have already checked the offical site -> https://wiki.samba.org/index.php/GPO_Backup_and_Restore My sy...
2016 Jul 07
4
FSMO Transfer fail
...9; referenced before assignment File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175, in _run return self.run(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/samba/netcmd/fsmo.py", line 452, in run transfer_dns_role(self.outf, sambaopts, credopts, "domaindns", samdb) File "/usr/lib/python2.7/dist-packages/samba/netcmd/fsmo.py", line 76, in transfer_dns_role master_dns_name = '%s._msdcs.%s' % (master_guid, root at gteste2:~# root at gteste2:~# ​Thanks, ​Anderson Hoffmann​ 2016-07-07 16:43 GMT-03:00 Jaso...
2017 Jan 27
3
LDAP_INSUFFICIENT_ACCESS_RIGHTS error stops FSMO transfer
Attempting to move FSMO roles from one SerNET Samba 4.5.4 DC to another, all roles transfered except the DNS related ones - those fail with an LDAP_INSUFFICIENT_ACCESS_RIGHTS [root at larkin28 ~]# samba-tool fsmo show SchemaMasterRole owner: CN=NTDS Settings,CN=LARKIN28,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=micore,DC=us InfrastructureMasterRole owner: CN=NTDS
2023 Jan 12
1
problems with sysvol after fsmo transfer
...e 'drs_utils' ? File "/usr/lib64/python2.7/site-packages/samba/netcmd/__init__.py", line 176, in _run ??? return self.run(*args, **kwargs) ? File "/usr/lib64/python2.7/site-packages/samba/netcmd/fsmo.py", line 520, in run ??? transfer_dns_role(self.outf, sambaopts, credopts, role, samdb) ? File "/usr/lib64/python2.7/site-packages/samba/netcmd/fsmo.py", line 129, in transfer_dns_role ??? except samba.drs_utils.drsException, e: srv-kb-dc1:~ # samba-tool fsmo transfer --role=domaindns -k yes This DC already has the 'domaindns' FSMO role srv-kb-dc1:~...
2016 Jul 07
1
FSMO Transfer fail
...9; referenced before assignment File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175, in _run return self.run(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/samba/netcmd/fsmo.py", line 452, in run transfer_dns_role(self.outf, sambaopts, credopts, "domaindns", samdb) File "/usr/lib/python2.7/dist-packages/samba/netcmd/fsmo.py", line 76, in transfer_dns_role master_dns_name = '%s._msdcs.%s' % (master_guid, root at gteste2:~# root at gteste2:~# root at gteste2:~# root at gteste2:~# root at gteste2:~# samb...
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
2017 Jan 27
0
LDAP_INSUFFICIENT_ACCESS_RIGHTS error stops FSMO transfer
...'drs_utils' File "/usr/lib64/python2.6/site-packages/samba/netcmd/__init__.py", line 176, in _run return self.run(*args, **kwargs) File "/usr/lib64/python2.6/site-packages/samba/netcmd/fsmo.py", line 520, in run transfer_dns_role(self.outf, sambaopts, credopts, role, samdb) File "/usr/lib64/python2.6/site-packages/samba/netcmd/fsmo.py", line 129, in transfer_dns_role except samba.drs_utils.drsException, e: [root at larkin28 ~]# samba-tool fsmo transfer --role=forestdns --username=Administrator --password=*********** ERROR(<type...
2019 Apr 07
2
"00002020: Operation unavailable without authentication" using python-ldap
...on("-H", "--URL", help="LDB URL for database or target > server", type=str, > metavar="URL", dest="H"), > ] > > takes_optiongroups = { > "sambaopts": options.SambaOptions, > "credopts": options.CredentialsOptions, > "versionopts": options.VersionOptions, > } > > def run(self, sambaopts=None, credopts=None, versionopts=None, H=None): > lp = sambaopts.get_loadparm() > creds = credopts.get_credentials(lp, fallback_mac...
2015 Apr 01
2
Have options changed for "samba-tool domain provision"
Le 01/04/2015 17:42, Rowland Penny a ?crit : > On 01/04/15 15:49, Jean-Fran?ois Morcillo wrote: >> Hello, >> >> With the samba 4.1 serie, I used to use the command: >> samba-tool domain provision --adminpass='1GoodPasswd' --domain='TEST' >> --workgroup='TEST' --realm='test.fr' --use-xattr=yes --use-rfc2307 >>
2023 Jan 12
1
problems with sysvol after fsmo transfer
...File "/usr/lib64/python2.7/site-packages/samba/netcmd/__init__.py", > line 176, in _run > ??? return self.run(*args, **kwargs) > ? File "/usr/lib64/python2.7/site-packages/samba/netcmd/fsmo.py", line > 520, in run > ??? transfer_dns_role(self.outf, sambaopts, credopts, role, samdb) > ? File "/usr/lib64/python2.7/site-packages/samba/netcmd/fsmo.py", line > 129, in transfer_dns_role > ??? except samba.drs_utils.drsException, e: > srv-kb-dc1:~ # samba-tool fsmo transfer --role=domaindns -k yes > This DC already has the 'domaindns'...
2019 Mar 25
3
FSMO transfer problems
...ibute 'drs_utils'   File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 176, in _run     return self.run(*args, **kwargs)   File "/usr/lib/python2.7/dist-packages/samba/netcmd/fsmo.py", line 520, in run     transfer_dns_role(self.outf, sambaopts, credopts, role, samdb)   File "/usr/lib/python2.7/dist-packages/samba/netcmd/fsmo.py", line 129, in transfer_dns_role     except samba.drs_utils.drsException, e: Looking online, I found someone fixed this by adding in "import samba.drs_utils" in the file "fsmo.py" which I&...
2016 Jul 08
0
FSMO Transfer fail
.../usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line >> 175, in _run >> return self.run(*args, **kwargs) >> File "/usr/lib/python2.7/dist-packages/samba/netcmd/fsmo.py", line 452, >> in run >> transfer_dns_role(self.outf, sambaopts, credopts, "domaindns", samdb) >> File "/usr/lib/python2.7/dist-packages/samba/netcmd/fsmo.py", line 76, >> in transfer_dns_role >> master_dns_name = '%s._msdcs.%s' % (master_guid, >> root at gteste2:~# >> root at gteste2:~# >> >> &g...
2023 Jan 12
1
problems with sysvol after fsmo transfer
On 12/01/2023 10:53, Thorsten Marquardt via samba wrote: > Thank you so far. But unfortunately I could not fix the problems. So I > decided to start over again at a situation where all the fsmo roles > resides on the old controller. > > Here is a transcript of what I did and the errors reported: > > The inititial position > > srv-kb-dc1:~ # samba-tool fsmo show >