Check LDAP password with SHA512

Anirudh Malhotra 8zero2ops at gmail.com
Thu Jan 28 15:54:13 CET 2016


Does the ldapsearch or any utility from this cloned server works? Did you check that?ldap://ldap.myhost.com:389
Is it really your ldap? did you make a change in local hosts file to put an ip to it? Most important does the ldapclient utility work?

BR,
Anirudh Malhotra
8zero2
Mail: 8zero2.in at gmail.com
Facebook: www.facebook.com/8zero2
Twitter: @8zero2_in
Blog: blog.8zero2.in

On 28 Jan 2016, 11:13 +0530, Will W.<will at damagesinc.net>, wrote:
> I just cloned freeradius from the github and I was able to build and install it.
> running freeradius -X I have been getting errors with the random_file
> 
> rlm_ldap (ldap) - Opening additional connection (0), 1 of 32 pending slots used
> rlm_ldap (ldap) - Connecting to ldap://ldap.myhost.com:389
> rlm_ldap (ldap) - Failed setting connection option random_file: Unknown error
> rlm_ldap (ldap) - Opening connection failed (0)
> rlm_ldap (ldap) - Removing connection pool
> /etc/freeradius/mods-enabled/ldap[8]: Instantiation failed for module "ldap"
> root at ns1:/etc/freeradius/certs/current#
> 
> 
> running freeradius 3.1.0 on ubuntu 14.04 x86_64
> Is there a way to increase the debug level or is there something I need to do in order to get the random_file = /dev/urandom to work properly?
> 
> Will
> 
> 
> 
> > On Jan 27, 2016, at 4:55 PM, Arran Cudbard-Bell<a.cudbardb at freeradius.org>wrote:
> > 
> > 
> > > You should be aware that the crypt() function is not threadsafe, and as such is protected by a mutex. If you're only processing a few hundred authentications a second, that's fine, but it will cause issues when you get to thousands or tens of thousands.
> > 
> > Just pushed a fix to v3.1.x branch to use crypt_r. OSX doesn't seem to have it, but Linux does.
> > 
> > -Arran
> > -
> > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
> 
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


More information about the Freeradius-Users mailing list