Comment 1 for bug 1650471

Revision history for this message
SeanBoran (sean-boran) wrote :

Just found the solution!

# find the id of the LDAP plugin and resync it with the API:
fuel plugins --list
fuel plugins --sync --plugin-id=1

I had update the ldap plugin by doing:
fpb --debug --build . && fuel plugins --update *rpm

But that was obviously not enough.