[one-users] LDAP 2.9.85 authentication module

Shantanu Pavgi pavgi at uab.edu
Fri Jan 20 20:42:52 PST 2012


I installed LDAP 2.9.85 authentication module in OpenNebula 3.0. It seems like install.sh script remove 'execute' bit on the $ONE_LOCATION/etc/auth directory which results in 'permission denied' error for files in that directory. Of course it can be fixed by setting 'execute' bit back on that directory, but it may need to be fixed in the install script itself. 

{{{
chmod 600 $DESTDIR$ETC_LOCATION/auth  # line 51
}}}


--
Shantanu. 


More information about the Users mailing list