similar to: Samba + pdb_mysql - password hashes disappearing?

Displaying 20 results from an estimated 200 matches similar to: "Samba + pdb_mysql - password hashes disappearing?"

2005 Aug 21
2
pdb_mysql.c | SQL insert command missing data
The MYSQL pdb addon for samba appears to have had an error since version 3.0.12. In doing some investigations with 3.0.20 and 3.0.14-r3 I have found that the smbpasswd command does not create a query that adds enough information to the database. smbpasswd -a username causes 2 queries to be performed. The first of the two looks for an existing user and that does check all of the appropriate fields,
2003 Sep 23
0
[PATCH] tdb multiple format
Hi, As I said yesterday, I worked on a solution for tdb format in order to manage easily new fields for this format. So I add small changes to init_sam_from_buffer and init_buffer_from_sam in this purpose. The data TDB_FORMAT_STRING became an array which contains the list of the different fields format which exist. When the tdb file is read, for each records, Samba will try the most recent
2002 Aug 20
1
pam_smbpass
Okay - I've got samba working as a PDC with and ldap backend. I want to have some users not be in ldap (like the built in stuff like cyrus, mail, lp etc) I can get that to work with the pam_ldap and pam_unix but pam_smbpass doesn't seem to return user_unknown as i expect for users who are not in the ldap database does this make sense? --- pam_smb_passwd.c 12 Feb 2002 15:56:19
2019 May 31
3
Inconsistency with LANMAN1 and Samba 4.9
On 31.05.19 18:47, Jeremy Allison wrote: > On Fri, May 31, 2019 at 06:32:56PM +0200, Andreas Reichel via samba wrote: >> Dear samba team, >> >> I have a lot of hobby projects including old PCs. I wanted to hook up a Win3.11 machine to my current >> Arch-Linux Workstation running samba 4.9.4. >> >> I have used the following configuration: >> >>
2004 Apr 13
0
v3.0.2a: can't login into domain after switching to pdb_mysql
Hello list.samba.org FreeBSD-5.2.1, samba from port with tdbsam-backend configured as PDC Everything is working fine: i.e. registering at samba domain and logging on to it, but after I switch to mysql-backend (pdb-mysql) I can only successfully register my Windows 2k3 at Samba domain (messagebox 'Welcome to slavel.ru domain' has appiered), i.e. can successfully change domain of my
2019 May 31
1
Inconsistency with LANMAN1 and Samba 4.9
On Fri, 2019-05-31 at 22:33 +0200, Andreas Reichel via samba wrote: > On 31.05.19 22:07, Andrew Bartlett wrote: > > On Fri, 2019-05-31 at 11:40 -0700, Jeremy Allison via samba wrote: > > > On Fri, May 31, 2019 at 07:09:44PM +0200, Andreas Reichel wrote: > > > > > > When adding me as the user with 'smbpasswd -a andreas', and entering a password, > >
2006 Jan 05
1
Cannot log in to domain
Hi folks, Just yesterday, my Samba installation on OpenSlug suddenly stopped working, out of the blue. Now, users on my WinXP SP2 systems cannot under any circumstances log in to the domain. Local Windows users however can map shares with no problem. When a domain user attempts to log on to a domain member PC (joining the domain works fine, by the way), they are denied with the generic Windows
2019 May 31
2
Inconsistency with LANMAN1 and Samba 4.9
On Fri, 2019-05-31 at 11:40 -0700, Jeremy Allison via samba wrote: > On Fri, May 31, 2019 at 07:09:44PM +0200, Andreas Reichel wrote: > > > > When adding me as the user with 'smbpasswd -a andreas', and entering a password, > > > > no LANMAN hash is generated. The generated smbpasswd entry always contains 32 X as the first hash. > > > > > > >
2009 Jun 12
1
SAMBA+PDC+Mysql authentication Backend
I ne w in samba world but i was configured a Samba with shares folder linkable to users and it was successfull. Now i try to extend to PDC but the client can't logon into the server: the log.smbd could this [2009/06/12 15:51:21, 0] smbd/server.c:main(1209) smbd version 3.2.3 started. Copyright Andrew Tridgell and the Samba Team 1992-2008 [2009/06/12 15:51:21, 1]
2002 Mar 15
0
logon home with ldap under win98
Hello, I hope this is the correct place for this mail... I have found that samba-2.2.3a (--with-ldapsam) gives the correct logon home for win2k, but not for win98. Obviously the two systems request the information in a different way. For win98 machines, in lanman.c, the information is taken only from smb.conf, and not from ldap (or other backends). I have attached a small patch that yields
2002 Jul 17
0
user password expiration patch (Samba 2.2.4/2.2.5 PDC with LDAP)
the following problem occurs when using samba 2.2.4 or 2.2.5 with ldap support as PDC: any time when a user logs on he is asked to change his/her password. whether he change it or not he will be asked again next time he logs on. this is annoying. the reason is, that the LDAP attribute 'pwdMustChange' is not updated at all. the easiest way to solve this to set the attribute to the
2009 Jan 08
0
Wrong behaviour in pdb_get_set.c: pdb_get_pass_can_change_time?
Dear List, we have several server installations in local schools serving files with samba. The users are stored within an ldap database. We then tried to set the smabaPwdCanChange time somewhere in the future, but had to see, that samba didn't honored the given value. I then got the source, looked at the logs with an high log level and searched my way though it to two important functions,
2004 Aug 11
4
pdb_mysql.so?
This has probably been asked before, but where is pdb_mysql.so? Utilizing the current FC2 kernel.org update. -- Raymond
2019 May 31
2
Inconsistency with LANMAN1 and Samba 4.9
Dear samba team, I have a lot of hobby projects including old PCs. I wanted to hook up a Win3.11 machine to my current Arch-Linux Workstation running samba 4.9.4. I have used the following configuration: [global] workgroup = HOMEBASE netbios name = Orcane wins support = Yes client signing = No domain master = No lanman auth = Yes log file = /var/log/samba/%m.log max log size = 50 name
2002 Nov 07
1
pdb_mysql isn't working for me :-(
Hiya... Trying to auth users against a mysql database using pdb_mysql. Using samba3.0 from CVS, running as a PDC. Few questions as well: In the "username column:", I'm assuming I need a real unix user here? Can I have a whole bunch of "nt username" users (i.e. non-unix users) in the mysql db to be auth'ed with samba, but they're all using the same unix user?
2005 Dec 11
1
how to use MySQL-backend !?
Hi, i want to run a standalone-samba-PDC with a mysql-passdb backend and i configured the mysql-database as required. but how should i add/remove users ? when i try smbpasswd -a username most columns in database have [NULL] values i also tried pdbedit but it exits with "No user SID retrieved from database!" is there another tool to add/remove users ? is my smb.conf ok, or do i need to
2002 Nov 07
1
smbpasswd (adding machines?) with pdb_mysql doesn't work
Hiya. Still having fun with his mysql module - it appears to read from the mysql database fine, but I can't seem to add machine accounts (and I can't get too far unless I do this). It might also be my own stupidity too - let me know ;-) I've got a machine called "bbmachine" - without pdb_mysql, I can join the domain no problems. However, I need to rejoin the
2003 Sep 27
1
pdb_mysql question...
Hello everybody, First of all, congratulations on samba 3.0 :o) Iam trying to install samba 3.0 with pdb_mysql support though im getting some trouble i cant understand. After reading the output of ./configure --help, i used the following configure args: ./configure --with-expsam=xml,mysql --with-pam --with-pam_smbpass make make install then i took a look at ./examples/pdb/mysql/smb.conf and:
2005 Sep 23
1
pdb_mysql, pdb_pgsql and pdb_xml modules: request for maintainer
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! The experimental pdb modules (pdb_mysql, pdb_pgsql and pdb_xml) have been a bit neglected during the last few releases of Samba 3 as they haven't been actively maintained. I was the original author and maintainer, but I no longer work on Samba 3 and I no longer use any of the modules in production. I'll remove these modules unless
2004 Mar 04
1
where is the pdb_mysql.so
i download samba3.02 source tar package from samba.org , do the below steps on my freebsd5.2 #./configure --with-mysql-prefix=/usr/local/mysql #.... #make #.... #make install #..... after install, i add a user: #pdbedit -a billy then use the simple smb.conf [global] security=user [tmp] path=/tmp guest ok=yes everything is ok, i can access this samba server using windows client.