Bug 216

Summary: with LDAP support
Product: Sudo Reporter: Timothy P. Knox <timknox>
Component: ConfigureAssignee: Todd C. Miller <Todd.Miller>
Status: RESOLVED FIXED    
Severity: normal    
Priority: normal    
Version: 1.6.8   
Hardware: IBM   
OS: AIX   

Description Timothy P. Knox 2006-07-30 14:34:25 MDT
When I run configure it can't find my LDAP libraries so it says:

"checking for LDAP libraries... not found, using -ldap"

and it puts -ldap into the Makefile as:

"SUDO_LIBS =  -lpam -ldl -ldap  $(LIBS) $(NET_LIBS)"

This doesn't work and it appears that it could be as simple as a typo where 
there should be 2 "l"'s and there is only one. I just wanted to bring this to 
your attention.

BTW, this is my first bugzilla report so please excuse me if I've missed some 
process or procedure.

Thanks,
-Tim
Comment 1 Todd C. Miller 2006-07-30 15:51:20 MDT
Yup, that was a typo.  I've fixed this in the sudo cvs repository.