search for: lmhash

Displaying 5 results from an estimated 5 matches for "lmhash".

Did you mean: mhash
2008 Jan 09
3
CentOS and GCC Question
...am trying to build a piece of software from source in this case aide 0.13.1 using this config line ./configure --with-zlib --with-selinux. The configure step completes but there is a Warning that concerns me. This is taken from config.log configure:9809: checking for mhash_get_block_size in -lmhash configure:9844: gcc -o conftest -g -O2 -static -static conftest.c -lmhash -lz >&5 /usr/bin/ld: cannot find -lmhash collect2: ld returned 1 exit status The machine I am trying to do this build on is Cent0S 5 with the latest updates. It didn't originally have gcc installed so I hav...
2006 Mar 02
2
getting rid of lmhashes?
Hi, is there a way of disabling the creation of the (insecure) lm-hash in the passdb backend of a samba3-pdc? Mark
2006 Jul 28
1
troubleshooting a custom passdb module
...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 normal UNIX account info, uid, gid, etc. When it comes to Samba it our user database only contain LMHASH and NTHASH. What are the miminal fuctions I should provide to passdb, currently I have: (*pdb_method)->setsampwent = pdb_udb_setsampwent; (*pdb_method)->endsampwent = pdb_udb_endsampwent; (*pdb_method)->getsampwent = pdb_udb_getsampwent; (*pdb_method)->getsampwnam = pdb_udb_ge...
2009 Dec 14
0
samba caching a broken krb5.conf.NETBIOSDOMAINNAME
...y on par with plain LM. How can i force samba to use and _KEEP_USING_ the better security enctypes? i am no expert, but you don't have to be an expert to know that aes is better than des-cbc-crc . des was broken in 1998, why is samba kerberos trying to use it? Win 95 LM uses DES -- look at lmHash() documented at http://davenport.sourceforge.net/ntlm.html. We have been using our CentOS clients to mount with ntlmv2i so why would attempts at joining the ADS domain fail with "stronger authentication required"? mount -t cifs //ADScontroller/share /mnt/ntlmv2iprotected --verbose -o us...
2002 Jun 05
1
How to switch from NT to Samba transparently?
Hi, I want to switch from our Windows NT server ( which works as our PDC ) to Linux - Samba. Could you advice a step-by-step guide about this process, or is that possible, at all? Can I use Samba as a BDC, convert the user DB and than promote it to PDC? Thanks in advance! Regards; Istvan