FOSUserBundle is a database authentication set for users, if you do not want to manage your users with a database, then you need to do a little customization to break the dependency in FR3DLdapBundle.
Writing your own UserManager and setting it up in the configuration should be sufficient.
UserManager is used to create a user instance for the first time.
source share