Displaying 20 results from an estimated 100 matches similar to: "Samba using a MySQL passdb for machine records"
2004 Aug 02
1
3.0.4/LDAP/AIX Success! but.....
I have Samba 3.0.4 with LDAP, *no* winbind running on AIX 5.2.
My workstation joined the domain!!! woohoo! But before I get too excited,
I still have a fundamental issue to overcome. Please read on...
Ok, I know what the following snippet means now!
[2004/08/02 07:53:47, 2] passdb/pdb_ldap.c:init_sam_from_ldap(483)
init_sam_from_ldap: Entry found for user: CRP4$
[2004/08/02 07:53:47, 4]
2004 Aug 31
0
Samba 3.0.6 + LDAP
Hello!
I'm running samba 3.0.6 with schema patch and ldap-2.1.3
I've used this doc as example:
http://us3.samba.org/samba/docs/man/Samba-Guide/happy.html#ch6-massive
(Samba 3 by example, chapter 6 - Samba 3 PDC Configuration)
I've sucsessfully move users from files to ldap, and it works fine (ssh,
ftp auth..).
The trouble is that I cannot join windows or linux computer to domain:
2017 Dec 25
3
OpenSSH key signing service?
> (Blargh is right (https://blog.habets.se/2011/07/OpenSSH-certificates.html <https://blog.habets.se/2011/07/OpenSSH-certificates.html>). Googling for this stuff is *hard*:)
Does https://www.sweharris.org/post/2016-10-30-ssh-certs/ help at all?
Stephen
2013 Jun 14
1
[LLVMdev] Building pass out of source with cmake: undefined symbol error
Ah! Think I figured it out -- it's rtti. When I build with -fno-rtti, the spurious symbol disappears. Blargh, that was complicated. I'm going to try an out-of-source cmake build now. So far this has been a soliloquy, hope it helps someone else.
________________________________
From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of Charles Jacobsen
2004 Mar 20
1
Machine accounts, Samba 3, NT Domain migration
Greetings everyone
I finally succeeded in doing the seemingly most difficult thing, "following directions." I got my act together configuring the smb.conf and migrating using net rpc vampire into tdbsam. There are issues with this migration in which computer netbios names which are obviously all uppercase were not being created in /etc/passwd. I put my C cap on and converted the computer
2001 Nov 11
1
Strange smbpasswd entries
Hello,
After I added a user with smbpasswd -a user, I get a rather strange entrie
in smbpasswd:
user:1012:lmhast:nthash:[UX ]:LCT-00000000:
What does the X mean in "UX"?
Why is the time (last change time) not correct?
I'm running samba 2.2.2 on a RH 7.1 machine.
UPDATE: This problem does not seem to occur with samba 2.2.1a.
Any ideas?
Werner
2023 Aug 27
1
Classic Upgrade changes domain SID
Dear samba experts,
I did a classic upgrade from a Samba 3.6.14 samba NT4 DC to a
Samba 4.18.2 AD-DC. It does not work and I just want to make sure
that I have the correct understanding of our domain SID.
On our old Samba server net getdomainsid shows:
SID for local machine SERV00 is: S-1-5-21-1415314133-2460755331-2761616138
SID for domain NAV is: S-1-5-21-1415314133-2460755331-2761616138
2006 Jul 28
1
troubleshooting a custom passdb module
Greetings,
Is there any tips/docs on trouble shooting a custom passdb module? The
module compiles and can be loaded without problems I can even access
shares with my username and password. When I try to assign privilages
so our tech members can join computer to the domain, I get a error
message. Even with level 10 dumps it is hard to see where the problem
is.
Our user database contains all the
2016 Dec 21
0
Problem with keytab: "Client not found in Kerberos database"
On 20/12/2016 14:10, Rowland Penny wrote:
>> I can't use rlm_krb5, because I plan to use PEAP+MSCHAP for wifi
>> authentication. The krb5 module requires a cleartext password, but
>> MSCHAP does not pass a cleartext password. (It is possible to use
>> krb5 authentication with TTLS+PAP or TTLS+GTC, both of which send a
>> cleartext password)
> You might want to
2018 Mar 22
0
Google Cloud Directory Service password synchronization for AD DC
Hi,
If you look at both:
samba-tool user getpassword --help
samba-tool user syncpasswords --help
You may be able to find the information that you're looking for. Samba
does store all the hashes in the LDAP directory, but you have to
normally access them directly from the system (not over LDAP). You
should also note that our Kerberos server reads and updates the password
stored in the
2016 Jul 28
0
[Announce] Samba 4.5.0rc1 Available for Download
Release Announcements
=====================
This is the first preview release of Samba 4.5. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Samba 4.5 will be the next version of the Samba suite.
UPGRADING
=========
NTLMv1 authentication disabled by
2016 Jul 28
0
[Announce] Samba 4.5.0rc1 Available for Download
Release Announcements
=====================
This is the first preview release of Samba 4.5. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Samba 4.5 will be the next version of the Samba suite.
UPGRADING
=========
NTLMv1 authentication disabled by
2019 Sep 16
0
Migrating Samba NT4 Domain to Samba AD
W dniu 2019-09-16 o?19:43, Rowland penny via samba pisze:
> On 16/09/2019 17:26, Bart?omiej Solarz-Nies?uchowski wrote:
>> So how can I drop DC "oceanic" and reconnect whole network to DC
>> "themes"?
>>
>> (when I do it DC will be on server which has no shares (only netlogon
>> + sysvol?))
>
> If 'oceanic' was the first AD DC
2023 Aug 29
1
Classic Upgrade changes domain SID
On Mon, 2023-08-28 at 23:46 +0200, Peter Koch via samba wrote:
> Hi Andrew and Roland,
>
> I spent some hours today to debug the problem by
> adding lots of printf-statements into the samba4
> source.
>
> Here are my findings:
> - upgrade.py calls passdb.get_global_sam_sid()
> - get_global_sam_sid() calls pdb_generate_sam_sid()
> - pdb_generate_sam_sid() calls
2002 Dec 04
0
SID when joining samba domain
I'm using a Debian woody based system (partially upgraded to 'testing'
in order to use tls with ldap), with samba_2.2.7 source built by
debian/rules with LDAP turned on, using gcc 3.0.4,
libldap2-tls_2.0.23-14, and libldap2_2.0.23-14.
I'm setting up PDC service -- when I try to join a windows machine
(this is XP) to the domain, I get 'specified user does not
exist' on the
2016 Aug 10
0
[Announce] Samba 4.5.0rc2 Available for Download
Release Announcements
=====================
This is the second release candidate of Samba 4.5. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Samba 4.5 will be the next version of the Samba suite.
UPGRADING
=========
NTLMv1 authentication disabled by
2016 Aug 10
0
[Announce] Samba 4.5.0rc2 Available for Download
Release Announcements
=====================
This is the second release candidate of Samba 4.5. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Samba 4.5 will be the next version of the Samba suite.
UPGRADING
=========
NTLMv1 authentication disabled by
2019 Sep 16
0
Migrating Samba NT4 Domain to Samba AD
W dniu 2019-09-16 o?16:30, Rowland penny via samba pisze:
> On 16/09/2019 15:04, L.P.H. van Belle via samba wrote:
>> Well it was worth checking.. We just dont know what you already
>> checked..
now I setup the Ubuntu Server 18.04.3 LTS +
http://apt.van-belle.nl/ +
https://github.com/thctlo/samba4/blob/master/full-howto-Ubuntu18.04-samba-AD_DC.txt#L268
+ i changed krb (default
2006 Nov 14
1
Problem about use XenOprofile
Hi, I want to get the performance data like documents
<<Xenoprofoverview&Networking Performance Analysis>>
(http://www.xensource.com/files/xs0106_xenoprof.pdf ).
But how can I get the modules'' profile in kernel?
Now I use command:
Opcontrol --no-vmlinux --separate=kernel,cpu --start-daemon
...run benchmark
Opcontrol --sutdown
Opreport >list
The report shows:
CPU:
2016 Aug 29
0
[Announce] Samba 4.5.0rc3 Available for Download
Release Announcements
=====================
This is the third release candidate of Samba 4.5. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Samba 4.5 will be the next version of the Samba suite.
UPGRADING
=========
NTLMv1 authentication disabled by