* LDAP symlink with no LDAP support?
@ 2009-10-06 6:28 Chris Staub
2009-10-07 3:53 ` Ian Kent
0 siblings, 1 reply; 2+ messages in thread
From: Chris Staub @ 2009-10-06 6:28 UTC (permalink / raw)
To: autofs
I've just installed autofs 5.0.5, with all current patches. I do not
have LDAP on my system, but autofs still creates a
/lib/autofs/lookup_ldaps.so symlink, pointing to a nonexistent
"lookup_ldap.so". When I look at modules/Makefile, I see an if statement
saying to build lookup_ldap.so if LDAP support is requested. However,
the command to create the lookup_ldaps.so symlink is included in the
"install" target with all the other symlinks created by default...
ln -fs lookup_ldap.so $(INSTALLROOT)$(autofslibdir)/lookup_ldaps.so
Am I just missing something, or should this also be enclosed in the same
conditional used earlier in the Makefile to determine if the LDAP module
should be built at all?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: LDAP symlink with no LDAP support?
2009-10-06 6:28 LDAP symlink with no LDAP support? Chris Staub
@ 2009-10-07 3:53 ` Ian Kent
0 siblings, 0 replies; 2+ messages in thread
From: Ian Kent @ 2009-10-07 3:53 UTC (permalink / raw)
To: Chris Staub; +Cc: autofs
Chris Staub wrote:
> I've just installed autofs 5.0.5, with all current patches. I do not
> have LDAP on my system, but autofs still creates a
> /lib/autofs/lookup_ldaps.so symlink, pointing to a nonexistent
> "lookup_ldap.so". When I look at modules/Makefile, I see an if statement
> saying to build lookup_ldap.so if LDAP support is requested. However,
> the command to create the lookup_ldaps.so symlink is included in the
> "install" target with all the other symlinks created by default...
>
> ln -fs lookup_ldap.so $(INSTALLROOT)$(autofslibdir)/lookup_ldaps.so
>
> Am I just missing something, or should this also be enclosed in the same
> conditional used earlier in the Makefile to determine if the LDAP module
> should be built at all?
Yes, it should be conditional.
I'll fix it.
Ian
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-07 3:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-06 6:28 LDAP symlink with no LDAP support? Chris Staub
2009-10-07 3:53 ` Ian Kent
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.