search for: secrets_fetch_machine_password

Displaying 8 results from an estimated 8 matches for "secrets_fetch_machine_password".

2018 Oct 12
2
backup of tdb files
...I am using values obtained as follows: - hostname: get_global_sam_name() - local SID: secrets_fetch_domain_sid (get_global_sam_name(), …) == SECRETS/SID/CLIENTNAME in tdb - domain SID: secrets_fetch_domain_sid (lp_workgroup(), …) == SECRETS/SID/WORKGROUPNAME - domain member password: secrets_fetch_machine_password(lp_workgroup(), …) == SECRETS/MACHINE_DOMAIN_INFO/WORKGROUPNAME This approach works well with a manually joined AD member but not with any of the blackbox testsuites. In the secrets.tdb used during tests I find only the domain SID (e. g. SECRETS/SID/CHDCDOMAIN) but not the machine sid (probably...
2004 Dec 30
0
Samba 3.0.10 on Red Hat AS 2.1
...s_store_salting_principal': libads/kerberos.po(.text+0x806): undefined reference to `secrets_store' libads/kerberos.po(.text+0x813): undefined reference to `secrets_delete' libads/kerberos.po: In function `get_service_ticket': libads/kerberos.po(.text+0x926): undefined reference to `secrets_fetch_machine_password' libads/kerberos.po: In function `verify_service_password': libads/kerberos.po(.text+0xe23): undefined reference to `secrets_fetch_machine_password' Linking libsmbclient non-shared library bin/libsmbclient.a Linking libsmbclient shared library bin/libsmbclient.so Compiling sam/idmap_rid...
2018 Oct 15
2
backup of tdb files
...gt; > secrets_fetch_domain_sid (get_global_sam_name(), …) > > == SECRETS/SID/CLIENTNAME in tdb > > > > - domain SID: > > secrets_fetch_domain_sid (lp_workgroup(), …) > > == SECRETS/SID/WORKGROUPNAME > > > > - domain member password: > > secrets_fetch_machine_password(lp_workgroup(), …) > > == SECRETS/MACHINE_DOMAIN_INFO/WORKGROUPNAME > > > > This approach works well with a manually joined AD member but not > > with any of the blackbox testsuites. In the secrets.tdb used > > during tests I find only the domain SID (e. g. SECRETS/...
2018 Oct 12
0
backup of tdb files
..._global_sam_name() > > - local SID: > secrets_fetch_domain_sid (get_global_sam_name(), …) > == SECRETS/SID/CLIENTNAME in tdb > > - domain SID: > secrets_fetch_domain_sid (lp_workgroup(), …) > == SECRETS/SID/WORKGROUPNAME > > - domain member password: > secrets_fetch_machine_password(lp_workgroup(), …) > == SECRETS/MACHINE_DOMAIN_INFO/WORKGROUPNAME > > This approach works well with a manually joined AD member but not > with any of the blackbox testsuites. In the secrets.tdb used > during tests I find only the domain SID (e. g. SECRETS/SID/CHDCDOMAIN) > but...
2018 Oct 15
0
backup of tdb files
..._global_sam_name(), …) > > > == SECRETS/SID/CLIENTNAME in tdb > > > > > > - domain SID: > > > secrets_fetch_domain_sid (lp_workgroup(), …) > > > == SECRETS/SID/WORKGROUPNAME > > > > > > - domain member password: > > > secrets_fetch_machine_password(lp_workgroup(), …) > > > == SECRETS/MACHINE_DOMAIN_INFO/WORKGROUPNAME > > > > > > This approach works well with a manually joined AD member but not > > > with any of the blackbox testsuites. In the secrets.tdb used > > > during tests I find only the d...
2018 Oct 18
1
backup of tdb files
...t; == SECRETS/SID/CLIENTNAME in tdb > > > > > > > > - domain SID: > > > > secrets_fetch_domain_sid (lp_workgroup(), …) > > > > == SECRETS/SID/WORKGROUPNAME > > > > > > > > - domain member password: > > > > secrets_fetch_machine_password(lp_workgroup(), …) > > > > == SECRETS/MACHINE_DOMAIN_INFO/WORKGROUPNAME > > > > > > > > This approach works well with a manually joined AD member but not > > > > with any of the blackbox testsuites. In the secrets.tdb used > > > > durin...
2018 Sep 24
2
backup of tdb files
Hi Andrew, thanks for addressing all my points. This is rather helpful. -<| Quoting Andrew Bartlett <abartlet at samba.org>, on Friday, 2018-09-21 08:23:26 AM |>- > On Fri, 2018-09-21 at 11:29 +0200, Philipp Gesang via samba wrote: > > how would I go about dumping tdb files in a “neutral” format, > > preferably JSON? > > > > The goal is to have a domain
2006 Jul 13
2
Kerberos Keytab Code Update in 3.0.23
First thing - I'd like to say a big "THANK YOU" to the developers. I just upgraded to samba-3.0.23 and I've noticed an alarming issue with respect to my configuration. I've been using the built-in keytab management and it looks like the updated code no longer creates the userPrincipal in Active Directory. Whether this is an issue for others or not, it would be nice to have