Questions tagged [fr3dldapbundle]

FR3DLdapBundle is a Symfony2 bundle that provides authentication support against Ldap Directories.

FR3DLdapBundle is a Symfony2 bundle that provides authentication support against Ldap Directories.

The code can be obtained from: https://github.com/Maks3w/FR3DLdapBundle

35 questions
0
votes
1 answer

FOSUserBundle and LDAP user before login - Symfony2

I have successfully set up the FOSUserBundle and the FR3D LDAP bundle to allow my company users to login to the web app with their own login. From now, if someone logins, they will have the default role, which is ROLE_USER. However, I only want a…
Anthony
  • 804
  • 3
  • 12
  • 32
0
votes
2 answers

Use current user id - symfony 2

I use the FOS User bundle and LdapBundle for my users to connect to the website. I created a form, and I want to keep a track on who added an entry. So I want to save to the database the user that added/modified that thing. What is the best way to…
Anthony
  • 804
  • 3
  • 12
  • 32
0
votes
2 answers

FOSUserBundle MappingException

I was deploying a system with Symfony2, FOSUserBundle & Fr3dLdapBundle, but I got the following problem: MappingException: Class "XXX\Shared\XXXUserBundle\Entity\User" sub class of "FOS\UserBundle\Model\User" is not a valid entity or mapped super…
Vladimir Hidalgo
  • 579
  • 2
  • 8
  • 22
0
votes
1 answer

Ldap configuration for FR3LdapBundle

I configured FR3DLdapBundle. I have to modify app/config/config.yml # app/config/config.yml fr3d_ldap: client: host: 192.168.1.101 username: cn=admin,dc=test,dc=local password: 12345 optReferrals: false baseDn:…
Mohammed H
  • 6,880
  • 16
  • 81
  • 127
0
votes
1 answer

Symfony2: Actually integrating FR3DLdapBundle with FOSUserBundle is problematic

Has anybody actually integrated the two? I'm working on doing so now and I don't get how to get past the issues I'm having. First, my versions: Symfony 2.0.15 FOSUserBundle 1.2.0 FR3DLdapBundle 1.5.x What is not a problem at the moment is getting…
Peter Bailey
  • 105,256
  • 31
  • 182
  • 206
1 2
3